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

body {
   background-image:url(img/main_bg.jpg);
   background-repeat:repeat-x;
   background-color:#000000;
   }

#wrapper {
	width:748px;
	height:100%;
	background-color:#000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EB0206;
	border-bottom-color: #EB0206;
	border-left-color: #EB0206;
	margin:0 auto;
	border-top-width: 1px;
	color:#FFFFFF;
	text-align:center;
   }
   
#content {
	width:720px;
	height:100%;
	background-color:#666666;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #EB0206;
	margin:0 auto;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #EB0206;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EB0206;
	}
	
p {
    font-size:12px;
	}
	
#header {
    width:750px;
	height:169px;
	margin:0 auto;
	}
	
#content img {
	border: thin solid #EB0206;
    }
	
h2  {
   text-decoration:underline;
   }
   
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #EB0206;
}
a:hover {
	color: #EB0206;
}
a:active {
	color: #FFFFFF;
}
