@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#131D26;
	margin:0px auto;
	font-family:"Century Gothic";
	font-size:14px;
}

img { display:block; }

#container {
	position:relative;
	width:940px;
	margin:0px auto;
}

#header {
	background-image:url(../images/layout_r1_c1.jpg);
	height:190px;
}

#nav img {
	display:inline;
}

#content {
	position:relative;
	background-image:url(../images/layout_r5_c1.jpg);
}

#content a {
	text-decoration:none;
	color:#000000;
}

#content a:hover {
	color:#3D5172;
}

#content .inner-content {
	position:relative;
	width:880px;
	min-height:500px;
	margin:auto;
	padding-bottom:20px;
}

#content .heading {
	font-size:24px;
	margin-bottom:20px;
}

#breadcrumbs {
	position:relative;
	background-image:url(../images/layout_r5_c1.jpg);
	text-align:center;
	font-size:11px;
}

#breadcrumbs a {
	color:#000000;
}

#breadcrumbs a:hover {
	color:#3D5172;
}

#footer {
	position:relative;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

#footer p {
	font-size:10px;
}

#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#3D5172;
}

.disclaimer{
	font-size:9px;
	color:#999999;
}
