body {
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #5993bb ;
	font: normal 85%/155% Verdana, sans-serif;
	color: #495c79;
	}
img {
	border: none;
	}
h1, h2, h3 {
	font-weight: normal;
	color:#120e5e;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: .90em;
	}
h4 {
	font-size: 1.2em;
	padding-top: 15px;
	}
#container {
	margin: 25px auto;
	padding: 30px;
	width: 950px;
	background-color: #fff;
	border: 0;
	}
#menu {
	width: 850px;
	background-color: #615fe1;
	color: #FFFFFF;
	height: 25px;
	}
#navlist li {
background:url(../images/sep.png) no-repeat left; 
padding-left: 30px;
display: inline;
}
#menu ul li a {
	text-decoration: none;
	font: Century Gothic, Verdana;
	font-weight: bold;
	line-height: 2em;
	color: #FFF;
	}
#menu ul li a:visited {
	text-decoration: none;
	color: #FFF;
	}
#menu ul li a:active {
	text-decoration: none;
	color: #FFF;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #13113c;
}
#menu ul li a#now {
	text-decoration: none;
	color: #cdcdd2;
}
#bread ul{
	float: right;
	color: #3c5e9d;
  text-align: right;
  padding: 0 100px;
	}
#breadlist li {
font-size: .80em;
 font-style: italic;
padding-left: 2px;
display: inline;
}
#intro p {
	width: 950px;
	margin: 0;
	float: right;
	padding: 3px;
	}
#left {
	text-decoration: none;
	width: 200px;
	margin: 0;
	float: left;
	}
#left2 {
	background-color: #f7f7fb;
	text-decoration: none;
	width: 350px;
  font-size: .95em;
	margin: 0px;
	float: left;
	padding: 15px;
	}
#left2 p {
         text-align: left;
         }
#right {
	width: 750px;
	margin: 0 auto;
	float: right;
	}
#right2 {
	width: 500px;
	margin: 0 auto;
	float: right;
	}
.clear {
	clear: both;
	}
#caption {
  font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	}
#footer {
  text-align: center;
	margin-top: 10px;
	}
#footer p {
         text-align: center;
         }
#content {
	margin: 25px auto;
	padding: 30px;
	width: 800px;
	background-color: #f7f7fb;
	border: 0;
	}
a:link { 
	text-decoration: none;
	color: #060467; 
	}
a:visited { 
	text-decoration: none;
	color: #060467; 
	}
a:hover { 
	text-decoration: none;
	color: #3c5e9d; 
	}
a#current { 
  font-style: italic;
	text-decoration: none;
	color: #3c5e9d; 
	}