﻿/* CSS Document */
#wrapper 
{
	width:926px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px
	min-height: 850px;
}

#header
{
    width:926px;
	min-height: 101px;
	background-color: DDE5E7;
}

#menu
{
    width:926px;
	min-height: 15px;
	padding:5px 5px 5px 5px;
}

#menu A:hover, A:active
{
    color:#FF0000;
}

#menu a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#007E7A;
	font-weight: bold;
}

#contentmain
{
    clear:both;
	width:926px;
	min-height: 500px;
	padding:5px 5px 5px 0px;
}

#left
{
	float: left;
	width:310px;
    min-height:500px;
	/*border: solid 2px #FFFFFF;*/
	/*padding:10px 10px 10px 20px;*/
}


#right 
{
	float: right;
	width: 425px;
	min-height: 500px;
	/*border: solid 2px #FFFFFF;*/
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color:#000000;
}

#right A:hover, A:active
{
    color:#007E7A;
    text-decoration:underline;
}

#right a
{
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}


#footer
{
    clear: both;
    width: 926px;
    height: 25px;
	margin-left: auto;
	margin-right: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	/*border: solid 5px #FFFFFF;*/ 
}

#footer A:hover, A:active
{
    color: #FF0000;
}

#footer a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#007E7A;
	font-weight: bold;
}
