body {
	text-align: center; 
	margin: 0; 
	padding: 0; 
	color: white; 
	background-image: url(graphics/BGTile.gif); 
	background-repeat: repeat-y; 
	background-position: center; 
}

img {
	border: none; 
}

p, h1, ul {
	font-family: "Myriad Pro", Myriad, Calibri, Tahoma, Helvetica, Frutiger, "Frutiger Linotype", Univers, "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Arial, sans-serif; 
	margin: 0 0 0.5em 0;
	padding: 0; 
}

ul {
/*	list-style: none; */
	list-style-image: url(graphics/tick.gif); 
	padding: 10px 0 0 1em; 
	margin: 0 0 0 1em; 
	text-align: left;
	clear: both; 
}

li {
	font-size: 1.05em; 
	padding: 0 0 0.3em 0; 
}

p {
	font-size: 11px; 
}

h1 {
	font-size: 36px; 
	font-weight: normal; 
}

a {
	color: inherit; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover {
	color: rgb(235,64,54);	
}

#BG_L, #BG_R {
	position: absolute; 
	top: 0; 
	height: 100%; 
	width: 50%; 
	background-repeat: no-repeat; 
	z-index: 10; 
}

#BG_L {
	left: 0; 
/*	background-color: rgb(0,0,149);	*/
	background-position: top right; 
}

#BG_R {
	left: 50%; 
/*	background-color: rgb(235,64,54);	*/
	background-position: top left; 
}

#wrap {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	background-image: url(graphics/BG_rays.png); 
	background-position: top center; 
	background-repeat: no-repeat; 
	z-index: 20; 
}

#content {
	position: relative; 
	width: 800px; 
	height: 100%; 
	margin: 0 auto; 
	padding: 0; 
	z-index: 30; 
}

#innerContent {
	float: left; 
	padding: 25px 0 0 0; 
}

#innerContent .col_L p, #innerContent .col_L .head {
	float: left; 
	text-align: left;  
}

#heading {
	float: left; 
	clear: both; 
}

#logo_if {
	padding: 0 139px; 
}

#innerContent .col_R p {
	font-size: 23px; 
}

#num {
	margin: -8px 0 3px 0; 
}

#header {
	margin: -2px 0 8px 0; 
	clear: both; 
}

/* #bn_quote */ img.mouseover {
	margin-top: 10px; 
}

.col_L, .col_R {
	float: left; 
	width: 400px; 
	padding: 10px 0; 
}

.col_L {
	clear: left;
	text-align: left; 
/*	background-color: yellow;	*/
}

.col_R {
	clear: right;
/*	background-color: green;	*/
}

#footer {
	width: 800px;
	clear: both; 
}
