* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	margin: 0px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a:active 	{ color:#00FFFF; Text-Decoration: none}
a:link 		{ color:#0000FF; text-decoration: underline} 
a:visited 	{ color:#0000FF; text-decoration: underline} 
a:hover 	{ color:#FF0000; Text-Decoration: none;  } 

#wrap {
	margin: 10px auto 10px auto;
	width: 950px;
	padding: 0px;
	background-color: #FFFFFF;
}

#header {
	height: 134px;
	width: 100%;
	background-color:#FFF;
	background-image:url(collage4.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


#menu {
	height: 30px;
	width: 950px;
	line-height: 30px;
	color: #000;
	background-color:#E00 ;
	background-image: url(menu1.jpg);
	background-position:top;
	background-repeat: repeat-x;

}
#menu ul {
list-style-type: none;
padding-left: 160px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
width: 123px;
padding: 0px 0px 0px 0px;
text-decoration: none;
font-weight: normal;
font-size: 18px;
text-align: center;
color: #FFF;
background-image: url(menu1.jpg);
background-position:top;
background-repeat: repeat-x;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
background-image: url(menu1.jpg);
background-position:bottom;
background-repeat: repeat-x;}
.borderright {
border-right: 1px solid #FFF;
}
.borderboth {
border-right: 1px solid #FFF;
border-left: 1px solid #FFF;
}
#content {
padding: 0 50px 20px 0;
	background-color: #FFFFFF;
	background-image: url(watermark.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.right {
float: right;
width: 850px;
text-align: justify;
padding-top: 5px;
}
.justified {
	font-size: 80%;
	text-align: justify;
	margin-bottom: 8px;

}
.bodytext {
	font-size: 80%;

	}
h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
font-size: 20px;
font-weight: 200;
padding: 6px 0 7px 0;
}
h3 {
	font-size: 20px;
	font-weight: normal;	
	margin: 10px 0 0px 0;
}
h4 {
	font-size: 17px;
	font-weight:normal;
	text-align:left;
	margin: 10px 0 5px 0;
}
.left {
float: left;
width: 130px;
padding-top: 10px;
}

#footer {
display:block;
height: 28px;
padding-top:6px;
text-align: center;
font-size: 11px;
background-color:#D4D0C8;
background-image:url(footer.jpg);
background-repeat:repeat-x;
}

.footerleft {
float: left;
margin-left: 20px;
}
.footerright {
float: right;
margin-right: 20px;
}

.contentleft {
float:left;
width:240px;
padding-left:20px;
}
.contentright {
float:right;
padding-right:80px;
}
.contactleft {
float:left;
width:240px;
padding-left:10px;
}
.contactright {
float:right;
width:240px;
padding-right:10px;
}

.highlight {
	font-size: 110%;
	font-weight: bold;
	color: #644409;
}
.image {
	padding-top: 6px;
	padding-bottom: 6px;
}
.small {
font-size: 85%;
}
.sub {
	font-size: 70%;
	margin-right: 4px;
	margin-left: 4px;
}
#clear {
clear:both;
}
.leftmargin {
	margin-left: 10px;
}
.border {
border: 1px solid #666;
}
.table {
	font-size: 80%;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .table td { padding: 3px;}

	 .superscript {
	 font-size:smaller;
	vertical-align: top;
}
.insetlist {
	font-size: 80%;
	margin-left: 40px;
	margin-top: 7px;
	list-style-type: square;
}   
.insetlist2 {
	font-size: 90%;
	margin-left: 40px;
	margin-top: 8px;
	list-style-type: square;
	text-align:left;
} 
.insetpara {
	font-size: 80%;
	margin-left: 300px;
}
.gallery {
margin: 10px;
}
.rotate {
border: 1px solid #444;
float: right;
margin-left: 10px;
}
.sales {
	font-size: 90%;
	border-color: #999;
	border-spacing: 1px; /*Others*/
	border-collapse:separate ;   }
	    .sales td { padding: 3px;}
.hidden {
	display: none;
}
