﻿body
{
	 margin:0px;
	 padding: 0px;
	background: #222222;
}
img
{
	border:none;
}

#wrapper
{
	margin: 0px auto;
	 background: url(../Images/background.jpg);	
	 background-repeat: no-repeat;
	width: 1024px;
}
#logos
{
	float:right;
	padding: 20px;
}
#top
{
	margin: -20px auto;
	width: 600px;
	
	min-height: 190px;
	
}

#top-menu 
{
	margin: 0px;		
	margin: 0px auto;
	width: 600px;	
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#top-menu a
{
	color:Black;
	text-decoration: none;
}
#top-menu a:hover
{
	color:Black;
	text-decoration: underline;
}

#double
{
	
	margin: 0px auto;	
	width: 612px;
	height: 762px;	
	padding: 4px;
	border: solid 4px black;
	
	
}

#content
{
	
	margin: 0px auto;	
	padding: 10px;
	width: 580px;
	height: 730px;
	background: white;
	border: solid 6px black;
}
#content a
{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#content a:hover
{
	color: #0085cf;
}
#content a img
{
	
	border: solid 2px #777777;
	border-top: solid 2px #EEEEEE; 
	border-left: solid 2px #EEEEEE; 
}
#content a img:hover
{
	border: solid 2px #EEEEEE; 
	border-top: solid 2px #777777;
	border-left: solid 2px #777777;	
	
}

#bottom
{
	margin: 0px auto;
	width: 600px;
	height: 50px;
	
}