body {
	margin : 0;
	padding : 0;
	line-height : 1.3em;
	background : #afc2c9 url(images/bg.jpg) repeat-x;
	color : #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
}
#container {
width : 750px;
margin : 0 auto;
border : 5px solid #fff;

text-align : left;
background : #fff;
color : #000000;
}
			/*BANNER*/
#banner {
width : 750px;
height : 132px;
margin : 0 auto;
padding : 0;
border-left : 5px solid #fff;
border-right : 5px solid #fff;
background : #afc2c9 url(images/banner.jpg) no-repeat center;
color : #555;
}
#banner h1 {
margin : 5px 0 0 10px;
padding : 0;
font-size : 150%;
letter-spacing : 3px;
text-transform : none;
text-align : left;
background : transparent;
color : #000;
}
			/*TOPNAV*/
#navbar {
padding : 5px;
margin : 0 0 0 0;
height : 30px;
text-transform : uppercase;
letter-spacing: 3px;
}
#navdrop {
width : 530px;
margin : 10px 0 10px 200px;
padding : 0;
}
#navdrop li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#navdrop a:link, #navdrop a:visited {
background : inherit;
float : left;
padding : 10px 20px 0 20px;
text-decoration : none;
color : #660000;
}
#navdrop a:link.active, #navdrop a:visited.active, #navdrop a:hover {
color : #999966;
background : url(images/arrow_down.gif) no-repeat top center;
}
			/*MAIN CONTENT*/
#content {
float : right;
width : 530px;
margin : 0;
padding : 0;
border-top: 1px solid #eee;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 195px;
margin : 0;
padding-left : 5px;
border-right : 1px solid #eee;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding-left : 5px;
font-size : 0.9em;
text-align : left;
border-top : 1px solid #eee;
color : #000;
background : #999966;
}
#footer a:link, #footer a:visited {
color : #666666;
background : inherit;
text-decoration : none;
}
#footer a:hover {
color : #333;
background : inherit;
text-decoration : none;
}
			/*TYPOGRAPHY*/
p {
margin : 10px;
}
p strong {
color : #769009;
}
h2 {
	margin : 10px 0 10px 10px;
	padding : 5px;
	letter-spacing : 3px;
	text-transform : uppercase;
	background : inherit;
	color : #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	margin : 10px;
	padding : 5px;
	text-transform : uppercase;
	color : #9d4c4b;
	background : inherit;
	font-family: verdana, "Trebuchet MS", arial, sans-serif;
	font-size: 100%;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #666666;
}
			/*LINKS*/
a {
text-decoration: none;
color : #666633;
background : inherit;
}
a:hover {
	text-decoration: none;
	color : #660000;
	background-color: #ffffff;
}
#navlist a:link, #navlist a:visited {
color : #996699;
background : #fff;
text-decoration : none;
}
#navlist a:hover {
color : #999933;
background :#fff;
text-decoration : none;
}
#navlist li {
list-style-type : square;
background : inherit;
color : #663333;
margin : 0 15px 0 0;
padding : 0;
}
#navlist2 li {
list-style-type : circle;
background : inherit;
color : #AFC2C9;
margin : 0 15px 0 0;
padding : 0;
}
a img {
border : 0;
}
			/*IMAGES*/
.myborder {
border : 1px solid #eee;
margin : 15px 10px 10px 10px;
padding : 5px;
}
.imgleft {
float : left;
border : 1px solid #eee;
margin : 5px 10px 10px 15px;
padding : 5px;
}
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 13em;
width : 500px;
margin : 10px 0 20px 0;
padding : 5px;
font-size : 90%;
border : 1px solid #eee;
background : inherit;
color : #555;
}
