@charset "utf-8";
/* CSS Document */
html {height: 100%;}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000000;
}

p {padding-bottom: 1.2em;}

a {color: #ea481e;}
a:hover {color: #eae8b3;}


body { background: #000000; 
       font: normal 11px "Tahoma",sans-serif;
      }

#header {
	background: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	padding: 20px;
		  }

#banner {
	width: 780px;
	height: 150px;
		 }

#clearer {clear: both;}

/* navigation */
#wrapnav{margin: 0 auto;}
#navigation ul, #navigation li { list-style:none; background: #fff; float:left;
	}
#navigation {
	background: #fff;
	height: 35px;
	width: 780px;
}
#navigation a {
	color: #000000;
	float: left;
	font: bold 1.2em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
}
#navigation a:hover{
    background: #990000;
	color: #FFFFFF;
	float: left;
	font: bold 1.2em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	}
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
    background: #990000;
	color: #FFFFFF;
	float: left;
	font: bold 1.2em sans-serif;
	line-height: 35px;
	padding: 0 20px;
	text-decoration: none;
	}
	
	
/* footer */
#footer {
	margin-top: 20px;
	background: #990000;
	color: #FFF;
	font: bold 1em sans-serif;
	width: 780px;
	height: 35px;
	line-height:35px;
	text-align: center;
	text-decoration:none;
	clear: both;
	
}
#footer a,#footer a:hover {color: #debe81;
text-decoration:none;}


/* ind content */

#indContent {
	width:780px;
	margin: 0 auto;
}

#wrapCont1 {
	margin: 20px 0px 20px 0px;
	width:240px;
	float:left;
}

#indCont1 {
	width:240px;
}


#wrapCont2 {
	width:500px;
	float:right;
	font-size: 1.2em;
	line-height:17px;
	padding: 0px 0px 0px 20px;
	margin: 20px 0px;
	border-left: #990000 1px solid;
}

#indCont2 {
	width:500px;
	float:right;
}

#indCont2 h2 { font: normal 1.6em "Trebuchet MS",sans-serif;
               color: #990000;}
#indCont2 h3 {
	font: normal 1.2em sans-serif;
	color: #debe81;
}

#indCont2 {
	width:500px;
	float:left;
}

#sideIndImg {
	width: 240px;
	height: 300px;
}

#indImage{
	width: 163px;
	height:169px;
	float:right;
	margin-bottom: 10px;
	margin-right: 0px;
}

#indImago{
	width: 490px;
	height:300px;
	float:left;
	margin-bottom: 10px;
}

#indLine1 {
	border-top: #990000 1px solid;
	width: 240px;
	clear: both;
	margin: 15px 0px;
}

#indLine2 {
	border-top: #990000 1px solid;
	width: 490px;
	clear: both;
	margin: 10px 0px;
}


#linkBan {
	border:none;
	width: 240px;
	margin: 0px 0px 10px 0px;
}
