body {
	background: #ffffff;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

img {
	border: none;
	display: block;
	/*vertical-align: text-top;*/
	margin: 0px;
	padding: 0px;
}

#container {
	width: 830px;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
    padding: 0px;
	text-align: left;
	position: relative;
	border: 9px solid #91AED0;
	background-color: #FAEBD9;
	
}

#corner_tl {
	position: absolute;
	top: -9px;
	left: -9px;
}

#corner_tr {
	position: absolute;
	top: -9px;
	right: -9px;
}

#corner_bl {
	position: absolute;
	bottom: -9px;
	left: -9px;
}

#corner_br {
	position: absolute;
	bottom: -9px;
	right: -9px;
}

a {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #000;
}

a:hover {
	color: #ff0000;
}

a.footer {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
}

a.footer:hover {
	color: #ff0000;
}

#footer {
	position: relative;
	margin-left: 200px; 
	width: 600px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #ff0000;
	font-weight: bold;
}


.text_main {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #7B4B2A;
}

.text_large {
	font-family: verdana, arial, helvetica;
	font-size: 24px;
	color: #000;
}

.text_highlight {
	font-family: verdana, arial, helvetica;
	color: #FF0000;
}

li.star {
	padding-left: 15px;
	background-image: url('../images/star.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style: none;
	margin-bottom: 10px;
}

.first_text {
	color: #91AED0;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
}