/*
	
*/

*{ 
	margin: 0; 
	padding: 0; 
}

body{ 
	font: 15px/2 Georgia, serif; 
	background: #F3F5FE; 
}

h1{ 
	color: white; 
	padding: 10px; 
}

a {
text-decoration:none;
image

}
#page-wrap { 	
	max-width: 960px; 
	min-width: 560px; 
	margin: auto; 
	position: relative;
	background: #F2F5FE;
	overflow: hidden; 
}

#header { 
	width: 342px; 
	height: 103px; 
	margin: 15px auto 0; 
}
#menu a { text-decoration:none 
}	
#main-content { 
	width: 47%; 
	padding: 0 1%; 
	float: left; 
}

#featured { 
background: #E9ECFD;
border: solid rgb(220, 226, 252);
height: 259px;
margin-top: 10px;
}

#partners {
	background: #E9ECFD;
	border: solid rgb(220, 226, 252);
	height: 259px;
	margin-top: 10px;
}
#gols {
	background: #E9ECFD;
	border: solid rgb(220, 226, 252);
	height: 198px;
	margin-top: 10px;
}

#main-sidebar { 
	width: 47%; 
	padding: 0 1%; 
	float: right; 
}

#live { 
	background: #E9ECFD;
	border: solid rgb(220, 226, 252);
	width: 282px;
	height: 114px;
	margin-top: 20px;
	
}

h2 {
margin: 120px 0 150px 200px;
}	

h2 a { text-decoration:none; }
   a:hover { text-decoration:none; }
   a:link, a:visited { text-decoration: none; }
   
h3 {
margin: 160px 0 150px 200px;
}	

h3 a { text-decoration:none; }
   a:hover { text-decoration:none; }
   a:link, a:visited { text-decoration: none; }
h4 {
padding-right: 20px;
padding-left: 20px;
}	

h3 a { text-decoration:none; }
   a:hover { text-decoration:none; }
   a:link, a:visited { text-decoration: none; }

#messagebox { 
	background: #E9ECFD;
	height: 200px;
	width: 282px;
	border: solid rgb(220, 226, 252);
	margin-top: 10px;
}

#poll { 
	background: #E9ECFD;
	width: 282px;
	height: 186px;
	border: solid rgb(220, 226, 252);
	margin-top: 10px;
}

#sites { 
	background: #E9ECFD;
	width: 282px;
	height: 330px;
	border: solid rgb(220, 226, 252);
	margin-top: 10px;
}
                      
#footer { 
	clear: both; 
	max-width: 960px; 
	min-width: 560px; 
	background: #F2F5FE;
	margin: 0 auto 15px; 
}

#footer p {
	padding: 10px;
	color: white; 
	}
	
#footer a { 
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none; 
}

#footer a:hover { 
	border-bottom-style: solid;
}

