html, body {
	background-image: url(images/bg.png);
	font-family: Sans-serif, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
}


a:visited{
	text-decoration: none;
	color:#666666;
	border-bottom: 1px dotted #333;
}
a:link{
	text-decoration: none;
	color:#666666;
	border-bottom: 1px dotted #333;
}	
a:hover{
	text-decoration: none;
	color:#000000;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}





#headerbg{
	background-image: url("images/bgtop.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 350px;
}

#header{
	margin: auto auto;
	width: 650px;
}


#page{
	width: 650px;
	margin: auto auto;
}

#menu{
	float: right;
	width: 200px;
	background-image: url("images/right-fade.png");
	background-position: left;
	background-repeat: no-repeat;
}

.ul, li{
	background-image: url("images/line.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-top: 3px;
	list-style-image: url("images/bullet.png");
	list-style-position: outside;
}

.point{
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 35px;
}

.text-menu{
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size: 11px;
	margin: 0px;
}

.line{
	padding: 0px;
	width: 150px;
	height: 4px;
	margin: auto auto;
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url("images/line.png");
	background-repeat: no-repeat;
}

#features{
	background-image: url("images/headings/features.png");
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#links{
	background-image: url("images/headings/links.png");
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
}





.content{
	float: left;
	width: 450px;
}

.mmc{
	margin-left: -20px;
	padding-bottom: 50px;
}

.text{
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	font-size: 11px;
	padding-right: 40px;
	padding-left: 8px;
}





#bottom{
	width: 650px;
	height: 20px;
	background-image: url("images/bottom.png");
	margin: auto auto;
	margin-top: 30px;
	margin-bottom: 20px;
}



.bang{
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 20px;
}
	