body{
	margin:0px;
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	
	}

table, tr, td{
	margin: 0px;
	}

a:link { 
	color: #F33;
	text-decoration: none;
	}
a:visited { 
	color: #F33;
	text-decoration: none;
	}
a:hover { 
	color: #F33;
	text-decoration: none;
	}
a:active { 
	color: #F33;
	text-decoration: none;
	}
h2{
	font-family: verdana;
	font-size: 16px;
	}
	

#container{
	width: 924px;
	margin: 10px 0px 10px 0px;
	border: solid 2px #333;
	background-image: url(img/key2.png);
	background-repeat: no-repeat;
	
	}

#top1{
	width: 170;
	height: 230px;
	float: left;
	
	}

#top{ 
	width: 750px;
	height: 230px;
	margin: 0px 0px 0px 0px;
	float: right;
	background-image: url(img/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	}
	
#main{
	width: 900px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
	}

#sidemenu{
	width: 140px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}

#mainpage{
	width: 700px;
	height: ;
	float: right;
	margin: 15px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	color: #FFF;
	}


#bottom{
	width: 900px;
	margin: 10px 0px 0px 0px;
	
	}
	
	
#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 60px
	}

#navcontainer li {
	margin: 0px 0px 3px 0px;
}

#navcontainer a{
	display: block;
	width: 140px;
	height: 60px;
	background-image: url(img/template1.gif);
	background-repeat: no-repeat;
	
	
	}

#navcontainer a:link, #navlist a:visited{
	text-decoration: none;
	color: #FFF;
	}

#navcontainer a:hover{
	background-image: url(img/template2.gif);
	background-repeat: no-repeat;
	}

#active a:link, #active a:visited, #active a:hover{
	background-image: url(img/template3.gif);
	background-repeat: no-repeat;
	}
	

