body {
	margin: 0;
	padding: 0;
	background: #808080;
	color : #000; font-style:normal; font-variant:normal; font-weight:normal; font-size:73%; font-family:verdana;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;

}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background: url('images/img02.jpg') repeat-x left top;
}

/* Header */

#header {
	width: 1000px;
	height: 235px;
	margin: 0 auto;
	padding: 0px;
	background: url('images/img03.jpg') no-repeat left top;
}

/* Menu */

#menu {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	background: url('images/img04.jpg') no-repeat left top;
}
#navCircle { 
margin : 0;
padding : 0 0 20px 10px;
border-bottom : 1px solid #eee;
} 
#navCircle li { 
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
} 
#navCircle a:link, #navCircle a:visited { 
background : #fff;
float : left;
line-height : 14px;
font-family : arial;
font-weight : bold;
font-size : 14px;
padding : 0 20px 6px 12px;
text-decoration : none;
color : #808080;
} 
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover { 
padding-bottom : 6px;
color : #09ADE2;
background : url('images/pointer.png') no-repeat bottom center;
} 


/* Page */

#page {
	width: 780px;
	margin: 0px auto;
	padding: 40px 50px 0px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding: 0px 0px 0px 0px;
}
#main { 
float : left;
width : 540px;
padding : 1px;
margin : 0px auto;
line-height : 1.8em;
text-align: justify;
margin-top: 5px;
} 
#main h1 { 
margin : 10px 30px 0 20px;
border-bottom : 1px solid #000;
padding : 3px;
text-align : left;
font-size : 14px;
letter-spacing : 3px;
font : arial;
background : inherit;
color : #000;
} 
#main h2 {
padding: 3px;
text-align : left;
font-size : 12px;
font : arial;
color: #0000CC;
margin : 10px 30px 0 20px;
}
#main h3 {
clear: left;
font-size: 12px;
padding: 3px;
text-align : left;
margin : 10px 30px 5px 20px;
}
			/*SIDEBAR*/
#sidebar { 
width : 200px;
margin : 10px 5px 0 540px;
padding-left : 15px;
border-left : 1px dotted #000;
line-height : 1.8em;
text-align: left;
} 
#sidebar h1 { padding : 5px;
margin : 0;
font : arial;
text-align: center;
font-size: 12px;
color : #000;
} 
.sideheader { 
margin-bottom : 20px;
text-align : center;
letter-spacing : 2px;
color : #fff;
background : #000 url('images/sideheader.jpg');; font-style:normal; font-variant:normal; font-weight:normal; font-size:140%; font-family: arial; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px
} 
			/*SIDE MENU*/
#sidenav {
margin : 0;
padding : 0;
list-style-type : none;
font : 100% georgia, tahoma, verdana, arial, sans-serif;
background : inherit;
color : #c86000;
} 
#sidenav a { 
display : block;
width : 90%;
margin : 15px;
padding-left : 25px;
text-align : left;
text-decoration : none;
background : url('images/active.gif') no-repeat left center;
color : #aaa
} 
#sidenav a#current, #sidenav a:hover { 
text-decoration : none;
background : url('images/hover.gif') no-repeat left center;
color : #4a83ba
} 

/* Carousel */

#carousel {
float:left;
padding: 25px;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	text-align : center;
}
#footer a:link, #footer a:visited { 
background : inherit;
color : #fff;
} 
#footer a:hover { 
text-decoration: underline;
color : #82A2B9;
}

		/*CLASS*/
.news { 
font-size : 1em;
background : inherit;
color : #666;
}
.myborder {
float: left; 
border : 1px solid #aaa;
padding : 10px;
margin: 10px;
} 
.myicon {
float: left;
padding : 0;
margin: 0;
}
			/*TYPOGRAPHY*/
p { 
padding-left : 20px;
padding-right : 15px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
} 
			/*SCROLLBAR*/ 
div.scroll { 
margin : 5px 0 40px 5px;
height : 15em;
width : 170px;
overflow : auto;
border : 0px solid #aaa;
padding : 0.5em;
background : #fff;
color : #666;
} 
			/*LINKS*/ 
a img { 
border : 0px none;
} 
a:link, a:visited { 
background : inherit;
color :#808080;
text-decoration : none;
} 
a:hover { 
background : inherit;
text-decoration : underline;
color : #09ADE2;
}