@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	/*background-color: #FFF0C5;*/
    background-color:transparent;
	background-image: url(../images/bg_ls.jpg);
	background-position:left top;
	background-repeat: repeat-y;
	height:100%;
	bgproperties=fixed;
}

#body2 {
	/*background-color: #FFF0C5;*/
	position: absolute;
    top: 0px;
    right: 0px;
    height:auto;
    width:100%;
    min-height:100%;
    background-color:transparent;
	background: url(../images/bg_rs.jpg);
    background-position:right top;
    background-repeat:repeat-y;
    text-align:left;
	padding-left:inherit;
}

#body_main {
	/*background-image:url(../images/wm_v1.jpg);
	background-repeat: no-repeat;
	background-position:bottom;*/
	margin:0px auto;
    /*width:70%;*/
    width:875px;
	padding:2px;
    text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration:none;
	/*color: #339933; /* text color green */
	color: #573024; /*text color dark brown*/
}
a:visited {
	text-decoration:none;
	/*color: #339933; /* text color green */
	color: #573024; /*text color dark brown*/
}
a:hover {
	color: green;
	text-decoration:underline;
}

img
{  border-style: none;
}

#span_marker
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-family:Futura Lt BT, Futura Md BT, Futura XBlk BT;*/
	color:#573024;
	font-weight:700;
	font-size: 12px;
}

#div_content_index
{
    background-color:transparent;
	/*background-color: white;*/
	padding: 0px 10px 10px 10px; /* top then others */
	width: 425px;
	height: 450px; 
	text-align:left;
	margin-left: 100px;
	margin-top: 0px;
	/*filter: alpha(opacity=70);
	opacity: 0.7;	/* so you can see through the div just a bit */
}

#div_content_block1
{
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #F3FAD1;
	padding-top:7px;
	padding-bottom:3px;
	width: 275px;
	height: 125px; 
	text-align:left;
	margin-left: 10px;
	margin-top: 0px;
}

#div_content_block2
{
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
    background-color:transparent;
	background-color: #F3FAD1;
	padding-top:7px;
	padding-bottom:3px;
	width: 275px;
	height: 125px; 
	text-align:left;
	margin-left: 585px;
	margin-top: -134px;
	margin-bottom: 20px;
}

#div_content_make_sense
{
    /*background-color:transparent;*/
	background-color: #F3FAD1;
	/*background-color: yellow;*/
	padding: 0px 10px 10px 10px; /* top then others */
	margin-bottom: 25px;
	width: 190px;
	height: 20px;; 
	margin-left: 325px;
	margin-top: -130px;
	margin-bottom: 50px;
	display:block;
	padding-top:14px;
	text-align:center;
	font-weight: 700;
	border-style:groove;
}


