body{
	background-color:#d3eeb6;
	background-image:url('gradient.jpg');
	background-repeat:repeat-x;
	font-family:Century Gothic, Trebuchet MS, sans-serif;
}

#container{
	width:898px;
	margin:auto;
	background-image:url('img/bg.gif');
}

#subcontainer{
	background-image:url('img/bottom.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#menu{
	width:195px;
	float:left;
	padding-top:10px;
	margin-bottom:380px;
}

#menu a, #menu a:visited{
	color:#748899;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	display:block;
	padding:4px;
	padding-left:37px;
	margin:3px 0;

}

#menu a:hover{
	background:#ffffff;
	color:#777777;
}


#right{
	width:135px;
	float:left;
}

#content{
	width:567px;
	float:left;
}

#content a:link, #content a:visited{
	background-repeat:no-repeat;
	color:#F054A4;
	text-decoration:underline;
}


#inner{
	padding:20px;
	margin-top:20px;
	color:#777777;
	font-size:14px;
	font-family:Century Gothic, Trebuchet MS, sans-serif;
	line-height:18px;
}

h1{
	font-size:19px;
	color:#777777;
}

h2,h3,h4{
  font-size:15px;
	color:#77777;
}


h4{
	text-decoration:underline;
}
