body {
	margin : 0;
	padding : 0;
	font : 76% "Trebuchet MS", tahoma, arial, sans-serif, helvetica, verdana;
	line-height : 2em;
	background : #fff url(images/bgd2.jpg) repeat-x;
	color : #FFF;
	background-position : 50% 0;
}
			/*WRAP*/
#container {
width : 780px;
margin : 0 auto;
color : #333;
}
			/*TOP BAR*/
#top {
margin : 0;
padding : 0;
}
#top h2 {
text-align : center;
text-transform : none;
letter-spacing : 3px;
font-size : 100%;
padding : 8px 0;
margin : 0;
background : #ccccff;
color : #aaa;
}
			/*BANNER*/
#banner {
width : 780px;
height : 135px;
margin : 0 auto;
padding : 0;
background : url(images/top3.jpg) center 0%;
color : #333;
}
#banner h1 {
height : 100px;
font-family : georgia, sans-serif;
text-align : center;
text-transform : none;
letter-spacing : 5px;
font-size : 175%;
padding : 0;
margin : 0;
background : transparent;
color : #aaa;
}
			/*MAIN CONTENT*/
#content {
	float : left;
	width : 570px;
	margin : 0;
	padding : 0 0 20px 0;
}

#content2 {
	float : left;
	width : 780px;
	margin : 0;
	padding : 0 0 20px 0;
}

			/*RIGHT SIDEBAR*/
#sidebar {
	float : right;
	width : 190px;
	margin : 0;
	padding : 0 5px 20px 10px;
}
			/*FOOTER*/
#footer {
clear : both;
font-size : 0.9em;
color : #fff;
background : #710069;
border-top : 1px solid #eee;
margin : 0;
text-align : center;
padding-left : 10px;
}
			/*TYPOGRAPHY*/
h3 {
	font : 130% verdana, "Trebuchet MS", arial, sans-serif;
	letter-spacing : 3px;
	color : #333;
	background : inherit;
	margin : 30px 0 10px 5px;
	padding : 0;
}
h4 {
	font : 130% verdana, "Trebuchet MS", arial, sans-serif;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #00F;
	background : inherit;
	margin : 30px 0 10px 5px;
	padding : 0;
}
h5 {
	font : 96% verdana, "Trebuchet MS", arial, sans-serif;
	color : #F00;
	background : inherit;
	margin : 10px;
	line-height : 2em;
}
h6 {
	font : 130% "Trebuchet MS", tahoma, arial, sans-serif, helvetica, verdana;
	letter-spacing : 3px;
	color : #F00;
	font-weight : bold;
	text-align : center;
	padding : 0;
	background : inherit;
}
p {
margin : 10px;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #710069;
	text-align: justify;
}
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 11em;
width : 500px;
padding : 5px;
border : 1px solid #eee;
margin : 20px 0 20px 15px;
background : inherit;
color : #555;
font-size : 90%;
}
			/*SIDEBAR NAVIGATION*/
#sidebar ul {
list-style : none;
margin : 0 0 20px 0;
padding : 0;
}
#sidebar ul li {
display : inline;
padding : 0;
margin : 0;
}
#sidebar ul li {
display : block;
color : #710069;
background : inherit;
text-decoration : none;
margin : 0;
padding : 5px 0 5px 0;
border-bottom : 1px solid #c0c0c0;
}
#sidebar ul li {
text-decoration : none;
background : #ece5ec;
color : #00750a;
}

			/*LINK PROPERTIES*/
#content2 a:visited, #content2 a:link {
text-decoration : none;
color : #F00;
}
#content2 a:hover {
text-decoration : none;
color : #00F;
}
#sidebar a:visited, #sidebar a:link {
text-decoration : none;
color : #F00;
}
#sidebar a:hover {
text-decoration : none;
color : #00F;
}
#content a:link, #content a:visited, #banner a:link, #banner a:visited {
color : #710069;
background : inherit;
text-decoration : none;
}
#content a:hover, #banner a:hover {
color : #00750a;
background : inherit;
text-decoration : none;
}
#footer a:link, #footer a:visited, #top a:link, #top a:visited {
color : #333;
background : inherit;
text-decoration : none;
}
#footer a:hover, #top a:hover {
color : #fff;
background : inherit;
text-decoration : none;
}
a img {
border : 0;
}

#back {
	background-image:url(images/scott.jpg);
	background-position:center;
	background-repeat:no-repeat;
}