/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	position: relative;
	background-color: #57434C;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #33CCCC;
}


/************* HEADER STUFF ************/

#header {
	width: 760px;
	height: 160px;
	padding: 0px;
	background-color: #FFFBFD;
	background-image: url(images/CIMG0286_skew50p_cropresize.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
}

#header h1 {
	color: #339999;
	font-size: 20px;
	font-weight: bold;
	margin:0;

}

#header h2 {
	text-align: left;
	font-size: 20px;
	text-transform: none;
	color: #66FF99;
	margin: 0px;
}

#logo {		
	margin-right: auto;
	margin-left: auto;
}

#title {
	font-size: 24px;
	font-weight: normal;
	position:absolute;
	margin-left:-120px;
	bottom: 5px;
	left: 50%;
}

#stylemenu {
	float: left;
	clear: left;
	position: absolute;
	bottom: 5px;
	left: 10px;
}

/************* MENU ************/

#menu {
	width: 760px;
	background-color: #339999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#menu a:hover {
	background-color: #33CCCC;
}

/************* CONTENT ************/

#content {
	width: 760px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #339999;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: right;
	width: 469px;
	background-color: #bbFFCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height:540px;
}

#right {
	float: left;
	width: 210px;
	color: #FFFFFF;
	background-color: #339999;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height:540px;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 100%;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background-color: #339999;
	font-size: 11px;
	text-align: center;
	padding: 0px 0px 5px 0px;
	color: #333333;
}
