/* CSS Document */
body {
	font-size:14px;
	background:white;
	color:#006633;
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
img {
	border:0;
	}
a {
	color:#006633;
	}
p {
	font-size:12px;
	color:#006633;
	}
#wrapper {
	width:800px;
	margin:auto;
	background: url('images/leftside_2.gif') repeat-y;
	}
#left {
	width:155px;
	float:left;
	background:url('images/leftside_2.gif') repeat-y;
	min-height:800px;
	height:800px;	}
#left p {
	color:white;
	margin-top:100px;
	padding:20px;
	text-align:center;
	font-size:14px;
	width:115px;
	}
#main {
	float:right;
	width:620px;
	}
#main p {
	font-size:14px;
	}
.header_contact {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	}
.clear {
	clear:both;
	}
#copyright {
	padding-bottom:10px;
	font-size:10px;
	}
