body {
	font-size:12px;
	font-family:arial, verdana;
	line-height:18px;
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#284366;
	color:#0000ff;
}
a:hover {
	text-decoration:underline;
	color:#284366;
}

h1 {
	font-weight:bold;
	font-size:18px;
	line-height:21px;
	color:#284366;
	padding-left:0px;
	margin-left:0px;
}
h3 {
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}

#header {
	width:100%;
	height:115px;
	background-image:url('../bigdata/background.png');
}
#header .contents {
	width:760px;
	text-align:left;
}
#postheader {
	width:100%;
	height:15px;
	background:#284366;
}

#content {
	width:760px;
	position:relative;
	text-align:left;
}
#menu {
	float:left;
	width:150px;
	position:relative;
	left:0px;
	top:40px;
	font-size:11px;
	line-height:20px;	
}
#menu2 {
	float:left;
	width:200px;
	position:relative;
	left:0px;
	top:40px;
	font-size:11px;
	line-height:20px;	
}
#maintext {
	float:left;
	position:relative;
	width:560px;
	left:50px;	
}
#footer {
	width:100%;
	height:30px;
	background:#284366;
}