* {
	font-family:Arial, Helvetica, sans-serif;
}


body {
	background:url(images/bkgrd.jpg) center top no-repeat;
	background-size:cover;
	margin:0;
	padding:0;
}

a {
	color:#C00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:22px;
	color:#006;
	margin-top:0;
	border-top:1px solid rgba(0,0,102,.4);
	border-bottom:1px solid rgba(102,0,0,.4);
	padding:4px 0;
}

#wrap {
	width:940px;
	margin:0 auto;
}

#top {
	height:198px;
	background:url(images/top.png) no-repeat;
}


#nav {
    width:476px;
    height:30px;
	float:left;
	margin:154px 0 0 285px;
}

#nav a {
    display:block;
    height:30px;
    margin:0;
    padding:0;
    float:left;
    background:url(images/navbtns.gif);
}

#nav a.item1 {
    width:116px;
    background-position:-0px 0px
}
#nav a:hover.item1 {
    background-position:-0px -30px
}
#nav a.item2 {
    width:228px;
    background-position:-116px 0px
}
#nav a:hover.item2 {
    background-position:-116px -30px
}
#nav a.item3 {
    width:132px;
    background-position:-344px 0px
}
#nav a:hover.item3 {
    background-position:-344px -30px
}

#social {
	width:112px;
	height:39px;
	float:left;
	margin:150px 0 0 50px;
}

#social a {
	width:39px;
	height:39px;
	display:block;
	float:left;
	margin-right:17px;
}

#body-main {
	background:url(images/body-bkgrd.png) repeat-y;
	padding:30px;
	min-height:600px;
}

#footer {
	font-size:12px;
	padding:5px;
	color:#FFF;
	background:#000;
}

#footer a {
	color:#fdce3f;
}