body {
	margin: 0; padding: 0;
	background: url('bg_body.png') repeat-y left top #ffffff;	
}

img {
    border: none;
}

strong {
    font-weight: bold;
}

form {
    margin: 0px; padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,address,table,td, ul,ol,div {
    margin: 0; padding: 0;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal;
}

input,textarea {
    font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal;
}

div.cleaner {
	clear: both;
}

#content {
	position: relative;
}

#left {
	position: relative;
	float: left;
	background: url('bg_left.png') no-repeat left top;
	height: 500px;
	width: 580px;
}

#main {
	position: relative;
	float: left;
	width: 300px;
}

	#logo {
		margin-top: 80px;
		margin-bottom: 60px;
	}

h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: normal;
	color: #634E25;
	padding: 20px 0 40px 3px;
}
	
p {
	padding-left: 3px;
	margin-bottom: 20px;
	line-height: 16px;
}

#left address {
	padding: 370px 0 20px 80px;
	color: #dfdfdf;
}

#left p {
	padding: 0 0 20px 80px;
	color: #dfdfdf;
}

	#left p a:link,
	#left p a:visited {
		color: #dfdfdf;
	}
	
	#left p a:hover,
	#left p a:active,
	#left p a:focus {
		color: #7A602E;
	}