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


/* ------------- ELEMENTS --------------- */

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
}


/* ------------- DIVS --------------- */



#header{
	margin: 0 auto;
	width: 834px;
	background-image:url(images/header_04.jpg);
	background-repeat: no-repeat;
	height: 97px;
}

#container{
	margin: 0 auto;
	width: 834px;
}

#leftMenu{
	float: left;
	background-image:url(images/menu_07.jpg);
	background-repeat: no-repeat;
	width: 145px;
	height: 465px;
	padding: 100px 0 0 15px;
}


#leftMenu ul{
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	text-align: center;
	line-height: 1.5em;
}

#leftMenu li a{
	text-decoration: none;
}

#leftMenu a:link{
	color:#333300;
}
#leftMenu a:visited{
	color:#333333;
}
#leftMenu a:hover{
	color:#990000;

}
#leftMenu a:active{
	color:#990000;
}

#rightArea{
}

#frameTop{
	width: 674px;
	height: 82px;
	background-image:url(images/web_bg_08.jpg);
	background-repeat: no-repeat;
	float: left;
}

#mainFrame{
	background-image:url(images/web_bg_11.jpg);
	background-repeat: no-repeat;
	width:458px;
	height: 483px;
	float:left;
}

#rightFrame{
	background-image:url(images/web_bg_12.jpg);
	background-repeat: no-repeat;
	width: 216px;
	height: 274px;
	float: left;
}

#bottomRight{
	background-image:url(images/web_bg_13.jpg);
	background-repeat: no-repeat;
	width:216px;
	height: 209px;
	float: right;
}

#footer{
	text-align:center;
	width: 836px;
}


/* ------------- CLASSES --------------- */


.footerMenu{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	padding: 20px 0 0 0;
	color: #CCCCCC;
	font-size: .8em;
	line-height: 1.8em;
	text-decoration:none;
}
.footerMenu a:link{
	text-decoration:none;
	color: #CCCCCC;
}

.footerMenu a:visited{
	text-decoration:none;
	color: #996600;
}

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

.footerMenu a:active{
	text-decoration:none;
	color:#999999;
}


