﻿body { background-color:#999;
       margin:0 0 0 0;
       height:100%;
       	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #787878;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5AA427;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	border: solid 1px #999;
	border-top: none;
	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	line-height: 180%;
	margin-top: 0px;
	padding-left: 5px;
	color: #333;
}
p
{
    line-height:100%;
    margin:0px 0px 0px 0px;
    }

ul, ol {
}

a {
	text-decoration: none;
	color: #006A8C;
}

a:hover {
}


.wrapper
{
    height:100%;
    
}
.left_top_space
{
    clear:left;
    float:left;
    height:50px;
    width:251px;
    background-image:url('images/left_clear.png');
    }
.right_top_space
{
    float:left;
    height:50px;
    width:650px;
    background-image:url('images/right.png');
    }
.left_bottom_space
{
    clear:left;
    float:left;
    height:50px;
    width:251px;
    background-image:url('images/left_clear.png');
    }
.right_bottom_space
{
    float:left;
    height:50px;
    width:650px;
    background-image:url('images/right.png');
    }
.left
{
    clear:left;
    float:left;
    height:400px;
    width:251px;
    background-image:url('images/left_clear.png');
    border-right: solid 1px #999;
}
.right
{
    float:left;
    height:400px;
    width:650px;
    background-image:url('images/right.png');
}
.right_content
{
    height:100%;
    width:100%;
    padding:10px;
    padding-left:30px;
    padding-top:20px;
    }
.left_content
{
    height:100%;
    width:100%;
    padding:10px;
    padding-left:20px;
    }
.logo
{
    width:200px;
    height:52px;
    background-image:url('images/yazbim_logo.png');
    }
.menu_area
{
    padding-top:10px;
    float:left;
    height:100%;
    width:100%;
    }
