@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: #000000;
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	background-color: #D8D2C9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #262324;
	font-size: 12pt;
}
h1 {
	color: #FFF;
	font-size: 22pt;
	line-height: 22pt;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2 {
	color: #FFF;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0px;
	font-style: italic;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
a {
	color: #262324;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#body {
	background-image: url(images/bg_bar.gif);	
	background-repeat: repeat-x;
}
#container {
	width: 1000px;
	height: 100%;
	background: #d8d2c9;
	background-image: url(images/bg_lines.gif);	
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	height: 63px;
	width: 100%;
	float: left;
	background-image: url(images/header_flower.gif);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	margin-top: 5px;
}
#menubar {
	background-color: #262324;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	float: left;
	width: 18px;
	height: 35px;
	line-height: 35px;
	margin-top: 26px;
}
#menu {
	background-color: #262324;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 784px;
	margin: 0px;
	padding: 0px;
	margin-top: 26px;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	width: 128px;
	text-align: center;
	height: 35px;
}
#menu a:hover {
	color: #262324;
	background-color: #FFF;
	border: 0px solid #FFF;
}
#menu a span {
	display: block;
	float: left;
	width: 128px;
	margin-top: 6px;
	line-height: 16pt;
	border-right: 1px solid #FFF;
	cursor: pointer;
}
#homemenu {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}
#homemenu li {
	float: left;
	width: 128px;
	height: 500px;
}
a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity:0.5;
}
#left {
	width: 196px;
	margin-left: 18px;
	padding-top: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
#left #mainmenu {
	border-bottom: 1px solid #FFF;
	line-height: 26px;
	font-size: 9pt;
	text-align: center;
	text-transform: uppercase;
}
#left img.home {
	margin-left: 2px;	
}
#advertisement {
	width: 210px;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 18px;
	margin-right: -220px;
}
#advertisement img {
	margin-bottom: 18px;
}
#mainContent {
	padding: 0px;
	font-size: 9pt;
	line-height: 200%;
	width: 554px;
	margin-left: 216px;
	margin-top: 0px;
}
#title {
	width: 764px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 36px;
	float: left;
	border-bottom: solid 1px #FFF;
}
#copyright {
	width: 100%;
	font-size: 8pt;
	text-align: center;
	clear: both;
	background: #d8d2c9;
	background-image: url(images/bg_linesfade.gif);	
	background-repeat: no-repeat;
}
#copyright a {
	text-decoration: none;
	color: #262324;
}
#copyright a:hover {
	border-bottom: 1px solid #FFF;
}
