/* ------------------------------------------- body */

body
{
	margin: 0px;
	text-align: center;


background-color:#;
	font-size: 90%;
	line-height: 1.6em;
}

/* ------------------------------------------- layout */

#ghcont 
{
	width: 920px;
	background-color: #ffffff;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrap {
	width: 920px;
	position: relative;
}

#ghtitle1
{
	width:97%;
	height:auto;
}
#left_cont {
	float: left;
	width: 735px;
	position: relative;
}



#ghtitle2
{
	text-align:left;
	width:710px;
	background-color: #ffffff;
	padding:0;
	margin:10px;
	height: auto;
	position: relative;
}
#main_cont {
	height: auto;
	width: 700px;
	margin-left: 15px;
	position: relative;
}
#right_cont {
	float: right;
	width: 165px;
	position: relative;
	margin-top: 15px;
	font-size: 85%;
}


#ghfooter 
{
	width:730px;
	height:auto;
	padding:0;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 50px;
	position: relative;
	float: left;
}


#c1 
{
text-align:left;
width: 150px;
background-color: #00ffff;
vertical-align: top;
padding:5px;
margin-right:0px;
}

#c2 
{
	text-align: left;
	width: 530px;
	background-color: #bbffff;
	vertical-align: top;
	padding:5px;
	margin-left:10px;
}

#c3 
{
text-align: center;
background-color: #ffff55;
vertical-align: top;
padding:0px;

/* ------------------------------------------- header */

h1
{
font-size: 24px;
color: black;
text-align: center;
padding-left: 20px;
margin:0;
}

h2 
{
font-size: 16px;
color:green;
}

/* ------------------------------------------- menu */

#ghlo 
{
text-align: right;
padding-top:20px;
padding-right:10px;
}

/* ------------------------------------------- general-purpose */
.spacer1
{
font-size: 0;
line-height: 0;
width: 10px;
height: 1px;
clear: both;
}

.spacer20
{
font-size: 0; 
line-height: 0;
width: 20px;
height: 20px;
clear: both;
}

img
{
border: 0;
}

p
{
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------------------- link */
a:link 
{
text-decoration : none;
background: transparent;
color: #550000;
}

a:visited
{
text-decoration : none;
background: transparent;
color: #0000ff;
}

a:hover
{
text-decoration : underline;
background: transparent;
color: #73A6C2;
}

