body{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:75%;
	background-color:#323232;
	padding:0;
	color:#000;
	}
	
#Navigation-bar{
	width:840px;
	height:49px;
	margin-top:5%;
	text-align:left;
	background-color:#bdb2a4;
	padding:30px 30px 14px 30px;
	}
	
#Contents{
	width:870px;
	height:520px;
	background-color:#fff;
	padding:0 30px 0 0;
	margin:0;
	}
	
#Contents #left{
	width:395px;
	float:left;
	height:520px;
	}
	
#Contents #right{
	width:475px;
	height:520px;
	float:right;
	text-align:left;
	line-height:14px;
	background-color:#fff;
	}
	
#Contents #galleryleft{
	width:794px;
	float:left;
	height:520px;
	}
	
#Contents #galleryright{
	width:75px;
	height:520px;
	float:right;
	text-align:left;
	background-color:#fff;
	}	
	
#HomeContents{
	width:900px;
	height:435px;
	background-color:#fff;
	}
	
#HomeContents #left{
	width:332px;
	float:left;
	height:100%;
	}
	
#HomeContents #right{
	width:568px;
	height:435px;
	float:right;
	}
	
#BottomBar{
	width:840px;
	height:49px;
	background-color:#d6cfc6;
	padding:18px 30px 21px 30px;
	}
	
#BottomBar #Sales{
	width:312px;
	height:52px;
	float:left;
	}	
	
#BottomBar #Words{
	width:518px;
	height:54px;
	text-align:left;
	float:right;
	padding-top:3px;
	}		

#captions{
	width:900px;
	height:30px;
	clear:both:

	}
	
#copyright{
	width:48%;
	font-size:80%;
	text-align:left;
	color:#cbcbcb;
	padding-top:15px;
	float:left;
	}

#designed{
	width:45%;
	font-size:80%;
	text-align:right;
	padding-top:15px;
	color:#cbcbcb;
	float:right;
	}	
	
.bold{
	font-weight:bold;
	z-index:5;
	}
	
.italic{
	font-style:italic;
	z-index:5;
	}

.title{
	font-size:13px;
	font-weight:bold;
	color:#5b3e1c;
	z-index:7;
	}
		
.gold-text{
	color:#5b3e1c;
	z-index:7;
	}
	
.red-text{
	color:#ba0000;
	line-height:21px;
	z-index:7;
	}
	
.pink-text{
	color:#dc8080;
	z-index:7;
	}
	
a{
	text-decoration:underline;
	color:#5b3e1c;
	}	
	
a:hover{
	text-decoration:underline;
	color:#ba0000;
	}