@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-interior_03.jpg);
	background-repeat: no-repeat;
	height: 110px;
}

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

#leftMenu{
	float: left;
	background-repeat: no-repeat;
	width: 167px;
	height: 212px;
	padding: 70px 0 0 15px;
	background-image: url(interiorMenu.png);
}


#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{
}

#headerTitles{
	width: 651px;
	height: 72px;
	float: left;
}

#interiorContent{
	background-image:url(images/elements_07.jpg);
	backround-repeat: repeat-y;
	width: 652px;
	float: left;
	height: 600px;
}

#bgMiddle{
	background-image:url(images/bg_03.jpg);
	width: 834px;
	float: left;
}

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

#leftcolumn{
	float:left;
	width: 225px;
	padding: 10px 0 0 35px;
}

#rightColumn{
	float:left;
	width:330px;
	padding: 10px 0 0 20px;
	margin-left: 19px;
	padding: 10px 20px 0 0;
}

#rightColumnAbout{
	float:left;
	width:330px;
	padding: 0 0 0 20px;
	margin-left: 19px;
	padding: 0 20px 0 0;
}

#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;
}

#forest{
	background-image: url(images/interior-forest_13.jpg);
	width:834px;
	height: 243px;
	float:left;
}

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

#MenuBG{
	float:left;
	width:834px;
	background-image: url(images/bg_03.jpg);
}


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


.interiorText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	color:#330000;
	line-height: 1.4em;
}


.interiorText a:link{
	text-decoration:none;
	color: #990000;
}

.interiorText a:visited{
	text-decoration:none;
	color: #663300;
}

.interiorText a:hover{
	text-decoration:none;
	color:#333333;
}

.interiorText a:active{
	text-decoration:none;
	color: #996600;
}


.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;
}
