/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #5A90E9;
	width: 780px;
	text-align: center;
	padding: 0;
	margin: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	font-sytle: normal;
}
a {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: underline;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background-color: #3B69AF;
}
#header {
	background-image: url(images/bg_header.jpg);
	width: 770px;
	height: 175px;
}
#menu {
	width: 190px;
	height: 26px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
}
#leftcolumn {
	width: 255;
	float: left;
	margin: 0px 0px 0px 5px;
}
.articles a {color:#ffffff;}
h1 {color: #0033FF; font-size: 18px;}
.headline {
	background-image: url(images/bg_headline.jpg);
	background-repeat: repeat-x;
	color: #0033FF;
	margin: 0;
	padding: 10px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.about {
	width: 245;
	border-top: 1px solid #84D6FF;
	background-image: url(images/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
}
.about_text {
	text-align: left;
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	width: 235px;
}
#main {
	width: 496px;
	margin: 0px 5px 0px 0px;
	background-color: #ffffff;
	text-align: left;
	float: right;
}
#main_detail {
	width: 760px;
	margin: 0px 5px 0px 5px;
	background-color: #ffffff;
	text-align: left;
	float: right;
}

/** IBEAM BOX **/
#ibeambox {
	width: 228px;
	height: 203px;
	border: 1px solid #ffffff;
	background-image: url(images/bg-ibeam-box.gif);
}
#ibeamhead {
	padding: 5px 0px 0px 20px; 
	text-align: left; 
	font-size: 14px; 
	font-style: italic;
}
#ibeamform {
	text-align: left;
	padding: 0px 35px 0px 20px;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
}
#ibeamform p {
	margin: 0;
	padding: 0;
}
input.form {
	border: 1px solid #c4d9e0;
	padding: 1px;
	margin-bottom: 5px;
	font-size: 12x;
	color: #0A2B51;
	background-color: #ffffff;
}
input.submit {
	height: 20px;
	background-color: #33CCFF
	border: 1px solid #ffffff;	
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

/** FOOTER **/
#footer {
	clear: both;
	padding: 5px 10px 10px 10px;
}
#footer a {
	color: #9ADC58;
}
#footer a:hover {
	text-decoration: underline;
}