@charset "UTF-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}





.twoColFixRt #container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../img/background.gif);

}

#container a {
	text-decoration:none;
	color:#8acc1b;
}

#container a:hover {
	text-decoration:underline;
}





.menu ul{
	position:absolute;
	font-size:24px;
	line-height:36px;
	text-align:right;
	list-style:none;
	margin: 40px 0 0 400px;
	width:120px;
	color:#8acc1b;
}




.twoColFixRt #mainContent { 
	margin: 0 380px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 74px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#mainContent h1 {
	font-size:18px;
	line-height:21px;
}


#mainContent p {
	font-size:14px;
	line-height:21px;
}


.logo {
	/*background-image:url(../img/logo.gif);*/
	background-repeat:no-repeat;
	width:176px;
	height:330px;
	background-color:#fff;
}

.logo img {
	border:0;
}



.side_top {
	background-image:url(../img/side_top.gif);
	width:200px;
	height:231px;
	border:thick;
	background-color:#fff;
}


.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 80px 0 0;
	/*background-image:url(../img/side_body.gif);*/
	background-repeat:repeat-y;
}


.box {
	margin: 0 0 0 40px;
}


.box img{
	border-left: 10px solid #fff;
	background-color:#fff;
	border-top: 0;
	border-right:0;
	border-bottom:0;
}


#sidebar1 p{
	width:160px;
	font-size:10px;
	line-height:15px;
	padding: 0 0 15px 40px;
}


.box_top {
	background-image:url(../img/box_top.gif);
	width:200px;
	height:11px;
	margin: 0 0 0 40px;
}


.box_bottom {
	background-image:url(../img/box_bottom.gif);
	width:200px;
	height:11px;
	margin: 0 0 0 40px;
}



#footer {
	margin: 70px 74px 0 74px;
	padding: 0 0 70px 0;
}

#footer p {
	font-size:11px;
	line-height:4px;
	color:#8acc1b;
	font-weight:bolder;
}





.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




