@charset "utf-8";
/* CSS Document */

body{
	background:#000 url(images/bkgnd-img-repeat.png);
	margin:auto;
}
/*#background{
	background: url(images/bkgnd-img.png) no-repeat;
	margin:auto;
	width:1280px;
}
#background-top{
	background: url(images/bkgnd-top.png) no-repeat;
	margin:auto;
	width:1280px;
	height:420px;
}
#background-bottom{
	background: url(images/bkgnd-bottom.png) no-repeat;
	margin:auto;
	width:1280px;
	height:380px;
}*/
#outercontainer{
	margin:auto;
	width:1024px;
	height:100%;
}
#innercontainer{
	width:776px;
	margin-left:212px;
}

#top {
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
font-weight:normal;
height:10px;
margin-bottom:-9px;
margin-left:-72px;
padding-top:24px;
text-align:right;
text-decoration:none;
width:1024px;
}

#content{
	background:url(images/content-bkgnd.png)repeat-y;
	margin:-6px 0 20px -32px;
	width:673px;
	padding:5px 0px;
}
#content-container{
	margin:-6px 0 0 -32px;
	width:673px;
	padding:0px 35px;
}
#content-top{
	background:url(images/content-top.png) no-repeat scroll 0 1px;
	margin:-6px 0 0 -32px;
	width:673px;
	padding:11px;
}
#content-bottom{
	background:url(images/content-bottom.png) no-repeat;
	margin:-20px 0 0 -32px;
	width:673px;
	padding:25px;
}

#text{
	width:auto;
	height:100%;
	padding:0px 25px;
}

a{
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
text-decoration:none;
}
a:hover{
color:#AEAEAE;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
text-decoration:none;
}

#header{
	height:94px;
	margin:22px auto;
	width:220px;
}
#header a img{
	border:none;
}

#sidebar{
float:right;
height:415px;
line-height:10px;
margin-right:-5px;
width:175px;
}

#sidebartop{
margin-bottom:342px;
}

#nav{
color:#FFFFFF;
font-size:19px;
height:55px;
margin:0 0 -11px -48px;
width:660px;
}
#subnav {
font-size:14px;
margin:-20px auto auto -12px;
padding:0;
width:620px;
}
#subnav-content {
font-size:14px;
margin:-60px auto auto -12px;
padding:0;
width:620px;
}
ul{
color:#FFFFFF;
}

ul li{
color:#FFFFFF;
display:block;
float:left;
padding:15px;
text-decoration:none;;
}

ul li a{
color:#FFFFFF;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
text-decoration:none;
}
ul li a:hover{
color:#AEAEAE;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight:normal;
text-decoration:none;
}
#clear{
	clear:both;
}
