/* Start of CMSMS style sheet 'orchard' */
@charset "utf-8";
/* CSS Document */

body {
	background-image:url(site_images/wallp.jpg);
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

.container {
	width:820px;
	min-height:760px;
	background-color:#FFFFFF;
	margin-left: auto ;
	margin-right: auto ;
	border-style:solid;
	border-color:#060;
	border-width:1px;
}

.banner {
	height:100px;
	width:820px;
}

#menu {
	height:25px;
	width:820px;
	background-color:#98a78a;
float:left;
text-decoration: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 15em;
float: left;
}

#menu ul li {
            display:inline;
            padding:2px 15px;
float:left;
text-decoration: none;
}



.left_content {
	width:460px;
	heightx:600px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	padding-left:60px;
	padding-right:60px;
}


.left_content_wide {
	width:660px;
	height:600px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	padding-left:60px;
	padding-right:60px;
}


.left_content_guide {
	width:460px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	padding-left:60px;
	padding-right:60px;
}

.right_content {
	width:230px;
	height:600px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

.footer {
	width:820px;
	height:30px;
	float:left;
                padding-top:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
}

/* End of 'orchard' */

