* {margin: 0; padding: 0;  text-decoration: none;}
html {
	background: url(images/bg.gif) #824a4a 0% 0% repeat-x;
	font: x-small "Tahoma", "Verdana", "Arial", sans-serif;
	color: white;
	text-align: center;
	min-height: 100%;
	font-size/* */:/**/small;
	font-size: /**/small;
}
body {
	background: url(images/bg-body.gif) 50% 100% repeat-x;
	padding: 52px 0 20px 0;
}
#container {
	width: 769px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg-container.gif) black 0% 0% repeat-y;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	background: url(images/header.jpg) 0% 100% no-repeat;
	height: 233px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 60px;
	left: 150px;
         width:600px;
	font: bold 600% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: darkred;
}
#mainmenu {
	position: absolute;
	bottom: 233px !important;
	bottom: 232px; /* die, IE 6, die */
	left: 30px;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	display: inline;
	list-style: none;
	font: bold 120% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	margin: 0;
	padding: 0;
}
#mainmenu li a {
	display: block;
	width: auto;
	float: left;
	margin-right: 10px;
	padding: 6px 10px;
}
#mainmenu li a:link, #mainmenu li a:visited {
	background: darkred;
	color: #fff;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	background: red;
	color: #058cc4;
}
#mainmenu li.active a:link, #mainmenu li.active a:visited {
	background: #CC0033;
	color: black;
}
#footer {
	width: 719px;
	margin: 0 auto;
	background: url(images/footer.gif) 0% 0% no-repeat;
	color: black;
	padding: 28px 25px 0 25px;
}
#footer p {
	float: left;
	width: auto;
	padding: 10px 10px;
	background: #CC3300;
	color: #fff;
	font: normal 100% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
}
#footer p.credit {float: right;}
#footer a:link, #footer a:visited {color: #fff; background: #058cc4;}
#footer a:hover, #footer a:active, #footer a:focus {text-decoration: underline;}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	width: 500px;
	float: left;
	padding: 15px 25px 0 25px;
}
#content_index {
	width: 700px;
	float: justify;
	padding: 15px 25px 0 25px;
}
#content_index h1,h2,h3 {
	padding-top:10px;
	text-align: center;
}
#column {
	width: 164px;
	float: left;
	margin-top: 25px;
	padding: 10px;
	background: darkred;
	border: 1px solid #CC3300;
font-size: 12px;

}
#column p {
	text-align: left;
	padding-bottom: .5em;

	line-height: 100%;
}
#column span {
	margin:5 0 5 13
}
#column img {

	padding-right: .5em;
border: none;
}

#content, #column {
	overflow: visible !important;
	overflow: hidden; /* die, IE 6, die */
}
ul.menu li {
	display: inline;
	margin: 0;
	list-style: none;
}


h2 {
	font: bold 200% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: red;
	padding-bottom: .2em;
}
h3 {
	font: bold 140% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	color: black;
	padding-bottom: .2em;
}
p, ol, ul {
	text-align: justify;
	padding-bottom: .5em;
	line-height: 130%;
}
li {margin-left: 1.5em;}
#content a:link {
	color: red;
}
#content a:visited {
	color: #cc0000;
}
#content a:hover, #content a:active, #content a:focus {
	color: red;
}
#content_index a:link {
	color: red;
}
#content_index a:visited {
	color: #cc0000;
}
#content_index a:hover, #content a:active, #content a:focus {
	color: red;
}
#column a:link {
	color: black;
}
#column a:visited {
	color: black;
}
#column a:hover, #column a:active, #column a:focus {
	color: #fff;
}
a:active, a:focus {outline: none;}


