* {
	margin: 0;
	padding: 0;
}

body {
	background: #F5F5F5 url(../images/img01.jpg) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #474848;
}

h1, h2 {
	color: #666666;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.1em;	
	margin-bottom: 5px;	
}

h5 {
	float: right;
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}
ul,ol{
	margin-left: 40px;
	margin-bottom: 20px;
	line-height: 170%;
	font-size: 1.0em;	
}

p{
	margin-bottom: 20px;
	line-height: 170%;
	font-size: 1.0em;
}

a {
	color: gray;
	font-size: 1.0em;
}

a:hover {
	color: orange;
	font-size: 1.0em;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(../images/img08.jpg) repeat-x left bottom;
}

#wrapper1 {
	background: url(../images/img15.jpg) repeat-x left bottom;
	height: 175px;
}

/* Header */

#header {
	height: 101px;
}

/* Logo */

#logo {
	float: left;
	margin: 0 0 0 0;
}

/* Page */

#page {
	max-width: 1200px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img06.jpg);
}

#bgtop {
	height: 20px;
	background: url(../images/img07.jpg);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(../images/img09.jpg) no-repeat left bottom;
}

/* Navigation */

#navigation {
clear: left;
float: left;
width: 150px;
margin: 5px 0 0px 0;
padding: 0;
font-size: 1.0em;
}

#navigation ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.0em;
}	

#navigation li {
margin-bottom: 4px;
}

#navigation li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #F7F7F7;
border-left: 4px solid #cccccc;
}	
	
#navigation li a:hover {
background: WHITE;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#navigation li a.current {
background: WHITE;
color: #286ea0;
border-left: 4px solid #286ea0;
}

#subnavigation {
clear: right;
float: right;
width: 150px;
margin: 0 0 0 0;
padding: 0 0 0 0;
font-size: 1.0em;
}

#subnavigation ul {	
list-style: none;
float: right;
width: 150px;
margin: 0 0 0 0;
padding: 0;
font-size: 1.0em;
}	

#subnavigation li {
margin: 0 0 4px 0px;
}

#subnavigation li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #F7F7F7;
border-left: 4px solid #cccccc;
}	
	
#subnavigation li a:hover {
background: WHITE;
color: #67a6d3;
border-left: 4px solid #67a6d3;
}

#subnavigation li a.current {
background: WHITE;
color: #67a6d3;
border-left: 4px solid #67a6d3;
}

#metanavigation {
clear: left;
float: left;
width: 150px;
margin: 30px 0 0 0;
padding: 0;
font-size: 1.0em;
}

#metanavigation ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.0em;
}	

#metanavigation li {
margin-bottom: 4px;
}

#metanavigation li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #F7F7F7;
border-left: 4px solid #cccccc;
}	
	
#metanavigation li a:hover {
background: WHITE;
color: #ff8c00;
border-left: 4px solid #ff8c00;
}

#metanavigation li a.current {
background: WHITE;
color: #ff8c00;
border-left: 4px solid #ff8c00;
}


/* Content */

#content {
	width: 850px;
	height: 400px;
	min-height: 434px;
	padding: 0 0 0 180px;
	margin-left:auto; 
	margin-right:auto;
	padding-bottom: 0.3em;	
}

#content h2{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: 1px dotted #dfdfdf;
	padding-bottom: 0.3em;
}

html>body #content {
	height: auto;
}

#pic{
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 1200px;
	height: 83px;
	margin: 0 auto;
	background: url(../images/img10.jpg) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
