@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.main { 
	width: 1024px;
	height: 1000px;
}

.innerMain {
	width: 950px;
	height: auto;
}

.header {
	float: left;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 23px;
	font-weight: bold;
}

.rightContent h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

h5 {
	margin: 0px;
	font-size: 15px;
}

