/*** <RESET CSS> **************************************************************/
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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table tr, 
table th,
table td 
{
	vertical-align: top;
}

ol,ul {
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*** </RESET CSS> *************************************************************/

/*** <CLEARFIX> ***************************************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*** </CLEARFIX> **************************************************************/

html {
	height: 100%;
}

body {
	background-color: #383838;
	min-height: 100%;
	margin: 0 auto;

	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 1024px;
}

h1 {
	color: orange;
	font-size: xx-large;
	text-align: right;
	padding: 30px 20px 0 0;
}

h2 {
	font-size: large;
}

h3 {
	font-size: x-large;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
}

a {
	color: orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre, code {
	font:1em/1.2em 'courier new',courier,monospace;
}

pre {
	color: black;
	background: #ccc;
	border:1px dotted black;
	padding:1em;
	margin: 10px;
	overflow:auto;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 140%;
}

div#body {
	margin: 0 auto;
	position: relative;
	width: 1024px;

	_margin-left: 1px;
}

div#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 200px;
	width: 710px;
}

div#main {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	margin-bottom: -130px;
	width: 710px;
}

div#main_content_wrap {
	margin: 0 auto;
	position: relative;
	z-index: 100;
	top: -85px;
	width: 660px;
}

div#main_content_top {
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 628px;
}

div#main_content_middle {
	background-image: url(../images/content_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 10px;
	width: 648px;
}

div#main_content_middle_c {
	float: left;
	width: 608px;
}

div#main_content_middle_c p {
	margin-bottom: 10px;
}

div#main_content_middle_c div {
	margin-bottom: 10px;
}

div#main_content_middle_c div.img_wrap {
	background-color: #eee;
	border: solid 1px black;
	padding: 10px;
}

div#main_content_middle_c div.img_wrap div.img_left,
div#main_content_middle_c div.img_wrap div.img_right {
	background-color: white;
	border: solid 1px black;
	float: left;
	margin: 0;
	margin-right: 10px;
}

div#main_content_middle_c div.img_wrap div.img_right {
	float: right;
	margin: 0;
	margin-left: 10px;
}

div#main_content_middle_c div.img_wrap div.img_left img,
div#main_content_middle_c div.img_wrap div.img_right img {
	margin: 8px;
}


ul#menu {
	float: right;
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	position: relative;
}

ul#menu a {
	color: orange;
	text-decoration: none;
}

ul#menu li a {
	background-image: url(../images/menu_item.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font:1em/1.2em 'courier new',courier,monospace;
	font-weight: bolder;
	height: 119px;
	left: 0px;
	margin-top: -25px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	width: 30px;
	
	font-family: monospace;
}

ul#menu li a#active {
	background-image: url(../images/menu_item_active.gif);
	color: black;
	left: -1px;
	z-index: 1000;
	width: 33px;
	height: 121px;
}


ul#menu li a:hover {
	color: black;
	background-image: url(../images/menu_item_hover.gif);
}


div#main_content_bottom {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 628px;
}

div#main_content_middle h2 {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bolder;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 500px;
}

div#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	top: -130px;
	top: 0;
	z-index: 1;
	height: 130px;
	width: 710px;
}

div#footer p {
	font-size: small;
	padding-top: 112px;
	padding-left: 460px;
}

div.news p {
	line-height: 130%;
	font-size: medium;
}

div.news p:first-letter {
	font-weight: bold;
}


div.newsfooter {
	border-top: solid 1px #ccc;
	color: #ccc;
	font-size: small;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;	
}