﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #EC98C9 url(images/img01.jpg) repeat-y center top;
	text-align: left;
	font-family: Verdana, Tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #224C33;
}
p	{
	margin-top:10px;
	margin-bottom:0px
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #224E33;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #224E33;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #224E33;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #224E33;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #224E33;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #224E33;
}

a {
	font-weight: bold;
	color: #224C33;
}

a:hover {
	text-decoration: none;
	color: #E2B128;
}

/** HEADER */

#header {
	width: 768px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	height: 146px;
}
#header img {
	border-width: 0px;;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 768px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #E2B128;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	font-family: Verdana, Tahoma;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #FFFFFF;
	color: #E2B128;
}

/** CONTENT */

#content {
	width: 768px;
	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%;
	margin-top: 5px;
}

#content p {
	line-height: 150%;
}

#content img {
	border-width: 0px;;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}
#left img {
	border-width: 0px;;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}
#right img {
	border-width: 0px;;
}

#right p {
	;
}


/** FOOTER */

#footer {
	clear: both;
	width: 768px;
	margin: 10px auto 10px auto;
}

#footer p {
	margin: 0px 0px 0px 15px;
	padding: 5px 10px;
	font-size: xx-small;

}