body {
	background-image: url('imgs/bg.png');
	background-color: #bcbcbc;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "Verdana";
	font-size: 12px;
}

a, a:visited {
	color 			: #000000;
	text-decoration 	: none;
	font-weight 		: bold;
}

a:hover {
	color 			: #c60974;
	text-decoration 	: underline;
	font-weight 		: bold;
}

h2 {
	color		: #0b3d4e;
	font-family	: "Georgia";
	font-size	: 20px;
	font-weight	: bold;
	margin-bottom 	: 2px;	
}

h4{
	color		: #0000dd;
	font-family	: "Georgia";
	font-size	: 20px;
	font-weight	: bold;
	margin-bottom 	: 2px;	
}

#rss_box img {
	vertical-align:middle;
}

#black_area {
	width: 850px;
	height: 154px;
	background-image: url('imgs/black.png');
}

#black_areabis {
	width: 850px;
	height: 154px;
	background-image: url('imgs/blackbis.png');
}

#black_swf {
	height:90px;
	margin:0 auto;
	padding-top:20px;
	width:503px;
}

#footer {
	width: 850px;
	background : url('imgs/footer.png') no-repeat #4c4c4c;
	padding-top : 30px;
	font-family : "Lucida Grande", Helvetica, Arial, serif;
	color 	: #FFF;
	text-align : center;
}

	#footer a, #footer a:visited {
		color : #FFF;
	}

	#footer a:hover {
		text-decoration : underline;
	}

#page_content {
	width: 850px;
	margin: 0 auto;
}

#page {
	width: 906px;
	margin: 0 auto;
	background-image: url('imgs/page.png');
}

img {
	border: none;
}

#content {
	min-height: 600px;
	_height: 600px;
	background-image: url('imgs/caly.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#content_left {
	width: 465px;
	float: left;
	margin-right: 15px;
	padding-left: 20px;
	padding-top: 5px;
}

#content_right {
	width: 340px;
	float: left;
	padding-left: 10px;
}

#content_pages {
	padding-left 	: 30px;
	padding-right 	: 30px;
	padding-top 	: 10px;
	padding-bottom	: 10px;
	font-family 	: "Lucida Grande", Helvetica, Arial, serif;
	font-size 	: 12px;
}
	
	#content_pages p {
		text-align : justify;	
	}

	#content_pages h1 {
		color		: #000;
		font-family	: "Georgia";
		font-size	: 24px;
		font-weight	: bold;
		text-align 	: center;
	}

	#content_pages h2 {
		color		: #0b3d4e;
		font-family	: "Georgia";
		font-size	: 20px;
		font-weight	: bold;
		margin-bottom 	: 2px;	
	}

	#content_pages h3 {
		color		: #0b3d4e;
		font-family	: "Georgia";
		font-size	: 14px;
		font-weight	: bold;
		margin-bottom 	: 0px;	
	}


	#content_pages .note {
		color 		: #A0A0A0;
		font-size 	: 12px;	
		font-variant 	: italic;
		text-align 	: center;	
		display		: block;	
	}	

	#content_pages .error {
		color 		: red;
		font-weight 	: bold;
		font-size 	: 14px;
	}

	#content_pages .contact_form {
		margin 	: auto;
		width 	: 362px;	
	}

	#content_pages .contact_form label {
		float : left;
		width : 100px;
	}

	#content_pages .contact_form input[type=text] {
		width : 256px;
	}

	#content_pages .contact_form textarea {
		width : 256px;
		height : 153px;

	}

.strong_text {
	font-size 	: 20px;
	font-weight 	: bold;
	margin-left 	: 5px;
	margin-right 	: 5px;
}

.blue_text {
	color : #0b3d4e;
}

.copy_link {
	margin-top	:-5px;
	padding		:5px;
	background	:#f0f0f0;
	border		:1px solid #000;
	float		:left;
	font-size	:14px;
	font-weight	:bold;
}

#last {
	width: 334px;
	height: 369px;
	background-image: url('imgs/postit.png');
}

#last_txt {
	height:303px;
	overflow-y:hidden;
	padding-left:22px;
	padding-top:30px;
	width:284px;
}
	#last_txt ul {
		padding-left: 25px;
	}

	#last_txt li {
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	#last_txt a {
		color: #0b3d4e;
	}

	#last_txt a:hover {
		color: #0b3d4e;
		text-decoration: none;
	}

	#last_txt h2 {
		color: #32301e;
		font-family: "Georgia";
		font-size: 16px;
		font-weight: bold;
	}

#scroll {
	background-image:url(imgs/scroll.png);
	height:99px;
	margin-left:4px;
	padding-left:15px;
	padding-top:2px;
	width:308px;
}

.img_promo {
	float: left;
	width: 70px;
	height: 60px;
	margin-top:15px;
}

.promo {
	text-align: justify;
}

.promo h2 {
	color: #0b3d4e;
	font-family: "Georgia";
	font-size: 20px;
	font-weight: bold;
	margin-bottom:0;
}

.both {
	clear: both;
}

