
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ff9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ebebeb;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 30px; color: #4d1e7d; display: inline;
}

h2 {
	font-size: 22px; color: #4d1e7d; display: inline;
}

h3 {
	font-size: 18px; color: #4d1e7d; display: inline;
}

h4 {
	font-size: 14px; color: #4d1e7d; display: inline;
}

p, ul, li, ol {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #000000;
}

ul, ol {
}

a
{ color: #000000; }

a:link, a:visited {
	color: #4d1e7d; font-weight: bold;
}

a:hover {
	color: #ffffff;
}


/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu
{ text-align: center; }

#menu h2 { display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	background: #824e1a;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	border-top: 2px #ff9933 solid;
}

#menu h2 a:link, #menu h2 a:visited
{ color: #ffffff; padding: 10px; display: block; width: 180px; height: 15px; text-decoration: none; }

#menu h2 a:hover
{ 	background: #000000; color: #ff9933; text-decoration: none; }

#menu .current_page_item a {
background: #000000; color: #ff9933; text-decoration: none;
}

/* Logo */

#logo {
	width: 200px;
	margin: 0 auto;
	background: #000000;
	text-align: center;
}



/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: right;
	width: 550px;
	padding: 0px;
}

#content-left {
	float: left;
	width: 260px;
	padding: 0px;
}

#content-right {
	float: right;
	width: 260px;
	padding: 0px;
}

#content-left-homepage {
	float: left;
	width: 210px;
	padding: 0px;
}

#content-right-homepage {
	float: right;
	width: 300px;
	padding: 0px;
}

.image1
{ margin-top: 20px; }

#caption1
{ margin-top: 7px; font-size: 11px; text-align: center; color: #000000; }


/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}


/* Footer */

#footer { 
    margin: 0 auto;
    width: 778px;
	clear: both;
	padding: 20px 0;
	font-size: smaller;
	background: ;
	filter:alpha(opacity=80);
    -moz-opacity: .80;
	opacity:.80;
	
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #000000;
}
