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

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #424242;
	margin: 0px;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 235px;
	width: 900px;
	margin: 0px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	text-align: right;
	margin-right: 20px;
	margin-top: 13px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px;
}
.box {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.h1 {
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	color: #666666;
}

#text {
	width: 400px;
	float: left;
	min-height: 250px
}
.box img {
	padding-bottom: 1px;
}


.wrapper .content .box p {
	margin: 0px;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#text-right {
	width: 400px;
	float: right;
	min-height: 250px;
	text-align: center;
}
#text a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
