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

/* =GLOBAL
-----------------------------*/
body {
	margin:0 0 10px 0;
	padding:0;
	background:#00263b url(../images/bg_main.jpg) repeat-y top left;
	text-align:center;
	color:#575757;
	font-size:62.5%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p {
	font-size:120%;
	line-height:1.2;
	margin-bottom:10px;
	margin-top:10px;
}

a {
	color:#ff9900;
	text-decoration:underline;
}

a:visited { color:#606}

a:hover {
	text-decoration:none;
}

h1, h2 {
	font-style:italic;
	margin:0;
	line-height:1.2;
}

h1 {
	color:#980000;
	font-size:250%;
}

h2 {
	color:#014266;
	font-size:200%;
	line-height:1;
	margin-top:30px;
}

/* =CONTAINERS
-----------------------------*/
#wrapper {
	margin:0 auto;
	padding:0;
	width:720px;
	background:url(../images/bg_content24bit.png) repeat-y top left;
}

#content {
	background:url(../images/header.jpg) no-repeat top left;
	margin:0 auto;
	padding:175px 73px 0 73px;
	text-align:left;
}

#footer {
	margin:0 auto;
	width:720px;
	background:url(../images/bg_footer24bit.png) no-repeat top left;
	height:87px;
	clear:both;
}

#fineprint {
	margin:0 auto;
	width:720px;
}

.boxtop {
	background:url(../images/bg_box_top.png) no-repeat top left;
	width:467px;
	margin:0 auto;
	padding:30px 10px 0 10px;
}

.boxbottom {
	background:url(../images/bg_box_bottom.png) no-repeat top left;
	width:487px;
	height:35px;
	margin:0 auto 30px auto;
	clear:left;
}

.photobox {
	float:left;
	width:150px;
	text-align:center;
	margin:0 20px 0 0;
}

/* =CONTENT STYLES
-----------------------------*/
.boxtop p {
	margin-left:170px;
}

#fineprint p a:visited {color:#ff9900}

#fineprint p {
	color:#c6ebff;
	font-size:100%;
}