html{
	background: #fff url('/images/background_circles.png') no-repeat top center fixed;
	}

body{
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:12px;
	width:1000px;
	margin:0 auto;
	}

#toptext{
	float:left;
	width:1000px;
	height:18px;
	overflow:auto;
	color:#000;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background:#fff;
	}
		
		#topleft{
			float:left;
			width:300px;
			}
	
		#topright{
			float:left;
			width:700px;
			text-align:right;
			}
			
					#toptext a:link{color:#04f; text-decoration:none;}
					#toptext a:visited{color:#04f; text-decoration:none;}
					#toptext a:hover{color:#fff; text-decoration:none; background-color:#007fff;}
					#toptext a:active{color:#444; text-decoration:none;}
	
#mmubanner img{
	border:0;
	}
	
		#mmubanner img a:hover{
			border:0;
			}

#mmunavbar{
	width:960px;
	height:2.2em;
	line-height:2.2em;
	background-color:#444;
	text-transform:uppercase;
	padding-left:40px;
	font-size:12px;
	margin-top:-6px;
	}

#navlist li{
		float:left;
		width:auto;
		list-style-type:none;
		position:relative;
		right:15px;
		}

	#navlist li a{
		display:block;
		padding:0 10px;
		color:#fff;
		font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, "Trebuchet MS", Trebuchet, Verdana, sans-serif;
		font-size:13px;
		}
	
				#nav-for, #navlist li a:hover{
					background-color:#666;
					}
					
				#navlist li a:hover{
					text-decoration:none;
					}
	
#content{
	width:980px;
	overflow:auto;
	padding:5px 10px 10px 10px;
	background-color:#c3d9ff;
	}
	
#footer{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Verdana, Helvetica, sans-serif;
	background:#444;
	color:#fff;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
	}
	
		#footer a:link{
			color:#999;
			}
			
				#footer a:visited{
					color:#999;
					}

				#footer a:hover{
					color:#007fff;
					background:transparent;
					text-decoration:none;
					}

#mmulinks{
	float:left;
	width:400px;
	}
	
	#mmulinks img{
	height:64px;
	}
	
#evolution{
	float:left;
	width:250px;
	text-align:center;
	background-color:#fff;
	}
	
#valid{
	float:left;
	width:350px;
	font-size:10px;
	text-align:right;
	}

	#mmulinks a img, #valid a img{
		border:1px solid transparent;
		}
	
	#mmulinks a:hover img, #valid a:hover img{
		border:1px solid #000;
		text-decoration:none;
		}
	
#share{
	position:fixed;
	bottom:0;
	right:10px;
	width:170px;
	height:32px;
	padding:2px;
	border:1px solid #4e90e7;
	border-bottom:0;
	background:#c3d9ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4e90e7;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-border-radius-topright:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	}
	
	#share:hover{
		height:40px;
		filter:alpha(opacity=100);
		opacity:1;
		}
	
	#share-text{
		width:102px;
		line-height:32px;
		float:left;
		}
		
	#share-icons{
		width:68px;
		float:left;
		}
		
	#share img{
		border-bottom:2px solid transparent;
		}

	#share img:hover{
		border:0;
		}