body {
	margin: 0 auto;
	padding: 0em;
	background-color: #000;
	background: url(background.gif) 0 0 repeat-x fixed;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #fff
}

h1 {
	height: 1em;
	background: #d5be93;
	margin: -0.5em -0.5em 0em -0.5em;
	padding-top: .3em;
	padding-right: .2em;
	padding-bottom: .2em;
	text-transform: lowercase;
	color: #000;
	text-align: right;
	letter-spacing: 0.75em;
	font-size: 1.5em;
	border-bottom: 3px double #000;
}

h2 {
	height: 1em;
	background: #c5ae83;
	margin: 0em -0.5em 0em -0.5em;
	padding-top: .3em;
	padding-right: .2em;
	padding-bottom: .2em;
	color: #000;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 1.25em;
	border-bottom: 3px double #000;
}

h3, h4, h5, h6 {
	height: 1.5em;
	background: #bbb;
	margin: 0em 1em -0.3em .25em;
	padding-top: .2em;
	padding-right: .2em;
	padding-bottom: .2em;
	color: #000;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 1em;
	border-bottom: 1px solid #000;
}

a:link {
	color: #d5be93;
	text-decoration: none;
}
a:visited {
	color: #d5be93;
	text-decoration: none;
}
a:active {
	color: #d5be93;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

#wrap {
	margin: 0em auto;
	height: 60em;
	width: 980px;
}

#header {
	margin: 0 auto;
	background: url('background2.gif') 0 0 repeat-x fixed; 
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 65%;
	-webkit-border-radius-topright: 2em;
	-moz-border-radius-topright: 2em;
	border-radius-topright: 2em;
	-webkit-border-radius-topleft: .3em;
	-moz-border-radius-topleft: .3em;
	border-radius-topleft: .3em;
}

#links {
	position: fixed;
	float: left;
	margin-top: 3em; 
	width: 164px; 
	height: 250px; 
	font: 15px verdana, ariel, sans-serif;
	z-index: 10;
	}
	
#links a {
	background: url('background2.gif') 0 0 repeat-x fixed; 
	display: block; 
	margin-top: .2em;
	text-align: center; 
	font: bold 1em sans-serif; 
	padding: 6px 10px; 
	border-right: 3px double #000; 
	border-left: 2px solid #000; 
	text-decoration: none; 
	}

	
#links a:hover {
	background: url('background3b.gif') 0 0 repeat-x fixed; 
	border-right: 3px double white;
	}

#content {
	float: right;
	margin: 0em;
	padding: 1em;
	min-height: 40em;
	width: 788px;
	background: #333;
	border-left: 3px double #000;
	border-top: 1px solid black;
	-moz-box-shadow: 5px 5px 8px #000;
   -webkit-box-shadow: 5px 5px 8px #000;
   box-shadow: 5px 3px 8px #000;
}

#content-home {
	float: right;
	margin: 0em;
	padding: 1em;
	width: 788px;
	background: #000000 url('back.gif') 0 0 no-repeat;
	border-left: 3px double #000;
	border-top: 1px solid black;
	-moz-box-shadow: 5px 5px 8px #000;
   -webkit-box-shadow: 5px 5px 8px #000;
   box-shadow: 5px 3px 8px #000;
}

div .l-pic {
	margin: 1em;
	float: left; 
	height: 433px;
	width: 290px; 
}

div .r-pic {
	margin: 1em;
	float: right;
	height: 433px;
	width: 290px; 
}

div .l-text {
	margin: 1em;
	float: left;
	height: 430px;
	width: 430px;
	border-bottom: 3px double #000;
}

div .r-text {
	margin: 1em;
	float: right;
	height: 430px;
	width: 430px;
	border-bottom: 3px double #000;
}

div .l-pic-h {
	margin: 1em;
	float: left; 
	height: 258px;
	width: 388px; 
}

div .r-text-h {
	margin: 1em;
	float: right;
	height: 475px;
	width: 330px;
	border-bottom: 3px double #000;
}

#content1 {
	float: left; 
	width: 214px; 
	border-right: 3px double #000; 
	padding-top: 8px; 
	color: white;
	}

#content2 {
	float: left; 
	width: 415px; 
	padding: 4px;
	}

#content3{
	position: relative; 
	background: #060303;
	padding: 100px; 
	text-align: center; 
	font: 13px Verdana, sans-serif;
	}
	
#form {
	position: relative; 
	padding-top: 1%; 
	padding-bottom: 1%; 
	text-align: center; 
	border: 2px outset black; 
	background: url(background2.gif) 0 0 no-repeat fixed;
	}

#footer {
	clear: both;
	float: right;
	margin-top: 1em;
	margin-right: 3em;
	padding: 5px;
	width: 72%;
	background: #ddd;
	border: 3px double black;
}

#footer-right h3{
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top, #bbb, #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd');
	margin: 0em 1em -0.3em 1.75em;
}

#footer-right h3{
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top, #bbb, #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd');
}

#footer-center h3{
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top, #bbb, #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd');
}

#footer-left h3{
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#ddd));
	background: -moz-linear-gradient(top, #bbb, #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#dddddd');
}

#footer-right {
	float: right;
	height: 90px;
	text-align: center;
	width: 27%;
	color: #000000;
	margin: 2px;
}

#footer-center {
	float: left;
	height: 90px;
	text-align: center;
	width: 42%;
	color: #000000;
	margin: 2px;
}

#footer-left {
	float: left;
	height: 90px;
	width: 27%;
	color: #000000;
	margin: 2px;
}

#footer-left a {
	color: #000000;
	text-decoration: none;
}

#footer-left a:hover {
	color: #000000;
	text-decoration: none;
}

.tanbutton {
	display: inline-block;
	margin-top: 0.5em;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px helvetica, sans-serif;
	padding: .25em 1.5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.5);
	box-shadow: 0 2px 3px rgba(0,0,0,.5);
}

.newsletter {
	color: #000;
	border: solid 1px #d5be93;
	background: #d5be93;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5be93), to(#ffffff));
	background: -moz-linear-gradient(top, #d5be93,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5be93', endColorstr='#ffffff');
}

.newsletter:hover {
	background: #d5be93;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d5be93));
	background: -moz-linear-gradient(top,  #ffffff,  #d5be93);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d5be93');
}

#bottom {
	clear: both;
	float: right;
	background: url('background2.gif') 0 0 repeat-x fixed; 
	text-align: center;
	margin-top: 1em;
	margin-right: 3em;
	padding: 5px;
	width: 72%;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
