html {
	height: 100%;
}

body {
	margin-top: 0px;
	background: #3C96EB url('images/bg.jpg') repeat-x;
	text-align: center;
}

#header {
	width: 576px;
}

#container {
	margin: 0 auto;
	width: 576px;
	text-align: center;
}

#main {
	width: 576px;
	background: #000000 url('images/contbg.jpg') repeat-y;
	margin: 0 auto;
}

#content {
	background: url('images/mainbg.jpg') no-repeat;
	padding: 10px;
	text-align: justify;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 18px;
	color: #3888e7;
}

#footer {
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 36px;
}

p {padding-left: 10px; padding-right: 10px;}


.title {
	margin: 0 auto;
	width: 518px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	margin-top: 0px;
	margin-left: 10px;
	letter-spacing: 0.5em;
	color: #589ef4;
	text-align: left;
	border-bottom: 1px solid #589ef4;
	word-spacing: 0.3em;
	line-height: 13px;
}


a:link {  color: #70ACF3; text-decoration: none; border-bottom: 1px dotted #70ACF3;}
a:visited {  color: #70ACF3; text-decoration: none; border-bottom: 1px dotted #70ACF3;}
a:active {  color: #70ACF3; text-decoration: none; border-bottom: 1px dotted #70ACF3;}
a:hover {  color: #70ACF3; text-decoration: none; border-bottom: 2px solid #70ACF3;}

.enth3_email, .enth3_name, .enth3_url, .enth3_country, .enth3_password, .enth3_vpassword, .enth3_comments, .enth3_submit, .enth3_reset, .noborder {background-color: #2A6AA7; border: 0px; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; font-family: Verdana, georgia, times; font-size: 10px; letter-spacing: 0.1em; color: #ffffff; line-height: 16px; letter-spacing: 1px; font-style: italic; padding: 2px;}

table, tr, td {
	font-family: Verdana, georgia, times;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #3888e7;
	line-height: 10px;
	padding-bottom: 8px;
}

select {
	background-color: #2A6AA7;
	border: 1px solid #ffffff;
	font-family: Verdana, georgia, times;
	font-size: 10px;
	color: #ffffff;
	padding: 4px;
	width: 200px;
}

img {border: 0px solid #ffffff;}

.buttons {border: 6px solid #ffffff; margin: 3px;}

