body {
	background-color:#FFF;
    width:865px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
* {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Tahoma, sans-serif;
	color:#000;
}
.clear {
	clear:both;
}
.clear_bg {
    clear:left;
    height:1px;
}
img {
    border:none;
vertical-align:middle;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.float_l {
    float:left;
}
.header {
    height:700px;
    width:279px;
    background:url("images/back_left.jpg") repeat;
}
.company_name {
    width:211px;
    height:88px;
    margin:30px 0 0 33px;
}
.navigation {
    width:104px;
    height:120px;
    margin:46px 0 0 88px;
}
.link a {
    text-decoration:underline;
}
.link a:hover {
    text-decoration:none;
}
.content {
    width:567px;
    height:700px;
    background-color:#FFFCF3;
    padding-left:10px;
}
.more a {
    color:#01980F;
    font-weight:bold;
}
.top {
    width:567px;
    background:url("images/") no-repeat;
    background-position: bottom;
    margin:24px 0 0 20px;
    padding-top:10px;
    color:#01980F;
}
.top_text {
    margin:10px 0 5px 0;
    width:388px;
}
.top_text p {
    margin:3px 0;
}
.top a {
    color:#01980F;
}
.footer {
    background-color:#FFFCF3;
    font-size:11px;
    font-color:black;
    text-align:right;
    margin-right:30px;
    padding-top:30px;
}
