@charset "UTF-8";
@import url("../../css/default.css");

body {
	text-align: center;
}

div#wrapper {
	width: 730px;
	margin: 0px auto;
	padding: 20px;
	text-align: center;
}

div#header {
	margin: 0 90px 10px 90px;
	position: relative;
	height: 50px;
	background-image: url(../img/adv_header.jpg);
	background-repeat: no-repeat;
	width: 550px;
}

div#header h1 {
	color: #ccc;
	position: absolute;
	top: 7px;
	left: 20px;
	font-size: 150%;
	font-weight: normal;
	width: 550px;
}

div#content {
	margin: 0 90px;
	text-align: left;
	width: 550px;
}

div#content h2 {
	float: left;
	width: 250px;
	margin-top: 35px;
	padding-left: 15px;
	font-size: 110%;
	font-weight: normal;
	color: #27358e;
	border-left-color: #27358e;
	border-left-style: solid;
	border-left-width: 5px;
}

div#content img.img {
	float: right;
	width: 262px;
	margin-bottom: 5px;
}

table {
	margin: 10px 0;
	width: 550px;
	border: none;
	clear: both;
}

th {
	padding: 5px 0 5px 10px;
	color: #27358e;
	font-size: 100%;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	width: 30%;
}

td {
	padding: 5px 0 5px 10px;
	font-size: 90%;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	width: 70%;
}


div#footer {
	clear: both;
	margin: 0 90px;
	text-align: center;
	padding-top: 10px;
}

address {
	padding-top: 10px;
	color: #666;
	font-size: 80%;
}
