@charset "utf-8";
* {
margin : 0;
padding : 0;
}
#wrapper {
	width : 960px;
	margin-right : auto;
	margin-left : auto;
	border-right-width : 1px;
	border-left-width : 1px;
	border-right-style : solid;
	border-left-style : solid;
	border-right-color : #05f5ea;
	border-left-color : #05f5ea;
	background-image: url(../images/content_little.jpg);
	background-repeat: repeat-x;
	background-color: #BEB9B6;
}
a img {
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}

#wrapper #header {
height: 21px;

}


#wrapper #logo {
height: 176px;

}
#wrapper #navigation {
	height: 43px;
	background-image: url(../images/navigation.jpg);

    
}
#wrapper #bodyArea {
	width:960px;
	
}
#wrapper #bodyArea #left_content {
	width: 660px;
	float:left;
	background-repeat: repeat-x;
}
#wrapper #bodyArea #footer {
	height: 20px;
	background-color: #2B1502;
	clear:both;
}


#wrapper #bodyArea #right_content {
	width: 300px;
	float:right;
	background-repeat: repeat-x;
}


h1 {
	font-family : verdana, arial, sans-serif;
	font-variant : small-caps;
	color : #ffffff;
	font-size : 12px;
	text-decoration: none;

}
h2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : small-caps;
color : #2c1602;
font-size : 14px;
}
h3 {font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-weight : bold;
color : #2c1602;
font-size : 12px;

}
h4 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-variant : normal;
font-weight : normal;
color : #2c1602;
font-size : 10px;
}

h5 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-style : normal;
font-weight : normal;
color : #2c1602;
font-size : 12px;
margin:20px;

}

p {overflow:auto;
}
#wrapper #bodyArea #left_content #entireLeftTable {
	margin-top: 20px;
	width: 630px;
	margin-left: 20px;

}
a.specialLink:link { color: white; }
a.specialLink:visited { color: white; }
a.specialLink:hover { color: #05F5EA; }
