html, body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background:url('/images/bgblue.jpg') top left repeat #000;
	font-family:Arial, Verdana, Times New Roman;
}

#wrap {
	margin:0px auto;
	text-align:left;
	width:800px;
	*width:802px;
	clear:both;
	border:0px solid #000;
	background:#FFF;
	border:1px solid #000;
}

#header {
	height:150px;
	background:#FFF;
	width:800px;
	background:url('/images/header.jpg') top left no-repeat #FFF;
	border-bottom:3px solid #000;
}

#content {
	background:#FFF;
	width:598px;
	*width:618px;
	font-size:13px;
	padding:6px;
	float:left;
	display:inline;
}

#footer {
	clear:both;
	height:20px;
	background:#0000FF;
	text-align:center;
	width:800px;
	color:#FFF;
	font-size:11px;
}

#footer a {color:#FFF;}

a:hover {text-decoration:none;}

h1, h2, h4 {color:#000;border-bottom:1px solid #B00000;}

h3 {color:#000;}

#menu_space {
	width:180px;
	*width:180px;
	background:#1499ED;
	color:#FFF;
	font-size:12px;
	float:left;
	display:inline;
	padding:0px;
	border-right:2px solid #000;
}

#menu { font-family:Arial;font-size:12px; }

#menu a { color:#000; display:block;text-decoration:none; padding:10px; }
#menu a:hover {text-decoration:underline; background:#7DC4F1;}

.ss {
	background:#CCCCFF;
	padding:5px;
	margin:10px;
	border:1px solid #000;
	border-bottom:4px solid #000;
	border-right:4px solid #000;
}
