body{
	background: rgb(250, 250, 255);
	font-family:arial;
}

h2{
	font-size:120%
}

ul{
	list-style-type: circle;
}

#mainCol{
	width: 800px;
	margin: auto;

}

#topSec{
	margin: auto;
	text-align: center;
}

#ventbox
{
	width:600px;
	height:250px;
	border: 3px solid rgb(200,200,205);
	background-image: url(/images/ventbox.png);
	background-position: bottom right;
	background-repeat: no-repeat;

}

.pagi{
	margin: auto;
	text-align: center;
}

a:link, a:active, a:visited, a:hover{
text-decoration: none;
color: rgb(171,0,0);
}

a.ventlink:link, a.ventlink:active{
color: rgb(171,0,0);
font-weight: bold;
}

a.ventlink:visited{
color: rgb(125,0,0);
font-weight: bold;
}

a.ventlink:hover{
color: rgb(210,0,0);
font-weight: bold;
}

a#rules{
font-weight: bold;
}

div.topline{
height:20px;
font-size: small;
}
div.left{
width: 300px;
float:left;
}
div.right{
float:right;
width: 300px;
text-align:right;
}



#paypal{
margin: auto;
text-align: center;
}


#footer
{
margin: auto;
text-align: center;
font-size: small;
}
