body{
	margin: 20;
	padding: 0;
	background:#ffffff url('stripe.png');
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;;
}
#top{
	margin: 0 auto;
	background: #eeeeec;
	color: #2e3436;
	width: 900px;
	height: 100%;
}
#header{
	padding-top: 25px;
	background: #eeeeec;
	text-align: center;
	width: 900px;
}
#top-menu{
	background: #3465a4;
	padding: 10px;
	margin: 15px 15px;
	text-align: left;
	height: 25px;
}
#top-menu ul{
	list-style: none;
	margin-left: -30px;
	margin-top: -10px;
}	
#top-menu li {
	float: left;
}
#top-menu a {
	text-align: center;
	display: block;
	width: 70px;
	height: 30px;
	color: #eeeeec;
	text-decoration: none;
	padding-top: 15px;	
}
#top-menu a:hover {
	background: #204a87;
	color: #eeeeec;
	text-decoration: none;
}
#main{
	
}
#content{
	margin-top: 15px;
	float: left;
	margin-left:40px;
	width: 620px;
	line-height: 1.7em;
}
#content p{
	text-align: justify;
}
.right-menu{
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #3465a4;
	width: 200px;
}
.right-menu ul{
	list-style: none;
}
.right-menu li{
	margin-bottom: 5px;
	height: 25px;
}
.right-menu a{
	padding-top: 7px;
	padding-left: 10px;
	display: block;
	color: #eeeeec;
	text-decoration: none;
	height: 25px;
}
.right-menu a:hover {
	background: #204a87;
	color: #eeeeec;
	text-decoration: none;
}
.menu1{
	background: #204a87;
	color: #eeeeec;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	height: 25px;
}
#footer{
	padding-bottom: 10px;
	text-align: center;
}
#footer a{
	text-decoration: underline;
	color: #f57900;
}
#footer a:hover{
	text-decoration: none;
}
.clear{
	clear:both;
	width: 0px;
	height:0px;	
}
#gallery-wrap{
	margin: 0 auto; 
	overflow: hidden; 
	width: 380px; 
	position: relative;
}
#gallery{
	position: relative; 
	left: 0; 
	top: 0;
	padding: 0;
	padding-left: 4px;
}
#gallery li{
	list-style: none;
	float: left; 
	margin: 0 20px 15px 0;
	padding: 0;
}
#gallery li a img{
	border: 2px solid #40331b; 
	height: 32px; 
	width: 32px;
}
#gallery-controls{
	margin: 0 auto;
	width: 80px;
	height: 50px;
}
#gallery-prev{
	float: left;
}
#gallery-next{
	float: right;
}
.jqpanel, .slide{
	margin: 0px;
	padding: 5px;
	background: #ad7fa8;
	border: dotted 1px #5c3566;
}
.jqpanel{
	height: 200px;
	display: none;
}
