@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #EED59A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a { 
	text-decoration:none;
	color:6b5c4e;
}
a:hover{
	text-decoration:underline;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:807px;
	height:100%;
}

#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:807px;
	height:140px;
}

#menu {
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-y;
	color:#f5efcf;
	font-size:14px;
	text-align:right;
	padding: 6px 20px;
}

#menu a {
	color:#f5efcf;
	font-size:14px;
}
#content {
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	color:#6b5c4e;
	font-size:11px;
}

#content_left{
	float:left;
	width:380px;
	min-height:345px;
	margin-left:13px;
	background-image:url(../images/leftrose.jpg);
	background-repeat:no-repeat;
	padding:0px 20px 0px 80px;
}

#content_right{
	float:left;
	width:270px;
	margin: 20px 0px 20px 0px;
	padding:20px 0 0px 20px;
	border-left: 1px solid #336633;
}
#content_right a {	
	color:#de9749;
}

#contact {
 clear:left;
	position:relative;
	background-image:url(../images/bg_contact.jpg);
	background-repeat:repeat-y;
	width:807px;
	height:35px;
	font-size:12px;
	color:#f5efcf;
	text-align:center;
}
#contact a{
	color:#f5efcf;
}

#footer {
	font-size:10px;
	color:#336633;
	padding:10px 20px 10px 20px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	height:27px;
}
#footer a{
	color:#336633;
}

#copyright {
	float:left;
}
#stayingintouch {
	text-align:right;
	float:right;
}

