/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #326E81;
	background: #D0F5FB url(../images/page_bg.jpg);
}

h1 {
	padding: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #fff;
}

a {
	color: #01B7DC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 760px;
	background: #c1e7f2;
	margin: 0 auto;
}

	#header {
		height: 260px;
		background: url(../images/header_bg.jpg);
	}
	
	#content {
	}
	
		#preamble {
			width: 48%;
		}
			#preamble p{
				font-size: 0.9em;
				padding: 0.2em 1em;
			}
	
		#box {
			width: 370px;
			float: right;
			background: #01B7DC url(../images/box_top.gif) top no-repeat;
			padding-top: 1em;
			color: #fff;
		}
		
			#box p {
				font-size: 0.9em;
				padding: 0.2em 1em;
			}
			
			#box a {
				color: #C1E7F2;
			}
		
			#boxbot {
				background: url(../images/box_bottom.gif);
				height: 15px;
			}
	
		#content ul {
			list-style: none;
			
		}
		
		#content li {
			background: url(../images/list_bg.gif) left no-repeat;
			margin: 0.5em 0;
			text-indent: 2.5em;
		}
	
	#footer {
		padding: 0.5em;
		clear: both;
	}
		#footer p {
			font-size: 0.8em;
			text-align: center;
		}