@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #464646;
 
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #464646;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 8px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.rule {
	clear: both;
	padding-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	border-bottom: 1px solid #666666;
	display: block;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}



/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	color: #780403;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	line-height: normal;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#main-container {
	background-image: url(../images/bg-main.png);
	background-repeat: repeat-y;
	width: 1000px;
	
}

#top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 310px;
	width: 1000px;
	text-align: right;
	float: right;

}

#top a {
	padding-right: 20px;
	color: #f3e4b4;
}

#side {
	background-image: url(../images/bg-side.gif);
	background-repeat: no-repeat;
	height: 136px;
	width: 126px;
	padding: 80px 37px 26px 24px;
	
}

#menu {
	background-image: url(../images/bg-menu.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 751px;
	padding-top: 15px;
	text-align: center;
	color: #780403;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 15px;	
	margin-top: -12px;
	margin-left: 245px;
	*margin-left: -750px;

	position: absolute;
	
}



#menu a {
	color: #780403;
	text-decoration: none;
	font-weight: normal;
	padding: 0 5px;
}	

#menu a:hover {
	color: #625e39;
}

#top-para {
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	width: 430px;
	height: 136px;
	padding: 20px 40px 25px 220px;
	margin-top: 50px;
	line-height: 18px;
}

#footer {
	padding: 5px 16px;
	color: #91733c;
}

#footer a {
	color: #91733c;
	text-decoration: none;
	
}

#footer a:hover {
	color: #f3e4b4;

}

#left-column {
	padding-right: 30px;
	margin-right: 30px;
	width: 170px;
	padding-left: 10px;
	padding-top: 20px;
	
}

#right-column {
	width: 644px;
	margin-top: 30px;
	clear: both;
}

#middle-column {
	float: left;
	display: inline;
	padding-right: 30px;
	margin-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #3b2308;
    border-left: 1px solid #3b2308;
	width: 334px;
}

#left-wrapper {
	float: left;
	display: inline;
	margin-left: 45px;
	width: 230px;
	padding-bottom: 45px;
	
}

#right-wrapper {
	float: left;
	display: inline;
	width: 725px;
		padding-bottom: 45px;

}
	
	
	
