BODY {
background-color: #00DBEF;
}


.all{
	width: 950px;
	margin:0 auto;
	font-family:verdana;
	font-size:8pt;
	color:#23235C;
}

#top{
	padding: 0px;
	width: 100%;
	color:#CEFBFF;
}

#menu{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	color: #CEFBFF;
	border: 1px dashed #eee;
	background-color: #CEFBFF;
	-moz-border-radius: 10px;
}
#google{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	color: #F9E8E8;
	border: 1px dashed #eee;	
		
}

#content{
	float: left;
 	width: 500px;
	border: 1px dashed #eee;
	background-color: #CEFBFF;
	-moz-border-radius: 10px;
}

#left{
	float: right;
 	width: 120px;
	border: 1px #fff;
}

#siteInfo{
	float: right;
	width: 776px;
}

a:link {
	color:rgb(129,129,129);
	text-decoration: none;
}
a:visited {
	color: #000091;
	text-decoration: none;
}
a:hover {
	color: #000091;
	text-decoration: none;
}
a:active {
	color: #000091;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	color: #8F0F0F;
}
h2 {
	font-size: 14px;
	color: #8F0F0F;
}

li{
	list-style-position: inherit;
	padding: 0px;
	margin-left: 0px;
}

ul{
	padding: 0px;
	margin-left: 13px;
}
p{
	margin-left: 3px;
}
