body {
margin: 0 auto;
padding: 0;
font: 73% verdana, "Trebuchet MS", arial, sans-serif;
text-align: center;
line-height: 1.7em;
color: #000;
background: #fff url(images/Bgimage.jpg) repeat-x;
}
			/* WRAP */
#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #000;
	background: #fff;
}
input {
}

			/* BANNER */
#banner {
width: 750px;
margin: 0 0 30px 0;
padding: 0;
height: 200px;
background: #000 url(images/banner3.jpg) no-repeat;
color: #000;
}
#banner h1 {	
margin: 0;
padding: 70px 100px 0 0;
height: 50px;
font: 240% "Trebuchet MS", verdana, arial, sans-serif;
text-align: right;
letter-spacing: 3px;
color: #FF66CC;
background: inherit;

}
			/*TOP NAV*/
#navBar {
margin: 0;
padding: 20px 0 20px 10px;
border-bottom: 1px solid #aaa;
}
#navBar li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navBar a:link, #navBar a:visited {
float: left;
font-size: 1.2em;
letter-spacing: 3px;
line-height: 1em;
font-weight: normal;
padding: 0 12px 6px 12px;
text-decoration: none;
color: #6e233a;
}
#navBar  a:link.active, #navBar a:visited.active, #navBar a:hover     {
color: #F08eb1;
background: url(images/nav-pyramid.gif) no-repeat bottom center;
}
			/* SIDE CONTENT */
#side {
	width: 150px;
	float: left;
	margin: 0 auto;
	padding: 0 20px;
	background: inherit;
	color: #000;
}
#side p { 
margin: 1em 0 1em 0; 
}
			/* SIDE NAV */		
#side ul {
list-style : none;
margin : 20px 0;
padding : 0;
}
#side ul li {
display : inline;
padding : 0;
margin : 0;
}
#side ul li a {
display : block;
color : #708491;
background : inherit;
text-decoration : none;
margin : 0;
padding : 3px 0;
border-bottom : 1px solid #aaa;
}
#side ul li a:hover {
	text-decoration : none;
	background : #fff;
	color : #6e233a;
} 
				/* MAIN CONTENT */
#content {
width: 520px;
margin-left: 200px;
padding: 0 10px;

}

				/* FOOTER */
#footer {
	margin-top: 60px;
	padding: 0.5em;
	clear: both;
	font-size: 11px;
	color: #fff;
	background: #6e233a;
	border-top: 1px solid #aaa;
}
				/* LINKS*/
a {
color: #666;
text-decoration: none;
}
a:hover {
	background:#fff;
	color:  #6e233a;
	text-decoration: none;
}
a img {
border: 0;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
				/* TYPOGRAPHY */
h2 {
	margin: 0;
	font: normal 150% verdana, arial, "Trebuchet MS", sans-serif;
	letter-spacing: 3px;
	color: #432923;
	background: inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #666666;
}
				/* CLASSES*/
.imgright {
	padding : 10px;
	border : 1px solid #96bf3d;
}
.big {
	margin : 5px;
	font: 200% "Trebuchet MS", verdana, arial, sans-serif;
	font-size:175%;
	line-height: 2em;
	text-transform : uppercase;
	background: #fff;
	color: #432923;
}
.textstyle {
	font-style: italic;
	font-weight: bold;
}
#sidebar {
	float: right;
	margin: 10px 0 10px 10px;
	text-align: center;
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	font-style: italic;
	width:230px;
}
#caption {
	width: 215px;
	padding-right: 5px;
	padding-left: 8px;
	text-align: left;
}
h3 {
	margin: 0;
	font: normal 150% verdana, arial, "Trebuchet MS", sans-serif;
	letter-spacing: 3px;
	color: #6e233a;
	background: inherit;
}
#contact {
	float: right;
	margin: 10px 0 10px 10px;
	text-align: justify;
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	font-style: italic;
	width:220px;
}
.button {
	text-align: right;
}
.highlight {
	font-size: 10px;
	font-weight: bold;
}
