

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font: .7em Verdana, 'Geneva CE', lucida, sans-serif;
	color: #464646;
	background: #E9E9E9;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, p {
	margin: 0;
	}
.none {
	display: none;
	}
a {
	color: #A0A0A0;
	}
a:hover {
	text-decoration: none;
	}
	

/* ___| container |_____________________ */


#container {
	margin: 2%;
	padding: 0;
	width: 96%;
	background: #fff url("../img/bg_cor.png") no-repeat left top;
	float: left;
	clear: both;
	}
#cort {
	margin: 0;
	height: 5px;
	width: 100%;
	font-size: 0;
	background: url("../img/bg_corr.png") no-repeat right top;
	float: left;
	clear: both;
	}
#corbr {
	margin: 0 0 -5px 0;
	height: 5px;
	width: 100%;
	font-size: 0;
	background: url("../img/bg_corbr.png") no-repeat right top;
	float: left;
	clear: both;
	}
#corbl {
	margin: 0;
	height: 5px;
	width: 100%;
	font-size: 0;
	background: url("../img/bg_corbl.png") no-repeat left top;
	float: left;
	clear: both;
	}


/* ___| menu |_____________________ */


menu {
	margin: 2% 2% 1.5% 2%;
	width: 96%;
	height: 30px;
	padding: 0;
	border-bottom: 1px solid #CECBCE;
	float: left;
	clear: both;
	}
menu li {
	margin: -1px 0 0 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
	float: left;
	}
menu li a {
	padding: 0 15px 0 15px;
	border: 1px solid #CECBCE;
	background: #F9F7F8;
	text-decoration: underline;
	color: #3C67C1;
	font-weight: bold;
	display: block;
	cursor: pointer;
	}
menu li#now a {
	padding: 0 15px 0 15px;
	border: 1px solid #CECBCE;
	border-bottom: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	color: #A0A0A0;
	font-weight: bold;
	display: block;
	}
menu li a:hover {
	background: #fff;
	}
ul {
	margin: 0 2% 0 2%;
	padding: 0 0 0 0.5%;
	width: 95.5%;
	height: 30px;
	background: #F9F8F8; 
	border-top: 1px dashed #CECBCE;
	border-bottom: 1px dashed #CECBCE;
	clear: both;
	}
ul li {
	margin: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	list-style: none;
	color: #CBCBCB;
	font-weight: normal;
	float: left;
	}
ul li a {
	margin: 0 10px 0 10px;
	padding: 0;
	text-decoration: underline;
	color: #3C67C1;
	}
ul li#right {
	margin: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-weight: bold;
	list-style: none;
	color: #CBCBCB;
	float: right;
	}
	
	
/* ___| column right |_____________________ */


#colr {
	margin: 0 2% 0 0;
	padding: 1%;
	width: 27%;
	background: #F9F8F8; 
	border-left: 1px dashed #CECBCE;
	border-bottom: 1px dashed #CECBCE;
	float: right;
	position: relative;
	}
#colr h4 {
	margin: 0 0 6% 0;
	padding: 0 0 4% 1%;
	font-size: 1.2em;
	color: #3C67C1;
	border-bottom: 1px dashed #CECBCE;
	}
#colr h4.sec {
	margin: 6% 0 6% 0;
	padding: 4% 0 4% 1%;
	font-size: 1.2em;
	color: #3C67C1;
	border-top: 1px dashed #CECBCE;
	border-bottom: 1px dashed #CECBCE;
	}
#colr p {
	margin-bottom: 4px;
	color: #666;
	}
#colr a {
	color: #999;
	}
	
	
/* ___| content |_____________________ */


h1 {
	margin: 0.8% 2.5% -4% 0;
	width: 300px;
	font-size: 2.2em;
	color: #3C67C1;
	font-family: Trebuchet MS;
	float: right;
	text-align: right;
	position: relative;
	}
h1 a {
	text-decoration: none;
	color: #3C67C1;
	}
h2 {
	margin: 16px 0 10px 2%;
	font-size: 1.3em;
	color: #3C67C1;
	}
h3 {
	margin: 12px 0 10px 2%;
	font-size: 1.2em;
	color: #999;
	}
p {
	margin: 0 0 0 2%;
	line-height: 1.6em;
	}
	
	
/* ___| bottom |_____________________ */
	
	
p#bot {
	margin: 2% 2% 0 2%;
	width: 95%;
	height: 30px;
	padding: 1% 1% 0 0;
	border-top: 1px solid #CECBCE;
	color: #A0A0A0;
	text-align: left;
	float: left;
	clear: both;
	}
p#bot span {
	float: right;
	}
