@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(../images/backgrspacer.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
	text-align:center;
	background-color:#000000;
	
   scrollbar-face-color:#fff;
   scrollbar-arrow-color:#b31820;
   scrollbar-track-color:#fff;
   scrollbar-shadow-color:#fff;
   scrollbar-highlight-color:#fff;
   scrollbar-3dlight-color:#fff;
   scrollbar-darkshadow-Color:#fff;

}

#header {
	position:relative;
	width: 1150px;
	height: 190px;
	margin: 0 auto;
	text-align:center;
}

#idhuna-logo{
background-image:url(../images/index_02.jpg);
background-repeat:no-repeat;
width:256px;
height:190px;
float:left;
margin-right:50px;
}

#menu {
float:left;
width:525px;
text-align:left;
}

#menubutton{
margin-top:75px;
width:525px;
text-align:center;
float:left;
}

#compassie-logo{
background-image:url(../images/index_05.jpg);
background-repeat:no-repeat;
width:282px;
height:190px;
float:left;
margin-left:25px;
margin-top:22px;
}

#centerdiv {
margin:0 auto;
margin-top:-25px;
width:869px;
height:426px;
position:relative;
background-image:url(../images/contentbackgr.jpg);
background-position:left top;
background-repeat:no-repeat;
color:#000;

}

#contentdiv{
margin:20px 20px 20px 20px;
background-color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-align:left;
overflow:auto;
width:840px;
z-index:500;
height:350px;
clear: left !important;

}

#contentdiv a:link{
color:#b31820;
text-decoration:underline;
}

#contentdiv a:visited{
color:#b31820;
text-decoration:underline;
}

#contentdiv a:hover{
color:#666666;
text-decoration:underline;
}

#contentdiv h3{
padding: 0px 0px 0px 21px;
text-align: justify;
background-image:url(../images/ster.gif) ;
background-repeat:no-repeat;
background-position:left;
}

.capital{
font-size:20px;
font-weight:bold;
color:#b31820;
}


#footer{
margin:0 auto;
position:relative;
width:840px;
height:30px;
margin:5px 100px 0px 100px;
color:#FFFFFF;
font-size:10px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #b31820;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color:#5A554E;
}

a:visited {
	color: #5A554E;
}

h2 a {
	text-decoration: none;
}

