* { padding: 0; margin: 0; }

body {
	margin: 20px 0 20px 0; 	padding: 0;
	
	background:  url(images/bgd.jpg);
	text-align: center;	
}


a {
	background: inherit;
	color: #AC9D82;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;

}
a:hover { background: inherit; color: #AC9D82; text-decoration: underline; }



p, h1, h2, h3 {
	margin: 10px 15px;
}

p{
	font: normal 0.72em/1.6em 'Trebuchet MS', sans-serif;
	color: #444;
	margin: 10px 15px;




}

img {
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

blockquote {
	margin: 15px;
	padding: 0px 0 0px 10px;
	background: #FAFAFA no-repeat;
	border: 1px solid #DDD;
	font: bold xx-small 'Trebuchet MS', Tahoma, sans-serif;
	color: #663333;
	letter-spacing: 1px;
	vertical-align: middle;



}
#blockquote a {
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;


}
#blockquote a:hover {
	text-decoration: underline;
	color: #333;
}

contentblockquote {
	margin: 15px;
	padding: 0px 0 0px 10px;
	background: #B3A58B no-repeat;
	border: 1px solid #DDD;
	font: bold xx-small 'Trebuchet MS', Tahoma, sans-serif;
	color: #663333;
	letter-spacing: 1px;
	vertical-align: middle;



}


#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
}
#header-content, #content {
	width: 740px;	
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background: #FFF url(images/headerphoto2.jpg) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #343434;
}
#logo-box #logo {
	position: absolute;
	letter-spacing: -2px;
	color: #E8DECE;
	margin: 0;
	padding: 0;
	top: 50px;
	left: 20px;
	font-family: 'Trebuchet Ms', Sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;


}
#logo-box #slogan {
	position: absolute;	
	font: bold 14px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #B3A58B;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 93px; left: 50px;
}


#menu {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	width: 770px;
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
	float: left;
	font-size: 1em;

}
#menu ul {
	font: bolder normal 2em 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #343434;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 1px;


}
#menu li a:hover {
	background: #B3A58B;
	color: #FFF;
}
#menu li a#current  {
	background: #B3A58B;
	color: #FFF;
}


#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(images/content.jpg) repeat-y;
}
#content {
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}


#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	color: #AC9D82;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;




}
.rightbox {
	margin-bottom: 10px;	
}

#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D5D5D5;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}


#main {
	float: left;
	width: 67%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 0px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px #D5D5D5;
	font-size: 1em;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 5px;
	color: #444;





}

#footer {
	clear: both;
	margin: 0;
	padding: 12px 0 0;
	height: 50px;
	background:  url(images/footer-bg_new.jpg) no-repeat left bottom;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;





}
#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;



}
#footer a {
	text-decoration: none;
	color: #BEBEBE;
	font-weight: normal;

}
#footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.blockquote {
	font-size: x-small;
	font-weight: bold;
	color: #8D4747;
	background-repeat: no-repeat;
	line-height: 2em;

}

