/* CSS Document */
/* © August 2006 UCLA, Inc., MNguyen */

body {
	margin: 0px;
	padding: 0px;
	background-color: #4A3D33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.light_gray {
	color: #CCCCCC;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	background-color: #1A0F0F;
	border: 1px solid #000000;
	background-image: url(images/nav_bkgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#main {
	margin: 0px;
	padding: 30px 20px 20px;
	width: 582px;
}
h2 {
	color: #EB9139;
	font-size: 18px;
	margin-top: 0px;
}
.quote {
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #414141;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_image {
	margin: 0px 15px 5px 0px;
	padding: 0px;
	border: 1px solid #000000;
}
.shohre {
	font-size: 18px;
	font-weight: bold;
}


h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
}

.email {
	font-weight: bold;
	color: #CB5534;
}

a.email:link {
	color: #CB5534;
	font-weight: bold;
	text-decoration: none;
}
.orange_color {
	color: #FF8409;
}


a.email:visited {
	color: #CB5534;
	text-decoration: none;
	font-weight: bold;
}
a.email:hover {
	color: #CB5534;
	text-decoration: underline overline;
	font-weight: bold;
}


#content {
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: right;
	width: 622px;
	float: none;
}
.right_image {
	margin: 0px 0px 15px 15px;
	padding: 0px;
	border: 1px solid #000000;
}


#clear {
	clear: both;
}


#nav {
	background-image: url(images/nav_bkgd.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 158px;
}
#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 622px;
	clear: none;
	float: none;
}
.image {
	margin: 0px;
	padding: 0px;
}
.button {
	margin: 0px 0px 7px;
	padding: 0px;
}
#address {
	margin: 0px;
	padding: 10px 5px;
	width: 128px;
	color: #CCCCCC;
}
h1 {
	font-size: 22px;
	text-decoration: underline;
	margin-top: 10px;
	padding: 0px;
}
a:link {
	font-size: 14px;
	color: #BD372D;
	text-decoration: underline;
}
a:visited {
	font-size: 14px;
	color: #BD372D;
	text-decoration: underline;
}
a:hover {
	font-size: 14px;
	color: #EB9139;
	text-decoration: underline;
}
h4 {
	font-size: 14px;
}

a.testimonials:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a.testimonials:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a.testimonials:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
.red_color {
	color: #BF372D;
}
.gray_color {

	color: #BF372D;
}
.quote2 {

	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #494A3E;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
