@charset "UTF-8";
/* CSS Document */

html {

background: url(images/bg.gif);
background-repeat: repeat-x;

}


body {
	text-align:center;
font-family: helvetica, arial;
font-size: 100%

}

a {
text-decoration: none;
*/ color: white; */
}

a:hover {
text-decoration: underline;

}

a.selected {
font-weight: bold;
}

p {
color: #43433f;
line-height: 20px

}

h2 {
color: #43433f;
font-size: 30px;

}

li {
list-style: none;
}

#container {

margin: auto;
width: 977px;
text-align: left;

}

#header {

position: relative;
}

#header small {

color: #;
position: absolute;
font-size: 16px;
top: .63em;
left: 403px;
}

#nav {
background: url(images/bg-nav2.gif);
repeat-x;
overflow:hidden;
height: 34px;
margin: 0 0 6px 0;
padding: 0 0 0 31px;

}

#nav li {
float: left;
line-height: 30px;
}

#nav li a {
border-right: 1px dotted #aab391;
padding: 0 1em;
color: white;
}

#banner {
height:250px;
border-top 1px solid #4d688d;
background: url(images/bg-header.jpg);
no-repeat 0 0;
position: relative;
margin-bottom: -2.8em;
}

#banner h1 {
margin-left: 447px;
margin-bottom: 0px;
margin-top: 15px;
color: white;

}
#banner p{
margin-left: 447px;
margin-right: 150px;
margin-top: 25px;
color: white;

}
#main {
position:relaitve;
padding-bottom: 4em;


}
#secondary {
float: left;
width: 200px;
padding-top: 4em;

}

#secondary li {
font-weight: bold;
border-bottom: 1px dashed #343434;
padding: 15px 0 11px 0;
margin-right: 15px;

}
#primary {
margin-left: 210px;
margin-right: 20px;
padding-top: 4em;



}