* {
	margin: 					0px;
	padding: 					0px;
}
body {
	color: 						#222;
	font-family: 			helvetica,arial,sans-serif;
	font-weight:			normal;
	font-size: 				1.0em;
	line-height:			1.2em;
	overflow-y:				scroll;
	background: 			#fff;
	text-align:				left;
}
#page {
	margin:						20px 0px 0px 20px;
	width:						990px;
	height:						484px;
}
.double {
	width:						270px;
	float:						left;
	padding:					13px 0px 0px 15px;
}
.single {
	width:						130px;
	float:						left;
}
#end {
	float:						left;
	clear:						both;
}
.triple {
	margin-top:				37px;
	float:						left;
	width:						400px;
}
.triple h1 {
	text-transform:		uppercase;
	font-size:				1.1em;
	font-weight:			bold;
	line-height:			1.3em;
}
.triple p {
	font-size:				0.7em;
	margin-top:				20px;
}
.double p {
	text-transform:		uppercase;
	font-size:				1.1em;
	font-weight:			bold;
	line-height:			1.3em;	
}
.single {
	margin-top:				29px;
	font-size:				0.8em;
}
.single h2{
	text-transform:		uppercase;
	font-size:				1.2em;
	font-weight:			normal;
	line-height:			1.3em;	
}
.quadruple {
	width:						540px;
	float:						left;
	padding:					13px 0px 0px 15px;
}	
.quadruple h1 {
	text-transform:		uppercase;
	font-size:				1em;
	font-weight:			normal;
	line-height:			1.0em;
	margin-top: 			18px;
}
.double a,
.triple a,
.quadruple a {
	color:						#000;
	text-decoration:	none;
}
a:hover {
	color:						#f00;
}
.single ul {
	margin-top:				6px;
}
.single li {
	list-style:				none;
	line-height:			2.1em;
	text-transform:		uppercase;
}
a,
a img {
	border:						0px;
	outline:					none;
}
/*
#info {
 text-align:				left;
 float:							left;
 width:							200px;
}
#content {
	float:						left;
}

h1 {
	font-size:				1.2em;
	margin-bottom:		15px;
	text-transform:		lowercase;
}
a {
	text-decoration:	none;
	color:						#000;
}
p {
	font-size:				0.7em;
	margin-bottom:		15px;
}
ul#menu {
	margin-top: 50px;
}
li {
	list-style:				none;
	height:						20px;
	text-transform:		lowercase;
	width:						auto;
}
li.one {
	float:						left;
	clear:						both;
	margin-bottom:		20px;
	text-align:				right;
	width:						105px;
}
li.two {
	float:						left;
	width:						auto;
	text-align:				left;
}
li a {
	display:					block;
	color:						#000;
	text-decoration:	none;
	white-space:			nowrap;
	outline:					none;
}
li a:hover {
	color:						#999;
}
li.two {
	border-right:			1px solid #000;
}
li.two a {
	margin:						1px 20px 1px 20px;
}
ul.sub {
	position:					relative;
	top:							-22px;
	left:							150px;
	width: auto;
}
a.home {
	background:				url(../img/home.gif) 0px 0px no-repeat;
	text-indent: -9999px;
	width: 23px;
	height: 23px;
	overflow: hidden;
	display: block;
}
a.home:hover {
	background:				url(../img/home.gif) 0px -23px no-repeat;
}
*/
