@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/img01.jpg) repeat-x left top;
	font-size: 13px;
	text-align: justify;
	color: #000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #819CDB;
}

h1 {
	font-size: 3px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #062733;
}

a:hover {
	color: #fff;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	height: 459px;
	margin: 0 auto;
	background: url(images/header01.jpg) no-repeat left top;
}

#header h1, #header p {
	float: right;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header h1 {
	color: #FFFFFF;
	font-size: 74px;
	padding: 132px 0 0 50px;
}

#header p {
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	margin-top: -170px;
}

/* Content */

#content {
	float:right;
	width: 840px;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 20px 20px;
	border: 10px solid #FFFFFF;
	background-color: #062733;
	text-align: center;
}

#into {
	float:center;
	width: 1000px;
	margin-top: -100px;
	margin-bottom: 30px;
	padding: 20px 20px;
	text-align: center;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #062733;
}

#footer p {
	margin: 0;
	padding: 50px 0px;
	text-transform: uppercase;
}

#footer p a {
	color: #000;
}s

#footer p a:hover {
	color: #276505;
}

