/* Custom css */

body {
	margin: 0;
	padding: 0;
	
}

a img
{
border:none;
}



#container {
	height: 600px;
	width:950px;
}

#header {
	height: 580px;
	width:150px;
	background-color: #FFFFFF;
	float: left;
}


#hornav {
	height: 550px;
	width:950px;
	background-color: #FFFFFF;
}

#maincontent {
	height:30px;
	width:950px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #FFFFFF;
	height: 20px;
	width: 950px;
	
}


/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 20px; 
  background: #E5ECF9; 
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a:active {
	text-decoration: none;
}
