﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #EC98C9 url("img01.gif") repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #926D81;
}

h6 {
	font-family: Arial Black, "Times New Roman", Times, serif;
	color: #8DAB3B;
}

h5 {
	font-family: Arial Black, "Times New Roman", Times, serif;
	color: #8DAB3B;
}

h4 {
	font-family: Arial Black, "Times New Roman", Times, serif;
	color: #8DAB3B;
}

h3 {
	font-family: Arial Black, "Times New Roman", Times, serif;
	color: #8DAB3B;
}

h2 {
	font-family: Arial Black, "Times New Roman", Times, serif;
	color: #8DAB3B;
}

h1 {
	font-family: Arial Black, "Times New Roman", Times, serif;
	color: #8DAB3B;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #B44480;
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #FFFBFD url("img02.gif") repeat-x left top;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #4773C1;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #6D92D5;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h6 {
	font-weight: normal;
}

#content h5 {
	font-weight: normal;
}

#content h4 {
	font-weight: normal;
}

#content h3 {
	font-weight: normal;
}

#content h2 {
	font-weight: normal;
}

#content ol {
	line-height: 150%;
}

#content ul {
	line-height: 150%;
}

#content p {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 2px solid #4773C1;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	color: #4773C1;
}


