html {
background: url(../images/bg.jpg)
}

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

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

a:hover {
text-decoration:underline;
}

a:selected {
font-weight: bold;
}

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

h2 {
color: #363era;
font-size: 30px;
}

li {
list-style: none;
}

#container {
margin: auto;
width: 921px;
text-align: left;
}

#header {
position: relative;

}

#header h1 {
text-indent: -9999px;
background: url(../images/logo.jpg) no-repeat;
}

#header small {
color: #a3a3a3;
position: absolute;
font-size: 14px;
top: .99em;
left: 200px;
}

#nav {
background: url(../images/navbg.png) repeat-x;
overflow: hidden;
height: 57px;
margin: 0 0 6px 0;
padding: 0 0 0 31px;
}

#nav small {
color: #FFFFFF;
position: absolute;
font-size: 25px;
top: 95px;
left: 720px; 
border-bottom: #00FF00 double;
}

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

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

#nav li a.first {
padding: 0;
}

#banner {
height: 243px;
border-top: 1px solid #5bac67;
background: url(../images/bannerbg.png) no-repeat 0 0;
position: relative;
z-index: 2;
margin-bottom: -2.8em;
}

#banner h1 {
margin-left: 247px;
margin-bottom: 0;
margin-top: 46px;
text-indent: -9999px;
background: url(../images/aboutheading.png) no-repeat;
width: 134px;
height: 34px;
}

#banner p {
margin-right: 226px;
margin-left: 247px;
margin-top: .8em;
color: #ececec;
font-size 18px;
}

#main {
position: relative;
background: url(../images/mainbg.png) repeat-y;
padding-bottom: 0px;
}

#secondary {
float: left;
width: 200px;
padding-top: 2em;
padding-bottom: 15px;
background: url(../images/secendairytriangle.png) no-repeat -1px 0;
}

#secondary ul {
padding: 0 0 0 15px;
margin: 6px 0 0 0;
}


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

#primary {
margin-left: 200px;
padding-bottom: 15px;
background: url(../images/primarybg.jpg);
background-color:#FFFFFF;
}

#primary h2 {
padding: 46px 0 15px 0;
margin-left: 46px;
margin-right: 57px; 
border-bottom: 2px dotted #aab391;
}

#primary p {
padding-left: 46px;
padding-right: 57px;
}