@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	font-family: arial; font-size: 14px; color: #000;
}

body { background: #cc9900 url("/images/body_bg.jpg") no-repeat center 0; }


a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0;
	font-family: arial; 
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0; vertical-align: top;}

table { border-collapse: collapse; }


h1, h2, h3, h4, h5, h6 { 
	font-family: arial; font-size: 12pt; color: black;
	font-weight: bold; 
	text-align: left; 
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #cc9900;
	padding: 0 0 8px 0;
}

h2.news {
	font-size: 19pt;
	color: #fff4c7;
	font-weight: bold;
	border-bottom: 1px solid #f0b500;
	padding: 0 0 2px 0;
	margin: 16px 0 11px 0;
	letter-spacing: -1px;
}


h3 {
	color: #868585;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 15px 0;
}
h3 span.ora { color: #cc9900; }
h3 a {
	color: #cc9900;
	font-size: 9pt;
}


.cl { clear: both; height: 0; font-size: 0; line-height: 0; }
.c-foot { clear: both; height: 30px; font-size: 0; line-height: 0; }



#main { 
	width: 1000px;
	min-height: 100%;
	position: relative; 
	z-index: 30;
	margin: 0 auto;
}

*html #main { height: 100%; }

