@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #531050;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	text-decoration:none;
}

a:link {text-decoration: none; color:#FFF}
a:visited {text-decoration:line-through}
a:hover {text-decoration: underline; color:#C00}
a:active {text-decoration: none}

#container {
	width: 780px; 
	background: #F6B51B;
	margin: 0 auto; 
	border: 2px solid #0C6;
	text-align: left;
}

#container h1,h2,h3,h4,h5 {
	text-align:left;
	font-size:18px;
	font-weight:lighter;
	color:#531050;
	margin:16px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#container p {
	text-align:left;
	text-indent:10px;
	font-size:12px;
}

#container .center {
	border:0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#mainContent {
	padding: 0 20px;
	position:relative;
}

.contentbox {
	position: relative;
	margin: 0 auto;
	width: 700px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.contentbox .left {
	position:relative;
	width:130px;
	height:auto;
	float:left;
	border:0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:2px dotted;
}

.contentbox .right {
	position:relative;
	width:549px;
	height:auto;
	border:0;
	float:right;
	border:2px dotted;
	border-left:0px;
	padding-left:10px;
	padding-right:5px;
}

.contentbox .right .title {
	font-size:14px;
	font-weight:bold;
	text-align:left;	
	font-family: Arial, Helvetica, sans-serif;
	color:#531050;
}

#footer {
	width: 780px; 
	background: #F6B51B;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: 2px solid #0C6;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	text-align: left;
	position:relative;
}

#footer .center {
	text-align:center;
	font-size:14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.left img {
	border:0px;
}