body {
	background-color:#f2f2f2; 
	font-family:Arial; 
	font-size:8pt;
}

#main {
	width:900px; 
	height:600px; 
	text-align:left; 
	border:1px solid #595656; 
	background-image:url('images/bg.jpg'); 
	background-repeat: repeat-x; 
	position:relative;
}

#menu {
	height:70%; 
	width:300px; 
	text-align:right; 
	padding-top:30px; 
	background-image:url('images/divide.jpg'); 
	background-repeat: repeat-y; 
	background-position:280px 0px; 
	float:left;
}

#menu img {
 margin-right:50px;
 border:0px;
}

#content {
	position:absolute; 
	left:300px; 
	width:580px; 
	height:433px;
	padding-top:10px; 
	text-align:justify; 
	overflow:auto;
}

#footer {
	width:900px; 
	text-align:right; 
	color:#666666; 
	padding-right:30px;
}

#content #title {
	font-size:14pt; 
	font-weight:bold;
	color:#666666; 
}
