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

BODY { 
	margin:0; 
	background:url(images/bg.png) repeat #292929; 
}

.buttons:link { color:#FFF; text-decoration:none; text-shadow: 2px 2px #000; }
.buttons:visited { color:#FFF; text-decoration:none; text-shadow: 2px 2px #000; }
.buttons:hover { color:#FFF; text-decoration:underline; text-shadow: 2px 2px #000; }
.buttons:active { color:#FFF; text-decoration:none; text-shadow: 2px 2px #000; }

.buttons_current:link { color:#6ba9da; text-decoration:none; text-shadow: 2px 2px #000; }
.buttons_current:visited { color:#6ba9da; text-decoration:none; text-shadow: 2px 2px #000; }
.buttons_current:hover { color:#6ba9da; text-decoration:none; cursor:default; text-shadow: 2px 2px #000; }
.buttons_current:active { color:#6ba9da; text-decoration:none; text-shadow: 2px 2px #000; }

#wrapper { 
	background:url(images/bodybg.png) center repeat-y; 
	width:900px; 
	margin:auto; 
	text-align:center; 
}

#body { 
	width:840px; 
	margin:auto; 
	text-align:center; 
}

#buttons { 
	background-color:#1e4264; 
	width:100%; 
	height:30px; 
	font-size:20px; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-top:5px; 
	padding-bottom:0px;
}

#main {
	width:100%;
	background:url(images/mainbg.gif);
}

#homepage_bg {
	width:100%;
	height:260px;
	background:url(images/homepage_bg.gif) repeat-x;
	margin-top:0;
}