body
{
	margin: 0;
	padding: 0;
	font-family: "arial";
	color: black;
	background-color: #000000;
	font-size: 12px;
	
}
a
{
	color: black;
}
#idWrapper
{
	width: 1040px;
	height: 1535px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border: 1px solid white;
}
#idHeader
{
	background-color: #000000;
	background-image: url(banner.png);
	background-repeat: no-repeat;
	background-position:top center;
	height: 250px;
	width: 900px; 
	position: relative;
	margin-left: 50px;
	margin-top: 0px;
	border: none;
	text-align: center;
	
	
	
	
	
}

#idHeader h1
{
	
	font-size: 60px;
}

#idFix
{
	position: absolute;
	top: 0px;
}

#idMainMenu
{
	background-color: #FFFFFF;
	height: 75px;
	width: 900px; 
	padding: none;
	position: absolute;
	margin-top: 250px;
	text-align: center;
	letter-spacing: 12px;
	text-transform: uppercase;
	margin-left: 50px;
	word-spacing: 10px;
	font-size: 16px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #ffffff;
	
	
}

#idMainMenu a
{
	color: #5EB05E;
	text-decoration: none;
	
}



#idContent
{
    
	background-color: #FFFFFF;
	position: absolute;
	width: 460px;
	height: 700px;
	text-align: center;
	border-left: none;
	margin-top: 327px;
	margin-left: 250px;
	border-right: 1px solid black;
   	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}
#idContent a{
	color: orange;
}





#idSide1
{
	background-color: #FFFFFF;
	position: absolute;
	height: 500px;
	width: 200px;
	text-align: center;
	color: #696969;
	margin-top: 327px;
	margin-left: 50px;
	border-right: 1px solid darkgray;
	
	padding-left: 2px;
	padding-right: 2px;

	
	
}
#idSide1 h2
{
	color: #696969;
	font-weight: lighter;
		font-family: "lucida sans";
}




#idSide2
{
	background-color: #FFFFFF;
	position: absolute;
	height: 500px;
	width: 196px;
	text-align: center;
	color: #696969;
	margin-top: 327px;
	margin-left: 750px;
	border-left: 1px solid darkgray;
	padding-left: 2px;
	padding-right: 2px;
	
}
#idSide2 h2
{
	color: #696969;
	font-family: "tahoma";
	font-weight: lighter;
}





#idSide1 a
{
	color: #5EB05E;
}

	
#idFooter
{
	background-color: #FFFFFF;
 	position: absolute;
	text-align: right;
	width: 902px;
	height: 27px;
	border-top: 1px solid black;
	font-size: 10px;
	color: #696969;
	text-transform: uppercase;
	margin-top: 1500px;
	margin-left: 50px;
	
	
}

.clsGreen
{
	color: #5eb05e;
}
.clsBright
{
	color: #e18253;
}

#idContent li
{
	text-align: left;
}



