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

body {
	background-color: #000000;
	margin: 0px;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(img/header2.jpg);
	margin: 0px;
	height: 225px;
	background-repeat: no-repeat;
	background-position: top;
}
.menu {
	height: 45px;
	margin: 0px;
}
.cont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#left {
	float: left;
	width: 440px;
	min-height: 300px;
}
p {
	margin: 0px;
}
.cont h1 {
	font-size: 18px;
	font-style: oblique;
	color: #6CF;
	margin: 0px;
}


#right {
	float: right;
	width: 430px;
	min-height: 300px;
	color: #E0EB69;
	text-align: center;
	font-size: 24px;
}
.cont img {
	border: 1px dashed #FFFFFF;
	margin: 2px;
	padding: 0px;
}
a, a:visited, a:active { color: #6CF; 
}
a:hover {
	color: #6CF;
	font-weight: bold;
}
.wrapper #left p { text-align: justify; }
