*{
	margin:0;
	padding:0;
}

body {
	font: 13px "Lucida Grande", Verdana, Arial, Sans-Serif;
	background: #7ebcf4 url("images/cloud.jpg") top center no-repeat;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, p, ul, table { padding: 5px 0px; margin: 5px 0px; }
h1 { font-size: 14px; }
h2 { font-size: 18px; color: #4183c7; border-bottom: 1px solid #f9f9f9; }
h3 { font-size: 14px; color: #888; font-weight: normal; }
 
a, a:visited { color: #4183c7; text-decoration: underline; }
a:hover { text-decoration: none; }
a img { border: 0; }

hr { display: none; }

ul { list-style-type:none; }

#page { width: 960px; margin: 0px auto; background-color: #fff; -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 23px; 
	background: transparent url('images/background.gif') top center repeat-y;

}

#header { width: 100%; height: 100px; background: transparent url('images/HeaderBG.jpg') top center no-repeat; }
/*#4183c7*/

#logo {
	position: absolute; z-index: 1;
	overflow: hidden;
	height: 130px;
	font-size: 150px;
	margin-top: -40px;
	color: #4387ce;
	text-shadow: #5193d7 1px 1px 1px;
	font-family: "Times New Roman", Times, serif; 
}

#header h1 {
	color: #fff;
	position: absolute; z-index: 2;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	margin-top: 60px;
}

#header a { font: 14px; color: #fff; }
#header a:hover {
	color: #fff;
	text-decoration: none;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#wrapper { width: 100%; }

#content {
	float: left;
	width: 500px;
	line-height: 135%;
	padding-left: 40px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 360px;
	//border: 1px solid #111;
}

#sidebar .sidebar_left {
	padding-top: 20px;
	padding-left: 10px;
	width: 170px;
	float: left;
	//border: 1px solid #111;
}

#sidebar .sidebar_right {
	padding-left: 20px;
	width: 160px;
	float: right;
	//border: 1px solid #111;
}

#footer {
	font-size: 11px;
	color: #fff;
	width: 100%;
	clear: both;
	background: #567fae;
}

#footer a, #footer a:hover, #footer a:visited { color: #fff; text-decoration: none; }

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
}





