body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #c7b17f;
}
#container {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	background-color: #bca36d;
	background-image: url(../images/back_brand.jpg);
	background-repeat: no-repeat;
}
#content {
   background-color: #bca36d;
   }
/*  Header */
#header {
   height: 165px;
   }
/* Content */
#left {
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 115px;
   }
#left h1 {
	color: #103335;
	font-weight: normal;
	font-size: 1.2em;
}
#left h2 {
	color: #103335;
	font-weight: normal;
	font-size: 1.1em;
}
#left p {
	color: #103335;
	font-size: 82%;
	line-height: 125%;
}
#left a {
	color: #103335;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#right {
	float: right;
	width: 300px;
	padding-top: 10px;
	margin-right: 50px;
   }
#right p {
	color: #103335;
	font-size: 92%;
}
/* Footer */
#footer {
	clear: both;
	background-color: #103335;
	height: 4.5em;
	padding: 5px;
	color: #FFFFFF;
	font-size: 81%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #bca36d;
   }
#footer #leftfoot {
	float:left;
	margin-left: 110px;
	font-size: 90%;
   }
#footer #rightfoot {
	float:right;
	margin-right: 50px;
	font-size: 90%;
   }
/* Menu */
.menu{
	float: left;
	width: 100%;
	font-size: 0.82em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 125px;
	padding-left: 105px;
}

.menu li{
  display: inline;
}

.menu li a{
	float: left;
	color: white;
	padding: 0px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.menu li a:visited{
  color: white;
}

.menu li a:hover, .menu li .current{
  color: #bca36d;
}

/* Miscellaneous */
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 60px;
	}	
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer #leftfoot a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #leftfoot a:hover {
	text-decoration: underline;
}
.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	}#right td {
	font-size: 80%;
	color: #103335;
	vertical-align: top;
}
#right p {
	font-size: 82%;
}
#right a {
	color: #103335;
	text-decoration: underline;
}
#right a:hover {
	text-decoration: none;
}
table.rule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #625e00;
	padding: 3px;
}
td {
	font-size: 81%;
}
img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}
#content #left a {
	text-decoration: underline;
}
#content #left a:hover {
	text-decoration: none;
}

