body
{
	background-color:#000;
	font-family:sans-serif;
	color:#FFF;
	background-color:#262f49;
	font-size:14px;
}
h1
{
	width:740px;
	height:40px;
	background-image:url('../images/banner.jpg');
	background-repeat:norepeat;
	background-color:blue;
	color:white;
	font-weight:normal;
	font-family:serif;
	padding:30px;
	font-size:30px;
}
h2
{
	font-size:33px;
	font-weight:100;
	font-family:serif;
}
h3
{
	color:#2B5FF5;
	margin-bottom:0px;
	font-size:14px;
}
ul
{
	list-style-type:circle;
}
li
{
	margin-top:10px;
}
a,a:visited
{
	color:#2B5FF5;
}
.iconLink
{
	display:block;
	position:relative;
	width:270px;
}
.iconLink a
{
	color:white;
	position:absolute;
	right:15px;
	font-size:20px;
	text-decoration:none;
	font-weight:lighter;
	top:34px;
}
#wrapper
{
	text-align:left;
	width:800px;
}
#header
{
	width:800px;
	height:100px;
	position:relative;
}
#logo
{
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:300px;
	height:90px;
}
#logo a
{
	border:0;
}

#sysTools
{
	position:absolute;
	right:0px;
	top:0px;
}
#menu
{
	position:absolute;
	top:24px;
	right:0px;
	font-family:serif;
}
#menu ul
{
	list-style:none;
}
#menu li
{
	float:left;
	margin:10px;
}
#menu a
{
	color:#FFF;
	text-decoration:none;
	font-size:18px;
	
}
#menu a:hover
{
	color:#2B5FF5;
	text-decoration:underline;
}
#contents
{
	width:800px;
	position:relative;
}
#footer
{
	position:relative;
	top:80px;
	width:800px;
	color:#567;
	font-family:serif;
	font-size:14px;
	text-align:center;
	border-top:solid #567 1px;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
}

