/** Simple CSS Reset
_____________________________________________________________________________*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

/** Body
_____________________________________________________________________________*/
body {
	background: #3d8eff url("bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

/** Floats
_____________________________________________________________________________*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Main Typography
_____________________________________________________________________________*/

h1 {
	font-size: 62px;
	color: #285ca6;
	margin: 0 0 8px 0;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	color: #285ca6;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #525252;
	margin: 0 0 7px 0;
	text-transform: normal;
	letter-spacing: 0px;
}
hr {
	display: block;
	border: none;
	width: 480px;
	height: 2px;
	margin: 0 auto 0px auto;
	background: url(../images/divider.gif);
}

.contact {font-family: arial; font-size: 14px; width: 600px;}
.contact td {vertical-align: top; color: #808080;}
.contact h4 {}

/** Container¨¨
_____________________________________________________________________________*/
#container {
	width: 801px;
	margin: 0 auto;
}

/** Header
_____________________________________________________________________________*/
#header {
	height: 30px;
}
#logo {
	text-align: center;
}

/** Main Background
_____________________________________________________________________________*/
#content {
	display: block;
	height: 335px;
	padding: 50px;
	background: url("content_bg.png");
	background-repeat: no-repeat;
}

/** Main Content
_____________________________________________________________________________*/
#main {
	width: 700px;
	overflow: hidden;
}  
#main p {
	margin: 0 0 48px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: center;
	color: #808080;
	line-height: 27px;
}
#main a:link {
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #5cacff;

}
#main a:visited {
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	background: #cccccc;
}
#main a:hover {
	color: #285ca6;
	background: #fff;
}
#counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #285ca6;
	margin-bottom: 12px;
}
.fb-text a{
color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
	float: left;
	text-decoration: none;
}

.website {float: right}

.website a{
color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0px 0 0;
    text-align: center;
	float: right;
	text-decoration: none;
}

.website img {float: right;}


/** Sidebar Content
_____________________________________________________________________________*/
#sidebar {
	width: 255px;
	height: 335px;
	overflow: hidden;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #808080;
	line-height: 17px;
}


#chart {
	width: 255px;
	height: 300px;
	
	background: #fff;
}


/** Footer
_____________________________________________________________________________*/
#footer {
	margin: 5px 15px 0 15px;
}
#social_networking {
	float: left;
}
#social_networking img {
	margin: 0 10px 0 0;
}
#contact_form {
	float: right;
	width: 293px;
}
