﻿body 
{
   	font-family: sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
    background-color: #FFFFFF;
}

div.wrapper
{
    width: 1000px;
    height: 100%;
	margin: 0 auto;
}

div.header 
{
    height: 152px;
}

div.content
{
    clear: both;
}

div.content_menu
{
    width: 200px;
    float: left;
}

div.content_text
{
    width: 750px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 30px;
}

div.footer
{
    clear: both;
    height: 20px;
}