@import url('menu.css');
@import url('left.css');
@import url('right.css');
@import url('form.css');

html {
	height: 100%;
}

body {
	background-color: #BBE0FA;
	background-image: url('../images/bg_gradient.gif');
	background-position: 0% 0%;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	height: 100%;
}

div#outer {
	padding: 0;
	width: 760px;
	margin: 0 auto 0 auto;
	background-image: url('../images/bg.gif');
	background-position: 0% 0%;
	background-repeat: repeat-y;
}

div#shadow_left {
	width: 5px;
	background-image: url('../images/shadow_left.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	height: 350px;
}

div#shadow_right {
	width: 5px;
	background-image: url('../images/shadow_right.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	float: left;
	height: 350px;
}

div#content {
	width: 750px;
	padding: 0;
	float: left;
}

div#footer {
	height: 24px;
	clear: both;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div#footer a {
	display: block;
	float: right;
	width: 150px;
	height: 24px;
	margin-right: 5px;
}

div#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 750px;
	height: 150px;
	padding-bottom: 3px;
}

span { display: none; }

div#gradient {
	background-image: url('../images/content_gradient.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 750px;
	height: 25px;
}

a {
	text-decoration: underline;
	color: #0C598D;
}

a:hover {
	text-decoration: none;
}

#preloader {
	width: 500px;
	height: 80px;
	margin-left: -255px;
	margin-top: -45px;
	background-color: #ffffff;
	border: 5px solid #377AA7;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	padding-top: 20px;
}

