@charset "utf-8";
/* CSS Document */

body {
background-image:url(../images/body_bg.jpg);
background-color:#f8edcf; 
margin-left:0px; 
margin-top:0px; 
background-repeat:repeat-x; 
background-position:top;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size:14px;
line-height:22px;
}

#logo {
	width:428px;
	position:absolute;
	top: 0px;
}

#nav {
border-top:1px solid #899c9f; 
border-bottom:1px solid #899c9f; 
background-color:#2b484d; 
text-align:right;
}

#body {
margin-left:18px;
margin-right:18px; 
margin-bottom:18px; 
margin-top:18px; 
border:1px solid #93a4a7; 
background-color:#647f84; 
width:650px; 
background-image:url(../images/flower.png); 
background-position:bottom right; 
background-repeat:no-repeat;
padding:40px 33px 20px 33px;
}

#main {
background-color:#3a595f; 
background-image:url(../images/content_bg.jpg); 
background-repeat:repeat-x; 
background-position:top;
}

#footer {
background-color:#2b484d; 
border-top:1px solid #798e92;
padding:3px;
font-size:11px;
text-align:center
}

#sidebar {
font-size:12px;
padding-left:15px;
}

blockquote {
margin-left:10px;
margin-right:0px;
}

a {
color:white;
text-decoration:underline;
}

a:hover {
color:white;
text-decoration:none;
}

H1 {
	font-family:century gothic, arial, verdana;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
}
