html 
{ 
	margin:0; 
	padding:0; 
	height:100%; 
} 

body
{
	margin:0; 
	padding:0; 
	height:100%; 
	background: #030000; 
}

.background_div
{
	position: absolute; 
	top: 100px; 
	left: 180px; 	
	width: 800px;
	height: 700px;	
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

hr
{
	width: 50%; 
	size: 1px; 
	color: #CCAC7D;
}

p
{
	margin: 45px;
}

/*.body_div
{	
	position:absolute; 
	left:5px; 
	top:0px;
}
*/
.top_div
{
	position: absolute; 
	top: 0px; 
	left: 5px; 	
	width: 1024px;
	height: 110px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y; 
	text-align: left;
}


.menu_div
{	
	position: absolute; 
	top: 125px; 
	left: 5px; 	
	width: 110px;
	height: 520px;
	/*margin-top: 15px;
	float:left; 
	width:110px; 
	height:auto;#CCAC7D*/
	border: 1px #CCAC7D solid;
	text-align: center;
}

.menu_item
{
	width: 100%;
	padding-top: 6px;
	padding-bottom: 0px;
	text-align: center;
}

.menu_separator
{
	margin:auto;
}

.title_div
{
	position: absolute; 
	top: 125px; 
	left: 125px; 	
	width: 50px;
	height: 540px;
	/*float:left; 
	width:50px; 
	height:auto;*/
	text-align: center;
}

.content_div
{
	position: absolute; 
	top: 125px; 
	left: 205px; 	
	width: 725px;
	height: 560px;	
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	/*float:left; 
	width:800px; 
	height:auto;
	border: 1px #CCAC7D dotted;*/
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 100%; 
	color: white;
	text-align: left;
	scrollbar-base-color: #6D4721; 
	scrollbar-arrow-color: black;
	scrollbar-DarkShadow-Color: black; 


}

table
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: normal; 
	font-weight: normal; 
	font-size: small; 
	color: white;
	text-align: left;
}

.bottom_div
{
	/*margin-top: 25px;	*/
	position:absolute; 
	left:5px; 
	top:720px; 
	width: 1024px;
	height: 33px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y; 
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: normal; 
	font-weight: normal; 
	font-size: small; 
	color: white;
	text-align: center;
}

.copyright_div
{
	/*margin-top: 25px;	*/
	position:absolute; 
	left:5px; 
	top:770px; 
	width: 1024px;
	height: 33px;
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: normal; 
	font-weight: normal; 
	font-size: smaller; 
	color: white;
	text-align: center;
}

A.menu_link 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          white;
	font-size:		smaller;
	font-weight:	normal;
	text-decoration: none;
}

A.menu_link:link 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          white;
	font-size:		smaller;
	font-weight:	normal;
	text-decoration: none;
}

A.menu_link:visted 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          white;
	font-size:		smaller;
	font-weight:	normal;
	text-decoration: none;
}

A.menu_link:hover 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          #CAAB7B;
	font-weight:	normal;
	text-decoration: none;
}

.faq_question
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: normal; 
	font-weight: normal; 
	font-size: small; 
	color: #CAAB7B;
	text-align: left;
}

.faq_answer
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: italic; 
	font-weight: normal; 
	font-size: small; 
	color: white;
	text-align: left;
}

/* Design Gallery */

A.design_gallery_link 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          #C2A075;
	font-size:		small;
	font-weight:	normal;
	text-decoration: none;
}

A.design_gallery_link:link 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          #C2A075;
	font-size:		small;
	font-weight:	normal;
	text-decoration: none;
}

A.design_gallery_link:visted 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          #C2A075;
	font-size:		small;
	font-weight:	normal;
	text-decoration: none;
}

A.design_gallery_link:hover 
{
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	cursor:         hand;
	color:          white;
	font-size:		small;
	font-weight:	normal;
	text-decoration: none;
}

.design_gallery_top_div
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 400px;
}

.design_gallery_picture_outter
{
	position: absolute; 
	top: 90px; 
	left: 0px; 
	width: 400px;  
	text-align:center;
}

.design_gallery_picture_inner
{
	margin-left:25px; 
	margin-right:25px; 
	margin-top:5px; 
	margin-bottom:5px;  
	padding:15px; 
	border: 1px #4A3B30 solid; 
	text-align:center; 
}

.design_gallery_scroll
{
	position: absolute; 
	top: 565px; 
	left: 0px; 
	width: 400px; 
	text-align:center; 
}

.design_gallery_footer
{
	position: absolute; 
	top: 600px; 
	left: 0px; 
	width: 400px; 
	height:50px; 
	background-image: url(images/design_gallery/design_gallery_footer.jpg);
	background-repeat: repeat-y;  
	text-align:center;
	padding-top:7px;
	font-family: "Myriad Web Pro", Arial, sans-serif ; 
	font-style: normal; 
	font-weight: normal; 
	font-size: small; 
	color: white;
}

