body {
	margin: 0px;
	padding: 0;
	background: #4C9BCD url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	line-height: 170%;
	color: #00ccff;
	letter-spacing: 3px;
}

h1 { font-size: 36px; }

h2 { font-size: 24px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 125%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #4999CB; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 10px 20px;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }


#wrapper {
}

/* Header */

#header {
	width: 900px;
	height: 68px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 880px;
	height: 68px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}

/* Page */

#page {
	width: 840px;
	margin: 0px auto;
	padding: 40px 30px 0px 30px;
	background: #222222;
}

#page-bgtop {
}


/** LOGO */

#logo {
	width: 880px;
	height: 45px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 20px;
}

#logo h1, #logo p {
	float: left;
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 4px;
	color: #FFFFFF;
}

#logo p {
	padding: 13px 0px 0px 5px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

#logo h1 {
	letter-spacing: 2px;
	font-size: 30px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 800px;
}

/* Footer */

#footer {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img09.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer a {
}

