/* structure */

body {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	background: url("images/bg.jpg") repeat-x top center white;
	margin: 0;
	text-align: center;
}

#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

/* header */

#header {
	width: 950px;
	float: left;
}	

#title {
	width: 280px;
	float: left;
	margin-left: 60px;
	display: inline;
}

#menu {
	width: 600px;
	float: left;
	margin-left: 0px;
	display: inline
}

#menu1 {
	float: left;
	font-size: 170%;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	height: 40px;
	margin: 110px 0px 1px 50px;
	display: inline;
}

#menu1 a {
	padding: 7px 10px 3px 10px;
	height: 20px;
	display: block;
	text-decoration: none;
	float: left;
}

#menu1 a:link, #menu1 a:visited {
	text-decoration:none;
	color: #42423a;
}
	
#menu1 a:hover {
	text-decoration:none;
	color: black;
	padding: 7px 10px 3px 10px;
	height: 30px;
	display: block;
	text-decoration: none;
	float: left;
	background:url("images/mbg.jpg") bottom center no-repeat;
	color: black;
}

#menu1 a:active {
	text-decoration:none;
	color: #42423a;
}

#menu2holder {
	float:left;
	font-size: 110%;
	font-family: Georgia, serif;
	letter-spacing: 1px;
	margin: 15px 0 0 80px;
	display: inline;
	width: 520px;
}	

#sml {
	height: 38px;
	width: 10px;
	background: url("images/sml.jpg") no-repeat;
	float: left;
}

#smr {
	height: 38px;
	width: 20px;
	background: url("images/smr.jpg") no-repeat;
	float: left;
}	

#menu2 a {
	padding: 6px 10px 15px 10px;
	height: 17px;
	display: block;
	text-decoration: none;
	background: url("images/smbg.jpg") repeat-x;
	float: left;
}

#menu2 a:link, #menu2 a:visited {
	text-decoration:none;
	color: #dcdcd4;
}
	
#menu2 a:hover, #menu2 .active {
	text-decoration:none;
	color: #dcdcd4;
	background: url("images/smbg2.jpg") repeat-x;
}

#menu2 a:hover {
	color: #ffffff;
}

/* body */

#body {
	width: 950px;
	float:left;
}

#side1 {
	width: 200px;
	float:left;
	margin: 50px 0 0 30px;
	display: inline;
}

#spotlight {
	width: 178px;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #dcdcd4;
	border-right: 1px solid #dcdcd4;
	border-top: 1px solid #dcdcd4;
}

#spotlight p {
	margin: 10px 0
}

#spotlight h2 {
	font-size:140%;
	font-weight: normal;
	text-align: right;
	color: #42423a;
	letter-spacing: 1px;
	font-family: Georgia, serif;
	margin: 10px 5px 0 0;

}

#main {
	width: 500px;
	margin-bottom: 30px;
	padding: 0 180px 0 30px;
	float:left;
	background: url("images/cbg.gif") repeat-y top right;
}

.inlineboxholder {
	display: block;
	margin: 10px;
	padding: 0;
}

.inlineboxfooter2 h2 {
	font-size: 120%;
	margin: 0 15px 0 0px;
	color: #dcdcd4;
	padding: 5px;
	float: right;
	text-align: right;
	display: inline;
	
}

.inlineboxheader {
	background: url("images/ibhbg.jpg");
	height: 15px;
}

.inlineboxheader2 {
	background: url("images/ibh.jpg") no-repeat top right;
	height: 15px;
}

.inlineboxfooter {
	background: url("images/ibfbg.jpg");
	height: 38px;
}

.inlineboxfooter2 {
	background: url("images/ibf.jpg") no-repeat bottom right;
	height: 38px;
}

.inlinebox {
	padding: 0px 16px 0 10px;
	color: #dcdcd4;
	background: url("images/ibbg.jpg") right;
}

.inlinebox p {
	margin: 0px;
}

/* Footer */

#footer {
	padding: 1em;
	color: #dcdcd4;
	text-align: center;
	clear: both;
}
	
/* Style */

h1 {
	padding: 7px 10px 3px 10px;
	height: 30px;
	display: block;
	text-decoration: none;
	float: left;
	background:url("images/mbg.jpg") bottom center no-repeat;
	margin: 0;
	font-size:100%;
	font-family: Georgia, serif;
	font-weight: normal;
	color: black;
}

h2 {
	font-size:180%;
	font-weight: normal;
	text-align: left;
	color: #42423a;
	letter-spacing: 1px;
	font-family: Georgia, serif;
	margin: 20px 0 0px 0;
}

h3 {
	font-weight: normal;
	font-size:130%;
	color:#42423a;
	margin: 15px 0 0px 0;
}

h4 {
	font-weight: normal;
	font-size:100%;
	color: #42423a;
	margin: 15px 0 0px 0px;
}		

a:link {
	text-decoration:none;
	color: #5419d9;
}
	
a:visited {
	text-decoration:none;
	color: #a990f0;
}
	
a:hover {
	text-decoration:underline;
	color: #5419d9;
}	
	
a:active {
	text-decoration:none;
	color: #260971;
}				

img {
	border: 0
}		
