
html {
padding:0px;
margin:0px;
}
body {
	background: rgb(0, 176, 223);
	font-size: 12px;
	font-family: Verdana;
	color:rgb(25,47,46);
	text-align:center;
	margin:0px;
	padding:0px;
}
#box {
	width:950px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	
}
#left {
	width:230px;
	padding: 10px;
	float:left;
	background:  rgb(205,61,67);
	border-right: 2px solid rgb(25,47,46);
	height: 601px;
}
#About {
	margin-top: 200px;
}
#About a {
	text-decoration: none;
	color: rgb(255,225,29);

}
#About a:hover {
	text-decoration: none;
	
		color: rgb(0,126,223);
}
#About a:visited {
	text-decoration: none;
	color: rgb(255,225,29);

}
#content {
	border-top: 2px solid rgb(205,61,67);
	
	border-left:  0.5px solid rgb(25,47,46);
	width:480px;
	padding: 10px;
	float:left;
	background-color:#fff;
	overflow: auto;
	height: 598px;
}
#content a {
	text-decoration: none;
	color: rgb(205,61,67);
}
#content a:hover {
	text-decoration: none;
	color: rgb(0,126,223);
}
#content a:visited {
	text-decoration: none;
	color: rgb(205,61,67);
}

#right {
	border:  1px solid rgb(0,126,223);
	background: rgb(255,225,29);
	width:175px;
	padding: 10px;
	float:left;
	height: 600px;
}

#head {
background-color:transparent;
}
#footer {
	clear: both;
	height: 60px;
	background: rgb(25,47,49);
	color: rgb(255,255,255);
	padding: 10px;
	text-align: center;

}
#footer a {
	text-decoration: none;
	color: rgb(205,61,67);
}
#footer a:hover {
	text-decoration: none;
	color: rgb(0,126,223);
}
#list li {
	list-style-image: url('sombrero.png');
}

