@charset "utf-8";

* {	margin: 0; padding: 0; border: 0; }

img, div { behavior: url("styles/iepngfix.htc"); }

html 	{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	}
		
body {
	height: 100%;
	font-size: 1em;
	*font-size: 12px;
	color: #666;
	text-align: center; 
	}
	
h1 { font-size: 2.727em; }	
h2 { font-size: 2.182em; }	
h3 { font-size: 1.636em; }	
h4 { font-size: 1.455em; }	
h5 { font-size: 1.091em; }
h6 { font-size: 1em; }
		
a:link, a:active, a:visited {
	color: #12a6c7;
	text-decoration: none;
	}
	
a:hover {
	color: #d40224;
	text-decoration: underline;
	}

p {	padding: 5px 0 10px; }	
.clear { clear: both; }
.left { float: left; }	
.right { float: right; }
.imgborder { margin: 0 0 10px; }
	
/* HEADER ================================================== */

#header {
	width: 840px;
	margin: 10px auto ;
	text-align: left;
	}
	
#logo {
	width: 650px;
	height: 78px;
	background-image: url(../images/logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
#logo a {
	display: block;
	width: 650px;
	height: 78px;
	}
	
#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	}
	
#container-left {
	float: left;
	width: 520px;
	padding: 10px;
	}
	
#container-left h3 {
	color: #d40224;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	}

#container-right {
	float: right;
	width: 280px;
	padding: 10px;
	}
	
#navi {
	background-color:#d40224;
	height: 30px;
	border-bottom: 6px solid #f0f0f0;
	}
	
#navi .nav {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.091em;
	font-weight:bold;
	line-height: 1.8;
	}

#navi .nav a:link,
#navi .nav a:visited {
	display: block;
	float: left;
	padding: 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#navi .nav a:hover{
	color: #FFCC00;
	text-decoration: none;
	}
	
#navi .nav #home {
	padding: 2px 15px 2px 0;
	}


/* ================================================== */
	
#footer {
	font-size: 1em;
	text-align: center;
	margin: 20px auto 0;
	height: 125px;
	padding: 20px 0;
	background-color: #f2f2f2;
	}

#footer ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	overflow: hidden;
	}
	
#footer li {
	background: url(../images/nav_line.gif) no-repeat left top;
	display: inline;
	margin: 0 2px 0 -2px;
	padding: 0 2px 0 5px;
	}
	
#footer li a:link, #footer li a:visited {
	font-size: 1.2em;
	padding: 0 8px;
	}
	
#footer .first {
	background: none;
	}