/* CSS Document */

.top{
	margin:5px auto 10px auto;
	border:3px solid #DDD;
	width:700px;
	text-align:center;
	background:#000;
}

.mainarea{
	margin:0 auto;
	border:3px solid #DDD;
	padding:20px 50px 20px 50px;
	width:600px;
	text-align:center;
	background:#000;
}
.newsletter{
	margin:10px auto 10px auto;
	border:3px solid #DDD;
	padding:20px 50px 20px 50px;
	width:600px;
	text-align:center;
	background:#000;
}
.bottom{
	margin:10px auto 5px auto;
	border:3px solid #DDD;
	width:680px;
	text-align:center;
	background:#000;
	padding:10px;
	font-size:80%;
}

body{
	font-family: "Arial Narrow", Arial;
	font-size: 16px;
	background: url(../img/bg.gif);
	color:#FFF;
	text-align:center;
}
blockquote{
	border-top:1px dashed #D2A6FF;
	border-bottom:1px dashed #D2A6FF;
	padding:2px;
}
hr{
	color:#D2A6FF;
	width:80%;
}
ul{
	list-style:url(../img/bullet.gif);
}
a{
	color:#D2A6FF;
}
a:hover{
	color:#96749D;
}
a:visited{
	color:#96749D;
}
.bottom a, .bottom a:hover, .bottom a:visited{
	color:#D2A6FF;
}
h1{
	text-align:left;
	font-family: Ravie,Comic,"Arial Narrow", Arial;
	background: url(../img/underline.gif) bottom left no-repeat;
	padding-bottom:1px;
	margin-left:-30px;
	margin-right:-30px;
	font-size:26px;
	color:#8800D2;
}
h2{
	text-align:center;
	font-family: Arial;
	font-size:24px;
	color:#8800D2;
}
h3{
	text-align:center;
	font-family: Arial;
	font-style:italic;
	font-size:20px;
	color:#8800D2;
}
h4{
	text-align:center;
	font-family: Arial;
	font-style:italic;
	font-size:16px;
	color:#8800D2;
}