﻿body {
	margin: 0px;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	background-color: #000000;
}

#main {
	position: relative;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#top {
	position:relative;
	width: 1000px;
	height: 390px;
}

#content {
	position:relative;
	width: 1000px;
	height: 380px;
}

#content1 {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 630px;
	height: 380px;
	background-color: #d8d8d8;
	text-align: justify;
	border: 1px #ffffff solid;
}

#content2 {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 300px;
	height: 220px;
	text-align: left;
	background-color: #b0acad;
	border: 1px #e0e0e0 solid;
}

#content3 {
	position: absolute;
	top: 240px;
	right: 25px;
	width: 300px;
	height: 140px;
	text-align: left;
	background-color: #7a7676;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	border: 1px #bbbbbb solid;
}

p {
	margin: 10px;
}

a:link {color: #ffffff; text-decoration: none;}
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #c30006; text-decoration: none;}
a:active {color: #ffffff; text-decoration: none;}
