*{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

img {border: 0px;}

#Wrapper{
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

/*====================== HEADER STYLES ========================*/
#Header{
	background:url(../images/bg-header.jpg) no-repeat;
	height:191px;
	overflow:visible;
}
	#Header .left{
		float:left;
		margin-left:50px;
		margin-top:20px;	
	}
	#Header .right{
		float:right;
		margin-right:25px;
		margin-top:10px;	
	}
		#Header .right ul{
			list-style:none;
			list-style-type:none;
		}
			#Header .right ul li{
				list-style:none;
				list-style-type:none;
				float:left;
				margin-left:5px;
			}

	#Header .DropMenu{
		position:relative; 
		top:0px; 
		left:0px; 
		width:30px;
		height:1px;
		z-index: 100;
	}
	#Header .DropMenu ul{
		list-style:none;
		list-style-type:none;
		width:200px;
		background:#2f3732;
	}
	#Header .DropMenu li{
		float:none !important;
		border-bottom:#920707 dashed 1px;
		padding:2px 0px;
	}
	#Header #PageHeader{
		float:right;
		margin-right:50px;
		position:relative;
		top:30px;
		z-index:0;
	}


/*====================== CONTENT STYLES ========================*/

#ContentWrapper{
	background:url(../images/bg-content.jpg) left top no-repeat;
	margin-top:-63px;
	min-height:758px;
	margin-right:25px;
	padding-left:320px;
	padding-top:50px;
}

#GalleryWrapper{
	background:url(../images/bg-content.jpg) left top no-repeat;
	margin-top:-63px;
	min-height:758px;
	margin-right:25px;
	padding-left:300px;
	padding-top:50px;
}

#Sidebar{
	width:210px;
	padding:5px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.sidebarBox{
	border-bottom:#920707 dashed 1px;
	padding-bottom:5px;
}
	#Sidebar ul{
		margin-left:5px;
		list-style:none;
		list-style-type:none;
	}
		#Sidebar ul li{
			list-style:none;
			list-style-type:none;
		}

#Content{
	float:right;
	margin-right:25px;
}
/*====================== FOOTER STYLES ========================*/
#Footer{
	background:url(../images/bg-footer.gif) no-repeat;
	height:180px;
	overflow:hidden;
}
	#Footer #FooterContent{
		float:right;
		margin-right:25px;
		margin-top:60px;
	}