﻿body
{
background-color: #fff;
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 13px;
margin: 0px auto;
}

strong
{
background: inherit;
color: #50514D;
}

#header
{
width: 100%;
height: 104px;
background-color: #4d4d4d;
background: url('../images/a1.gif') repeat-x;
color: #ffffff;
}

#header_inner
{
position: relative;
width: 680px;
height: 104px;
margin: 0px auto;
}

#header_inner h1
{
background: inherit;
position: absolute;
left: 0px;
bottom: 10px;
text-transform: lowercase;
font-size: 39px;
color: #fff;
font-weight: normal;
letter-spacing: -2px;
}

#header_inner h1 span
{
background: inherit;
color: #DADADA;
}

#header_inner a
{
text-decoration: underline;
color: #9f9f9f;
}

#header_inner a:hover
{
text-decoration: none;
color: #9f9f9f;
}


#slogan
{
background: inherit;
position: absolute;
right: 0px;
bottom: 25px;
color: #DADADA;
font-size: 13px;
}

#main
{
padding-top: 0px;
position: relative;
width: 100%;
margin: 0px auto;
padding-bottom: 10px;
text-align: left;
}

#mainnavi
{
width: 100%;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
}

#ccol
{
	text-align: center;
}

#ccontent
{
	text-align: center;
}

#ccontent table
{
	margin: auto;
}

#footer
{
clear: both;
width: 880px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
text-transform: lowercase;
}
