/* This is for all pages*/

body {
	text-align: center;
	background-color: #B0C0D1;
	margin: 0px;
	padding: 0px;
} 

#wrapper {
  text-align: left;
  position: relative;
  width: 911px;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
}

#indexDefault {

width: 700px;
margin: 0;
padding: 0;
}



/*The following pieces are used for the top and first menu on this site*/

#top {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 40px;
	width: 911px;
	background: #ffffff url(images/top.gif) no-repeat scroll left top;
	
}

ul#nav1 {
position: absolute;
float: center;
	margin-left: 25px;
	margin-top: 10px;
	height: auto;
	list-style-type: none;
	background-color: #ffffff;
	color: #0D0B71;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

ul#nav1 li {
	display: inline;

}

ul#nav1 li a {
	float: center;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	color: #0D0B71;
	background-color: #ffffff;
	text-decoration: none;
}

ul#nav1 li a:hover {
	color: #B49969;
}



/*The following pieces are used for the address section on this site*/

#contact {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 134px;
	width: 911px;
	background: #ffffff url(images/strip.gif) repeat-y scroll left top;
	overflow: auto;
}

#header {
	float: left;
	margin-left: 25px;
	width: 850px;
	height: 110px;
	padding: 0px;
	background: #ffffff url(images/dama_logo.jpg) no-repeat scroll left center;
	border: 1px solid #0D0B71;
}

#header_text {
	float: left;
	margin-left: 150px;
	width: 550px;
	height: 110px;
	padding: 0px;

}

#top_image {
	float: right;
	margin-right: 50px;
	width: 100px;
	height: 110px;
	padding: 0px;
	background:  url(images/top_image.jpg) no-repeat scroll right center;
}

.contact_header {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #B49969;
padding-top: 13px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}

.contact_gold {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #B49969;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}

.contact_blue {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #0D0B71;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}

.contact_blue a {
	color: #0D0B71;
	text-decoration: underline;
}

.contact_blue a:hover {
	color: #000000;
	text-decoration: underline;
}



/*The following pieces are used for the second menu on this site*/

#menu2_background {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 50px;
	width: 911px;
	background:  url(images/strip.gif) repeat-y scroll left top;
}

#menu2 {
	float: left;
padding-top: 0px;
	margin-left: 25px;
	width: 850px;
	height: 45px;

	background-color: #B49969;
	border: 1px solid #0D0B71;
}

ul#nav2 {
	float: left;
	position: relative;
	margin-left: 0px;
margin-top: 4px;
	padding: 0px;
	width: 850px;
	list-style-type: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

ul#nav2 li {
	display: inline;

}

ul#nav2 li a {
	float: center;
	margin-left: 8px;
	margin-right: 8px;
	width: auto;
	color: #ffffff;
	background-color: #B49969;
	padding: 0px;
	text-decoration: none;
}

ul#nav2 li a:hover {
	color: #0D0B71;
}



/*The following pieces are used for the main section on this site*/



#content {
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 911px;
	background: #ffffff url(images/strip.gif) repeat-y scroll left top;
	overflow: auto;
}

#box {
	float: left;
	margin-left: 25px;
	width: 850px;
	height: auto;
	padding: 0px;
	background-color: #cfb698;
	border: 1px solid #0D0B71;

}

#box td{
	background-color: #cfb698;


}




/*The following pieces are used for the main section LEFT on this site*/

#featured {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 240px;
	height: auto;
	padding: 0px;
	color: #0D0B71;

}


#featured_image {
	float: left;
	margin-left: 0px;
	width: 240px;
	height: 182px;
	padding: 0px;
	background: #ffffff url(images/big_clutch.jpg) no-repeat scroll left top;
}


/*The following pieces are used for the main section RIGHT on this site*/

#right {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	width: 218px;
	height: auto;
	padding: 0px;
	background-color: #ffffff;
}

#img1 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img1.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img2 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img2.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img3 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img3.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img4 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img4.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img5 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img5.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img6 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img6.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img7 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img7.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}

#img8 {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 94px;
	height: 82px;
	padding: 0px;
	background: #ffffff url(images/img8.jpg) no-repeat scroll center center;
	border: 1px solid #B49969;
}




/*The following pieces are used for the bottom bar on this site*/

#bottom {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 911px;
	background: #B0C0D1 url(images/bottom.gif) no-repeat scroll left top;
	overflow: auto;
}




/*The following pieces are used for various text styles on this site*/

.h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #0D0B71;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

.h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #B49969;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
}

.text {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 14px;
	text-align: left;
	font-weight: normal;
}


#lead {
	font-size: 1.3em;
	font-weight: bold;
	color: blue;
	}

