/* CSS Document */

body {	
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: Arial, sans-serif;
	line-height:1.4em;
	font-size:0.8em;
}

h1 {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 1.4em;
}

p {
	padding:0 20px ;
	color:#333;	
}



#wrapper {
	margin:5px auto;
	width:780px;
	background-image: url(../images/bg_white.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

#masthead {
	background-image:url(../images/bg_white_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 20px;
	color: #006633;
}

#masthead img{
	float:left;
	padding-left:20px; }

#masthead p {
	float:right;
	color:#006633;
	font-weight:bold; }

#bottom {
	background-image: url(../images/bg_white_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:10px;
}


#content {
	margin:10px 20px 0 20px;
	clear:both;
	padding:0;
	border-top:1px solid #006633; 
}

#contacts {
	margin:0 20px;
	padding:10px 0;
	text-align:center;
	color:#006633;
	font-weight: bold;
	border-top:1px solid #006633; }

ul {
	color:#333;
	list-style:none;
	line-height:1.6em;
}
	
ol {
	color:#333;
	list-style:none;
	line-height:1.6em;
	}

.indent {
	text-indent:-35px;
}