/* Start of CMSMS style sheet 'style' */
@charset "utf-8";
* { padding: 0; margin: 0; }
h1,h2,h3,h4,h5,h6 { text-align: center; }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: url(../Images/bg.png) repeat-x;
 background-color: #f6c569;
 color: #333;
}
a 
{
	color: blue;
}
#menu { 
 border: 1px solid black;
 border-top: 0;
 background: #9370D8;;
 height: 450px;
 width: 200px;
 float: left;
 text-align: center;
}
#menu ul .item {
	display: none;
}
#menu ul:hover .item {
	display: block;
	margin-left: 50px;
	position: relative;
}
#menu ul li {
	list-style: none;
	border: solid 1px black;
	width: 90%;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
	background: #473c8b;
}
#menu ul li a {
	color: grey;
	text-decoration: none;
}
#menu ul li a:hover {
	color: white;
}
#text {
	margin: 5px;
	list-style: inside;
}
#content { 
 border: 1px solid black;
 border-top: 0;
 border-left: 0;
 background: #9370D8;
 height: 450px;
 width: 699px;
 overflow: auto;
 overflow-x: hidden;
 float: left;
}
#wrapper { 
 margin: 0 auto;
 width: 902px;
}
#header {
 width: 900px;
 float: left;
 border: 1px solid black;
 height: 100px;
 margin-top: 20px;
 background: url(../Images/header.png) no-repeat;
}
#middlebarleft { 
 border: 1px solid black;
 border-top: 0;
 background: #473c8b;
 height: 30px;
 width: 200px;
 float: left;
}
#middlebarcenter { 
 float: left;
 border: 1px solid black;
 border-top: 0;
 border-left: 0;
 background: #9370D8;
 height: 30px;
 width: 498px;
 text-align: center;
 line-height: 200%;
 font-weight: bold;
}
#middlebarright { 
 border: 1px solid black;
 border-top: 0;
 border-left: 0;
 background: #473c8b;
 height: 30px;
 width: 200px;
 float: left;
}
#contact {
	text-align: left;
	font-size: 12px;
	margin: 5px;
}
#websitedoor
{
	margin-top: 10px;
	font-size: 10px;
}
/* End of 'style' */

