body { 
	margin: 0; padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #2d2e85 url(images/mast.jpg) no-repeat left top;
}

h1, h2, h3, p { 
	margin-left: 20px; 
	margin-right: 10px; 
}
	h1 { font-size: 190%; font-weight: 400; }
	h2 { font-size: 140%; font-weight: 500; }
	h3 { margin-bottom: -.5em; font-size: 120%; font-weight: 600; }
	
	#home h1 { margin-top: 1em; margin-bottom: .2em; font-size: 140%; }
	#home p { margin-top: 0; margin-bottom: .5em; }

#container {
	width: 700px; height: auto;
	margin: 0 0 0 20px; padding: 200px 0 0;
}
	body > #container { padding-top: 194px; } 
	#home > #container { padding-top: 205px; }

#content {
	margin-top: 0;
	height: inherit;
	background: #f1f1f1 url(images/bg-corners-top.gif) no-repeat left top;

}
	#container > #content { margin-top: 5px; }
	
	#home #content { height: 500px; overflow: hidden; }
	#content p, #content li { line-height: 150%; padding-right: 30px; }
	
	#corners-btm { display: block; clear: both; width: 700px; height: 20px; margin-top:-12px; background: transparent url(images/bg-corners-btm.gif) no-repeat left bottom; }
		#home #corners-btm { position: absolute; left: 20px; top: 680px; width: 20px; margin: 0; padding: 0; z-index: 510; }
			#home > #corners-btm { top: 690px; }

#mast {
	position: absolute;
	top: 0; left: 20px;
	width: 700px; height: 140px;
	margin: 0; padding: 50px 0 0;
	text-align: right;
	color: #ffffff;
}
	body > #mast { height: 150px; }
	#mast #phone { margin: 0; font-size: 200%; font-weight: 900; }
	#mast #email { margin: 0; font-size: 115%; font-weight: 500; }
	
	#mast a { margin-left: .3em; text-decoration: none; color: #ffffff; }
	#mast a:hover { text-decoration: underline; }

#logo { display: none; }

#footer {
	position: relative;
	margin: 7px 0 10px; padding: 0;
	font-size: 95%;
	font-weight: 500;
	color: #ffffff;
}
	#container > #footer { margin-top: 7px; }
	#home #footer { position: absolute; top: 710px; }
	
	#footer a { text-decoration: none; color: #cdcce6; }
	#footer a:hover { text-decoration: underline; }

.copyright { margin-left: 0; font-size: 11px; font-weight: normal; color: #cdcce6; }

ul.linklist { margin-left: 20px; padding: 0; }
.linklist li { margin-bottom: .7em; list-style: none; }

.nobreak { white-space: nowrap; }

.first { padding-top: 20px; }
.large { font-size: 120%; }
.down { padding-top: 1em; }
.right { float: right; padding-left: 10px; }
.left { float: left; padding-right: 10px; }
.pic { display: block; float: right; padding: 0 0 10px 20px; }
.smallcap { font-variant: small-caps; }

a { color: #2d2e85; }
a:hover { color: #899fe7; }
