body
{
	color: #000000;
	background-color: #fff;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}


#parent
{
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	background-color: #ffffff;
}


#sitetop
{
	margin: 0 0 15px 0;
}

#sitetop h1
{
	margin: 0 0 5px 0;
	padding: 2px 5px;
	text-align: right;
	font-size: 70%;
	font-weight: normal;
}

#sitetop .menubar
{
	background-color: #47667f;
	height: 25px;
}



#layout
{
	overflow: auto;
}


#layout_left
{
	width: 220px;
	float: left;
}


#layout_left div.frame
{
	margin: 0 0 10px 0;
	background-image: url("../images/left_frm_m.png");
	background-repeat: repeat-y;
}

#layout_left h2
{
	color: #000;
	font-size: 18px;
	margin: 0;
	padding: 8px 15px 2px 10px;
	background-image: url("../images/left_frm_t.png");
	background-repeat: no-repeat;
	overflow: none;
}
#layout_left div.btm
{
	height: 15px;
	background-image: url("../images/left_frm_b.png");
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: none;
}

#layout_right
{
	margin: 0 5px 0 0;
	width: 500px;
	float: right;
}

#layout_right div.rbox
{
	margin: 0 0 15px 0;
}

#layout_right div.rbox h2
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	overflow: none;
}

#layout_right div.rbox div
{
	margin: 3px 20px;
	font-size: 90%;
}

#sitebottom
{
	clear: both;
	margin: 15px 0 0 0;
	height: 60px;
	background-color: #79add8;
	font-size: 75%;
	text-align: center;
}


img
{
	border-style: none;
}
