@charset "utf-8";
/* CSS Document */

body{
	margin-top: 50px;
	background-color: #666;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 200 px;
}

h1, h2, h3, h4{
	text-transform: uppercase;
	color: #EACB51;
}

/* Boxed */

.boxed {
	
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 20px;
	position: static;
}

.boxed ol, .boxed ul {
	margin-left: 5;
	list-style-position: inside;
}

/*Logo*/

#Logo{
	width: 900px;
	height: 250px;
	margin: 0 auto;
	background: url(Graphics/NewScroll.jpg);

}

#Logo h1{
	width: 780px;
	float: left;
	text-align:right;
	padding: 170px 0 0 0;
	letter-spacing: 5px;
	font-size: 30px;
	margin: 0;
	color: #EACB51;
}

#Logo h2{
	float: right;
	padding: 184px 20px 0 0;
	font-size: 15px;
	margin: 0;
	color: #B599E3;
}

#Logo h3{
	margin: 0;
	float: left;
	padding: 10px, 0 10px, 0;
	font-size: 15px;
	letter-spacing: 5px;
	color: #B599E3;
}
#separator{
	height: 5px;
	width: 900px;
	background-color:#EACB51;
	margin: 0 auto;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color:#B599E3;
}

#separator_infobox{
	height: 20px;
	width: 680px;
	background-color: #EAEAEA;
	margin: 0 auto;
}

#page{
	width: 900px;
	margin: 0 auto;
	background-color: #EAE1F7;
	display:table;
}

#page a{
	color: #000;
	text-decoration: none;
}

#base-row{
	Display:table-row;
}

#content{
	float: left;
	width: 698px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	background-color: #000000;
	display:table-cell;
	margin-bottom: 40px;
}

#side_bar{
	float: right;
	width: 182px;
	background-color: #EAE1F7;
	display: table-cell;
}

#sidebar_content{
	width: 140px;
	height: auto;
	padding: 20px;
}

#sidebar_content a{
	text-decoration: none;
	color:#B599E3;
}
	
#menu{
	margin-bottom: 19px;
}

#menu h2{
	display: none;
}

#menu li.first {
	background: none;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li{
	display: block;
	padding: 1px;
}

#menu a{
	display: block;
	width: 144px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	color: #B599E3;
	
}

#menu a:hover{
	color: #EACB51;
}

#info_box{
	margin-bottom: 40px;
	width: 635px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
}

#info_box a{
	color:#666;
	text-decoration:underline;
}

#banner_box{
	margin-bottom: 40px;
	width: 718px;
	background-color: #EAE1F7;
}

#footer_box{
	margin: 0 auto;
	margin-top: 40px;
	width: 900px;
	text-align:center;
	font-size:9px;
	color: black;
}

#footer_box a{
	color: #000;
	text-decoration: none;
}



	
	


	