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

body {
	background-image:url(../images/bg.png);
	background-attachment:fixed;	
	background-color:#000;
	font-family:verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	}

a:link {color:#000;}
a:active {color:#000;}
a:hover {color:#3CF;}
a:visited {color:#000;}

h1 {
	font-family:verdana, Helvetica, sans-serif;
	color:#FFF;
	font-size:20px;
	padding:0px;
	}


#container {
	background-color:#000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:901px;
	height:auto;
	margin-left:auto;
	margin-right:auto;	
}

#border{
	background-image: url(../images/border.png);
	background-repeat:repeat-y;
	width:927px;
	height:auto;
	margin-left:auto;
	margin-right:auto; 
	}

#topbar {
	background-image:url(../images/topbar.jpg);
	width:auto;
	height:48px;
	background-repeat:repeat-x;
	}
	
#header {
	background-image:url(../images/header.jpg);
	width:901px;
	height:175px;
	}

#navbar {
	width:901px;
	height:34px;
	}
	
#middlecontent {
	width:901px;
	height:382px;
	background-color:#000;
	}

#maintop {
	width:901px;
	height:46px;
	background-image:url(../images/maintop.png);
	}
	
#maincontent {
	width:901px;
	height:296px;
}

#mainbtm {
	width:901px;
	height:40px;
	background-image:url(../images/mainbtm.png);
	}
	
#footer {
	background-color:#030;
	width:901px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
	
#footercontent {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	}
	
#copyright {
	margin-left:auto;
	margin-right:auto;
	width:901px;
	background-color:#030;
	}

