@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	text-decoration:none;
	width:800px;
}
#banner{
	margin:0px;
}

#navBar {
	width: 195px;
}

#navBar a {
	text-decoration:none;
	color:#FFF;
	
}
#navBar a:hover {
	text-decoration:none;
	color:#900;
	
}

#icons {
	margin-top:0px;
	background-color:#900;
	border-bottom: 2px black solid;
	border-right: 2px solid black;
	margin-bottom: 0px;
	width:193px;
	
}

ul{ 
	border-right: 2px solid black;
	padding-top: 5px;
	padding-bottom:5px;
	margin-top: 0px;
	background-color:#000}

ul li {
	padding-bottom: 5px;
	list-style-type: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	}
	
#icons img {
	padding-left: 20px;
	padding-top:3px;
	width: 50px;
	height: 50px;
}

#content{
	
	text-align:left;
	width: 590px;
	float:right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 20px;
	
	}
	
#content a:hover{
	color:#0CC;}


img { 
	
	border: none;}