html, 
body {
	margin: 0;
	padding:0;
	height: 100%;
}

body {
	background: #ffffcc url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004e4e;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;
	line-height: 160%;
	color: #004e4e
}

ul, ol{
	margin-bottom: 1em;
	line-height: 120%;
	color: #004e4e
}

li {
	margin-bottom: 10px;
}
a {
	color: #669999;
}

a:hover {
	text-decoration: none;
}

img {
	 border:1px solid #000000;
}

/* Wrapper */

#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: relative;

}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 57px;
	padding-top: 10px;
	margin: 0 auto;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #004e4e;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #999966;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 778px;
	height: 70px;
	margin: 0 auto;
	color: #FFFFFF;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-align:right;
	letter-spacing: -2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
}
#sub {
	width: 778px;
	height: 20px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#sub h2 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align:right;
	letter-spacing: 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color:#000000;
}

#sub a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 86px;
}

/* Content */

#content {
	width: 494px;
	padding-right: 20px;
	vertical-align:top;
}

.title {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #004e4e;
}

.title a {
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	vertical-align:top;
}

#sidebar ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
	line-height: normal
}

#sidebar li ul {
	padding: 0;
}

#sidebar ol{
	margin-left: 30px;
	padding-left: 0px;
}

#sidebar p {
	padding-left: 10px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 10px;
	background: #cccc99;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

#clearfix {
	clear: both;
}

/* Footer */

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:56px;
	background: url(images/img02.jpg) repeat-x left bottom;
}

#footer p {
	line-height: normal;
	padding-top: 20px;
	font-size: smaller;
	text-align: center;
	color: #000000;
}

