body.green
{
	margin:0;
	padding:0;
	background-color:#4b471d;
	width:100%;
	background-image:url(../images/bgra.jpg);
	text-align: center;
}
body.landscape {
	margin:0;
	padding:0;
	background-color:#A84D10;
	width:100%;
	background-image:url(../images/labg.jpg);
	text-align: center;
	}
a,img
{
	text-decoration:none;
	border:0;
	outline-style:none;
}
p,ul,li,h1
{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: center;
}
.container
{
	margin:0 auto;;
	width:804px;
	text-align:left;
}
.contentRA
{
	float:left;
	width:804px;
	background-image:url(../images/bg.jpg);
	height:629px;
	margin-top:50px;
	background-repeat:no-repeat;

}
.contentLA {
	float:left;
	width:804px;
	background-image:url(../images/bgla.jpg);
	height:629px;
	margin-top:50px;
	background-repeat:no-repeat;
}
#leftcontent
{
	float:left;
	width:250px;
	height:350px;
	background-image:url(../images/menu_bg.png);
	background-repeat: no-repeat;
	
	
	
	
}
#logo_bg
{
	float:left;
	width:130px;
	height:230px;
	margin: 40px 0px 0 47px;

	
	
}
.logo
{
	float:left;
	width:130px;
	height:210px;
	position: relative;
	z-index: 101;

}
.logo a
{
	
	
	position:absolute;

}
.logo img
{
	
	margin:0; 
	padding:0;
	border:0;
	width:130px;
	position:absolute;
	
	
}

.menu_bottom {
	float:left;
	width:123px;
	position: relative;
	z-index: 100;
	margin-top:-10px;
	margin-left: 3px;
	
}
.menu_bottom img{
width:123px;
margin-top:-4px;
}
.menu
{
	float:left;
	margin-top:-30px;
	margin-bottom:10px;
	margin-left: 3px;
	width:123px;
	height:1px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background-image:url(../images/menu_bg2.png);
	

}
.menu ul
{
	float:left;
	width:123px;
	margin-top:30px;
	padding:10px 0px 0px 0px;
	list-style:none;
}
.menu ul li
{
	float:left;
	font-size:10px;
	font-family:"Myriad Pro", Arial;
	color:#fff;
	width:118px;
	font-weight:bold;
	white-space:nowrap;
}
.menu ul li a
{
	float:left;
	text-decoration:none;
	color:#FFF;
	padding-top:2px;
	height:16px;
	padding-left:5px;
	width:118px;
}
.menu ul li a:hover
{
	float:left;
	background-color:#000;
			/*filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;*/
}
.menu ul ul
{
	float:left;
	width:123px;
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul ul li
{
	float:left;
	font-size:10px;
	font-family:"Myriad Pro", Arial;
	color:#fff;
	width:118px;
	font-weight:bold;
}
.menu ul ul li a
{
	float:left;
	text-decoration:none;
	color:#FFF;
	padding-top:2px;
	height:16px;
	padding-left:15px;
	width:108px;
}
.menu ul ul li a:hover
{
	float:left;
	background-color:#000;/*
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;*/
}
.text_content
{
	float:left;
	width:485px;
}
.text_content h1
{
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#FFF;
	text-align:center;
	width:100%;
	padding-top:45px;
}
.text_content p
{
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
	color:#FFF;
	text-align:center;
	width:100%;
}
