body {
	background-color: white;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: darkgrey;
	text-align: center;
}
p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
	line-height: 1.5;
	text-align: left;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	text-align: center;
	vertical-align: baseline;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	text-align: left;
	line-height: 1.5;
}
td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
	line-height: 1.3;
	text-align: left;
}
li {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #6AABD1;
}
a:hover {
	background-color: #8C8C8C;
}


.white {
	color: white;
}
.black {
	color: black;
}
.red {
	color: red;
}
.copyright {
	color: #6AABD1;
	text-align: center;
	line-height: 0.6;
}
.grey {
	color: #8C8C8C;
}
.height1 {
	line-height: 0.52;
}
.height2 {
	line-height: 1.3;
}
.height3 {
	line-height: 0.01;
}
.height4 {
	line-height: 1.3;
}
.height5 {
	line-height: 1.24;
}
.height6 {
	line-height: 1.95;
}


#wrapper_outside {
    position: relative;
	width: 900px;
	margin: auto;
}
#navigation_left {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 445px;
	height: 40px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
	background: white;
}
#navigation_right {
	position: absolute;
	top: 0px;
	left: 450px;
	width: 445px;
	height: 40px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
	background: white;
}
#content_left {
	position: absolute;
	top: 42px;
	left: 1px;
	width: 440px;
	height: 490px;
	padding: 5px;
	float: left;
	overflow: hidden;
	background: #6AABD1;
}
#content_right {
	position: absolute;
	top: 42px;
	left: 451px;
	width: 440px;
	height: 490px;
	padding: 5px;
	float: left;
	overflow: hidden;
	background: #8C8C8C;
}
#footer {
	position: absolute;
	top: 542px;
	left: 0px;
	width: 900px;
	height: 40px;
	padding: 0px;
	overflow: hidden;
	background: white;
}
