body{
	margin: 0px;
}

/*-----------------------*/
/*----wrapper styles-----*/
/*-----------------------*/
#wrapper{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

/*OR
#wrapper{
	width: 750px;
	left: 50%;
	margin-left: -475px;
	text-align: left;
	position: absolute;
}
*/

/*-----------------------*/
/*-----header styles-----*/
/*-----------------------*/
#header{
	display: none;
}

/*-----------------------*/
/*----content styles-----*/
/*-----------------------*/
#content{
	width: 650px;/*650px = paper width*/
	float: right;
}

h1{
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #40634B;
}

h2{
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

#content a{
	color: #40634B;
	text-decoration: none;
	font-style: normal;
}

#content a:link{
	color: #40634B;
	text-decoration: none;
	text-decoration: none;
}

#content a:active{
	color: #40634B;
	text-decoration: underline;
}

#content a:visited{
	color: #02290F;
	text-decoration: none;
}

#content a:hover{
	color: #02290F;
	text-decoration: underline;
}

/*-----------------------*/
/*----leftPanel styles---*/
/*-----------------------*/
#leftPanel{
	display: none;
}

#leftPanel ul{
	display: none;
}

#leftPanel li{
	display: none;
}

#leftPanel a{
	display: none;
}

#leftPanel a:link{
	display: none;
}

#leftPanel a:active{
	display: none;
}

#leftPanel a:visited{
	display: none;
}

#leftPanel a:hover{
	display: none;
}

/*-----------------------*/
/*-----footer styles-----*/
/*-----------------------*/
#footer{
	clear: both;
}
