/* Global CSS Styles */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #FFF url(../grfx/bg.gif) repeat-x;
}

h1, h2, h3 {
	color: #0081b1;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

/* Links styles */

a:link, a:active, a:visited {
	color: #007ac7;
	text-decoration: none;
}

a:hover {
	color: #007ac7;
	text-decoration: underline;
}

/* Layout Styles */

#wrapper {
	width: 814px;
	background: url(../grfx/border.gif) repeat-y;
	margin: 0 auto;
}

#container {
	padding: 0 6px 0 6px;
	background: url(../grfx/border-main.gif) no-repeat;
}

#content {
	background: url(../grfx/content-bg-bottom.jpg) bottom no-repeat;
	border-top: 4px solid #97e3ff;
	border-left: 22px solid #c0eeff;
	border-right: 22px solid #c0eeff;
	padding: 50px 0 65px 35px;
}

	#content .left {
		float: left;
		width: 422px;
	}
	
	#content .right {
		float: left;
	}

#footer {
	color: #FFF;
	border-top: 4px solid #97e3ff;
	background: #00abeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding: 24px 0 15px 0;
}

#footer .links {
	font-weight: bold;
	display: block;
}

#footer .links a, #footer a {
	color: #FFF;
}