/* SEPAC NSD CSS File  Copyright ?2009 FazeWire Web Services */

a:link {
COLOR: #00003A;
}
a:visited {
COLOR: #00003A;
}
a:hover {
COLOR: #00003A;
}
a:active {
COLOR: #00003A;
}

body {
	background-image: url(/images/bg.png);
        background-repeat: repeat-x;
        background-color: #B9CCDA;
        font-family: Arial, Helvetica, sans-serif;
}
#wrapper { 
	margin: 0 auto;
	width: 920px;
	background-color: #FFFFFF;
	height: 1200px;
	}
#wrapperbig { 
	margin: 0 auto;
	width: 920px;
	background-color: #FFFFFF;
	height: 1500px;
	}
#header {
    height:166px;
    text-align:center;
    font-size:40px;
    border: 1px black solid;
    border-bottom: 5px black solid;
    padding-left: 10px;
    padding-bottom: 10px; 
    padding-top: 10px;
    background-color: #8E8352;


   }
#menu {
	width:206px;
	height: 1000px;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	float:left;
	background-color:#C7C099;
}
#menubig {
	width:206px;
	height: 1300px;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	float:left;
	background-color:#C7C099;
}
p.list {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:5px;
	padding-top:5px;
}
#content { 
 	margin: 0px 0px 0px 0px;
 	padding: 10px;
 	width: 692px;
 	float: right;
 	background-color:#F4F3EB;
 	position: relative;
 	display: inline;
 	height: 980px;
        
 }
#contentbig { 
 	margin: 0px 0px 0px 0px;
 	padding: 10px;
 	width: 692px;
 	float: right;
 	background-color:#F4F3EB;
 	position: relative;
 	display: inline;
 	height: 1280px;
        
 }
#footer {
	clear: both;
	width: 920px;
	height: 50px;
	background-color:#8E8352;
}
 


