/*  PAGE LAYOUT  */	


body {
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #CCCCCC;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #0A2C5E;
	text-align:center;
}


H1 {
font-size:28px;
font-weight:bold;
display:inline;
margin-top:10px;
margin-bottom:10px;
color:#7B94A5;
}

H2 {
font-size:14px;
font-weight:bold;
display:inline;
margin-top:10px;
margin-bottom:10px;
}

H3 {
font-size:18px;
font-weight:bold;
display:inline;
margin-top:10px;
margin-bottom:10px;
}

#box {
width:707px;
background-color:#FFFFFF;
background-image:url(img/img_box_bg.jpg);
background-repeat:repeat-y;
margin:30px;
}

.box_top {
background-image:url(img/img_box_top.jpg);
background-repeat:no-repeat;
width:707px;
height:12px;
}

.box_bot {
background-image:url(img/img_box_bot.jpg);
background-repeat:no-repeat;
width:707px;
height:11px;
}

.header {
text-align:center;
}

#lhs {
width:140px;
float:left;
text-align:center;
}

#content {
padding:20px;
}

#footer {
background-image:url(img/img_rings.jpg);
background-repeat:no-repeat;
background-position:bottom right;
height:223px;
width:600px;
margin:10px;
}
