﻿body {
	margin: 40px 0 0 0;
	padding: 0;
	background: #47A9B2 url(images/bg.gif) repeat-x left top;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

a {
    color: #365463;  
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}

a:hover {
    color: #fff;  
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
}

#header
{
    width:100%;
    height:182px;
    min-height:182px;
}

#header_1
{
    width:100%;
    height:90px;
    min-height:90px;
}

#header_2
{
    width:100%;
    height:200px;
    min-height:200px;
}

#page
{
    width:100%;
    height:200px;
    min-height:200px;
    margin-top:90px;    
}

#logo
{
     width:20%;
     float:left;
     text-align:center;
}

#slogan
{
     width:76%;
     text-align:right;
     float:left;
}

h3 
{
    text-decoration: underline;
}



#menu a { font-size:17px; }
#menu ul 		{margin:0; padding:0; }
#menu li 		{margin:0; padding:0; list-style:none; display:inline; }
#menu a		{color:#fff; padding:0 20px 0 0; text-decoration:none; }
#menu a:hover	{color:#000000; }

