/* standard elements */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

body {
	background: #828153;
	color: #FFF;
}
#container {
	width: 740px;
	margin: 0 auto 0 auto;
}
#header {
	height: 200px;
	background: #FFF;
	margin-top: 20px;
}

#header img {
	margin: 0 auto 0 auto;
}

#contact {
        width: 220px;
        height: 200px;
        float: right;
	background: #ABA889;
	text-align: center;
}

#contact a {
color: #FFF;
text-decoration: none;
}

#contact a:hover {
color: #828153;
background-color: #fff;
}


#logo {
        width: 510px;
        float: left;
	background: #FFF;
}
#content {
	color: #FFF;
        overflow: hidden;
	background-color: #828153;
	width: 740px;
}

#main {
        padding: 20px 0 0 0;
        width: 490px;
        float: left;
}
#main ul, ol{
        margin-left: 30px;
}

#maincontact {
        clear: both;
}

#sidebar {
        padding-top: 20px;
        width: 220px;
        float: right;
}

#sidebar li {
        margin: 2px;
        display: block;
        width: 220px;
	list-style-type: none;
	float: left;
	background-color: #ABA889;
}

#sidebar a {
        display: block;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
	color: #FFF;
}
#sidebar a:hover {
	background-color: #C4BFAB;
	color: #828153;
}

h1 {
        font-size: 20px;
	font-weight: bold;
	margin: 30px 20px 30px 20px;
}
h2 {
        font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

h3 {
	font-weight: bold;
}

p {
        margin: 10px 0 20px 0;
}

blockquote {
    margin: 20px;
    background: #ABA889;
    padding: 10px;
    font-weight: bold;
}

#main a {
color: #FFF;
text-decoration: none;
font-weight: bold;
}

#main a:hover {
color: #828153;
background-color: #fff;
}

.clearer {
   clear: both;
}

#contact p {
        text-align: center;
}

#sidebar p {
	font-weight: bold;
        color: #FFF;
        padding: 20px 0 0 0;
        text-align: center;
}
#sidebarcontact a {
	font-weight: bold;
color: #FFF;
text-decoration: none;
        padding: 0 0 0 0;
}

#sidebarcontact a:hover {
color: #828153;
background-color: #fff;
}

img.list {
    float: left;
    margin: 4px 20px 4px 0;
}
img.right {
    float: right;
    margin: 4px 0 4px 20px;
}
img.displayed {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#footer {
        clear: both;
        padding: 10px;
	font-size: 10px;
        border-top: 1px solid #ABA889;
        text-align: center;
}

#footer p {
        color: #FFF;
	font-size: 10px;
}
#footer a {
        text-decoration: none;
        color: #FFF;
	font-size: 10px;
}
#footer img {
        margin: 0 20px;
}

#subForm {
	width: 500px;
}
#subForm .label {
	display:block;
	float: left;
	clear: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#submit {
	margin-left: 210px;
	margin-top: 10px;
	color: #fff;
	background-color: #ABA889;
}

input#submit:hover {
	background: #C4BFAB;
	color: #000;
}
input#name, input#email, input#phone {
	width: 200px;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
input#phone:focus,
textarea#message:focus
{
	background-color: #C4BFAB;
	color: #000;
}

