/* stylesheet.css */

/* Universal selector to zero out margins */

* {
/* Block all browser default margins and padding */
margin:0;
padding:0;
/*border:dashed 1px #f00;*/
}


/* Page wrapper information */

#wrapper {
width:860px;
margin:0 auto;
padding:0;
background-color:#FFF;
}


/* Body information */

body {
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-color:#b6a9ce;
margin:0;
}


/* Header information */

#header {
width:820px;
background-color:#FFF;
margin:20px;
}


/* Paragraph in the footer division */

#header p{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:10pt;
color:#000;
outline-style:none;
margin-bottom:5px;
}


/* Paragraph in the footer division */

#header h1{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:11pt;
font-weight:bold;
color:#000;
outline-style:none;
margin-bottom:10px;
}

/* Paragraph in the footer division */

#header .bold{
font-weight:bold;
}


/* Links in the footer division */

#header a{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:9pt;
color:#000;
outline-style:none;
}

/* Unvisited and visited links in footer division */
#header a:link,
#header a:visited {
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:10pt;
color:#000;
outline-style:none;
}

/* Hover links in footer division */
#header a:hover,
#header a:active,
#header .selected {
text-decoration:underline;
font-family:Verdana, Geneva, sans-serif;
font-size:10pt;
color:#000;
outline-style:none;
}


/* Image bar information */
#image {
width:860px;
}


/* Header information */

#footer {
width:820px;
background-color:#52247F;
margin:0 auto;
padding:20px;
}


/* Paragraph in the footer division */

#footer p{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:9pt;
color:#FFF;
outline-style:none;
}


/* Links in the footer division */

#footer a{
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:9pt;
color:#FFF;
outline-style:none;
}

/* Unvisited and visited links in footer division */
#footer a:link,
#footer a:visited {
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:9pt;
color:#FFF;
outline-style:none;
}

/* Hover links in footer division */
#footer a:hover,
#footer a:active,
#footer .selected {
text-decoration:none;
font-family:Verdana, Geneva, sans-serif;
font-size:9pt;
color:#acc2ab;
outline-style:none;
}