﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext);

html, body
{
	background:#CE8F64;
	color:#993E42;
	font-family: 'Open Sans', sans-serif;
	font-size:10pt;
	margin:0px;
	min-width:1100px;
	padding:0px;
}
	    
#header
{
	background:#FFFFFF url(../images/header.jpg) top center no-repeat;
	color:#993E42;
	height:183px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
	width:1100px;
}

#header a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

#header a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#header a:hover
{
	text-decoration:none;
}

#header a:active
{
	color:#FFFFFF;
}

#header-email
{
    height:34px;
	left:820px;
	position:absolute;
	top:70px;
	width:270px;
}

#header-button1
{
    height:47px;
	left:846px;
	position:absolute;
	top:115px;
	width:47px;
}

#header-button2
{
    height:47px;
	left:903px;
	position:absolute;
	top:115px;
	width:47px;
}

#header-button3
{
    height:47px;
	left:960px;
	position:absolute;
	top:115px;
	width:47px;
}

#header-button4
{
    height:47px;
	left:1018px;
	position:absolute;
	top:115px;
	width:47px;
}

#header-button5
{
    height:47px;
	left:789px;
	position:absolute;
	top:115px;
	width:47px;
}

#main
{
	background:#FFFFFF url(../images/body.jpg) top center repeat-y;
	color:#993E42;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	min-height:400px;
	position:relative;
	width:1100px;
}

#main a:link
{
	color:#993E42;
	text-decoration:none;
}

#main a:visited
{
	color:#993E42;
	text-decoration:none;
}

#main a:hover
{
	text-decoration:none;
}

#main a:active
{
	color:#993E42;
}

#content
{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

#content a:link
{
	color:#993E42;
	text-decoration:none;
}

#content a:visited
{
	color:#993E42;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

#content a:active
{
	color:#993E42;
}

#footer
{
	background:#FFFFFF url(../images/footer.jpg) top center no-repeat;
	color:#CE8F64;
    font-size:12pt;
	height:40px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
    padding-top:25px;
	position:relative;
    width:1100px;
    text-align:center;
}

#footer a:link
{
	color:#993E42;
	text-decoration:none;
}

#footer a:visited
{
	color:#993E42;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#footer a:active
{
	color:#993E42;
}