html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* {
	
	margin: 0;
	padding: 0;
}
html {
    height: 102%
    
}

body {
	
	background-color: white;
	
	margin: 110px 0 0 20px;
	line-height: 18px;
	font-family: Tahoma, Arial;
	font-size: 13px;
	background: url(images/head.jpg) no-repeat center top;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}



#logo {
	color: white;
	font-family: Tahoma, Arial;
	padding: 10px 0 80px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
}


#menu {
	text-align: center;
	margin-bottom: 42px;
}

#menu ul {
	text-align: center;
	list-style: none;
	padding: 0;
}


#menu ul li {
	display: inline;
	padding-left: 5px;
}

#menu ul a {
	font-family: font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	padding: 0 40px 2px 10px;
}

#menu ul a:hover {
	color: white;
	background-color: #c89a2a;
}

#main {
	color: black;
	
	}

#content {
	width: 780px;
	margin: 0 auto;
	background-color: white;
	
}

#text {
	width: 530px;
}
.info {
	width: 780px
}

#text p {
	margin: 7px 0 7px 0;
}

#text li {
	background: url() no-repeat 0px 7px;
}
#sidebar {
	float: right;
	width: 227px;
	background-color: white;
	margin: 10px 10px 0 0;
}

#sidebar_top {
	width: 227px;
	height: 10px;
	
}

#sidebar_text {
	padding: 25px 5px ;
	
}

#sidebar_text p {
	margin: 5px 0 5px 0;
}

#sidebar_bottom {
	width: 227px;
	height: 57px;
	background: url(images/sidebar_bottom.jpg) no-repeat;
}

#sidebar h2 {
	background-color: #ffce64;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0;
	background: none;
}


h1 {
	font-family: Tahoma, Arial;
	margin: 30px 0 0 0;
	padding: 5px 0 7px 10px;
	text-transform: uppercase;
	font-size: 18px;
	color: #393a3a;
	
}

h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px 0 0 0;
	padding: 5px 0 7px 10px;
	text-transform: uppercase;
	font-size: 17px;
	color: #c89a2a;
	
}

h3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 30px 0 0 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	
}

h4 {
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 15px 0 0 0;
	padding: 5px 0 5px 0;
	font-size: 14px;
	color: #000;
	
}

.floatleft {
	float: left;
	text-align: left;
	padding: 5px;
}

.floatright {
	float: right;
	text-align: right;
	padding: 5px;
}



#footer {
	
	height: 102px;
	clear: both;
	width: 780px;
	margin: 0 auto;
}

#left_footer {
	
	float: left;
	padding: 60px 0 0 10px;
	color: #5a5c5d;
	font-size: 11px;
}

#left_footer a {
	color: black;
	text-decoration: none;
}

#left_footer a:hover {
	text-decoration: none;
