*{
margin:0px;
padding:0px;
}

img{border:0px}

html{
	width:100%;
	height:100%;
	margin:0px;
	background: url(../img/bg_main.jpg) top left repeat-x #4f3826;
}

body{
	font-family: Trebuchet MS;
	font-size: 13px;
}

#clear {
	clear: both;
}

/*-----------Containers--------*/


#header {
	height: 164px;
	background: url(../img/bg_top.jpg) top right no-repeat;
}

#wrapper{
	width: 1100px;
}


#content{
	width: 700px;
	float: right;
	margin-top: 20px;
	
}

/*-----------Logo--------*/
.logo{
	margin-left: 50px;
	float: left;
}

/*------Menu------------*/

#menu{
	width: 227px;
	height: 515px;
	background: url(../img/bg_menu.png) no-repeat;
	text-align: center;
	margin: 20px 0px 0px 115px;
	color: #fff0e8;
	float: left;
}

#menu h1 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	color: #fff0e8;
}

#menu img {
	padding-bottom: 10px;
}

#menu ul{
	
}

#menu li{
	padding-bottom: 10px;
	list-style-type: none;
}

#menu li a {
	font-size:14px;
	color:#010101;
	text-decoration:none;
	list-style-type: none;
	color: #fff0e8;
}

#menu li a:hover {
	color: #9a6d67;
}

/*--------Ad Box-------*/
.ad {
	padding-top: 75px;
}

/*--------Content_Box-----*/

#box {
	width: 700px;
	margin: 0 auto;
	background: url(../img/bg_content2.png) repeat-y;
	
}

#box_left {
	width: 320px;
	margin: 10px 0px 10px 10px;
	float: left;
	
}

#box_left p {
	width: 280px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#box_right {
	width: 332px;
	margin: 20px 30px 20px 0px;
	float: right;
}
#box_center{width:640px; margin:0 auto; padding:0px 30px; clear:both;}

.swirl {
	margin-bottom: 55px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.box_title {
	margin: 0px 10px 10px 15px;
}

#box_full {
	width: 640px;
	margin: 0 auto;
	padding: 0 30px;
}

#box_full p {
	color: #000000;
	padding: 10px 0px 0px 0px;
}

#box_full li {
	text-decoration: none;
	list-style-type: none;
	color: #000000;
	padding-top: 5px;
	padding-left: 30px;
}	
#box_full li a {
	color: #332a18;
	text-decoration:none;
	list-style-type: none;
	
	
}
#box_full li a:hover {
	color: #f8b0b1;
}

/*--------Footer & Copy -------*/
#footer{
	width:700px;
	padding-top: 20px;
}

#footer_nav {
	font-size:10px;
	color:#c2927c;
	line-height:20px;
	text-align:center;
	margin:0px 0 10px 0;
}

#footer_nav a{
	margin:0 12px;
	text-decoration: none;
	color: #c2927c;
}

#footer_nav a:hover {
	color: #f8b0b1;
}

#copy{
	text-align:center;
	font-size:10px;
	color:#c2927c;
	padding-bottom: 20px;
}
#copy a{
	color:#c2927c;
	text-decoration:none;
}

#copy a:visited,{
	text-decoration: none;
}

#copy a:hover{
	text-decoration:none;
	color: #f8b0b1;
}

/*-----imageContainer----*/

#imageBox {
	height:332px;
	position:relative;
	top:-12px;
}

#imageBox img {
	display:none;
	position:absolute;
}

/*-------lightBox Content ---- */

#gallery {
	padding: 10px;
	width: 650px;
}
	
#gallery ul { 
	list-style: none; 
}

#gallery ul li { 
	display: inline;
	padding: 0px 0px 0px 4px;
}

#gallery ul img {
	border: 5px solid #f3bac1;
	border-width: 5px 5px 5px;
}

#gallery ul a:hover img {
	border: 5px solid #fff8f9;	
}

/*--------Gallery Page Selection-----*/

#gallery_select {
	padding: 10px;
	width: 650px;
}

#gallery_select ul { 
	list-style: none; 
}

#gallery_select ul li { 
	display: inline;
	padding: 0px 0px 0px 4px;
}

#gallery_select ul img {
	border: 5px solid #f3bac1;
	border-width: 5px 5px 5px;
}

#gallery_select ul a:hover img {
	border: 5px solid #fff8f9;	
}

