@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding-top:0;
	background-color:#CC3399;
	background-image:url(images/HeartBokeh.jpg);
	background-repeat:repeat;
	}

#wrapper{
	width:800px;
	margin:0 auto;
	}
	
#header{
	text-align:center;
	width:100%;
	min-height:300px;
	background-color:white;
	margin-top:-15px;
	padding:15px 10px;
	font-family:"Times New Roman", Times, serif;
	}

#border{
/*	background-image:url(images/Border.jpg);
	background-repeat:repeat-x;
	height:25px;
	width:100%;
	padding-right:20px
*/	}

#header h1, h2{
	margin-top:10px;
	}
	
#header img{
	margin-left:-70px;
	}

h1, h2{
	text-align:center;
	}

h1{
	font-size:5em;
	color:#CC0000;
	}

h2{
	font-size:3em;
	color:#009933;
	}

h3{
	font-size:2em;
	color:black;
	}

h4{
	font-size:3em;
	color:#990066;
	}

h5{
	font-size:1.5em;
	color:#990066;
	}

p{
	line-height:1.5em;
	}

a{
	color:#990066;
	text-decoration:underline;
	}

a:hover{
	color:#CC3399;
	}

#content{
	background-color:white;
	width:100%;
	min-height:500px;
	margin:0 auto;
	float:left;
	padding:30px 10px;
	}

#content p{
	margin:10px auto;
	}

#contentLeft{
	width:200px;
	min-height:300px;
	float:left;
	margin-right:100px;
	margin-top:15px;
	}

#contentLeft ul{
	list-style-image:url(images/HeartBulletWhite.png);
	list-style-position:inside;
	padding-left:10px;
	padding-top:20px;
	}
	
#contentLeft li{
	}

#contentLeft a:hover{
	text-decoration:underline;
	}

#contentLeft a{
	text-decoration:none;
	}

#contentRight{
	width:500px;
	float:left;
	}

#contentRight ul{
	list-style-image:url(images/HeartBulletWhite.png);
	list-style-position:inside;
	margin:10px 50px;
	}

#contentRight ol{
	list-style-type:decimal;
	list-style-position:inside;
	margin:10px 50px;
	}

#raffleItems{
	width:500px;
	float:left;
	}

#raffleItems img{
	width:100px;
	height:100px;
	overflow:hidden;
	margin:15px 10px;
	float:left;
	border:2px solid silver;
	}

li{
	line-height:1.5em;
	}

/*#diamond, #pink, #green{
	width:90%;
	float:left;
	}

#diamond, #pink, #green img, p{
	line-height:1.5em;
	}
*/
#logos{
	width:100%;
	margin:0 auto;
	padding:15px 10px;
	}

#logos td{
	padding:10px;
	}

#logos a{
	color:#cc3399;
	text-decoration:none;
	}

#logos a:hover{
	text-decoration:underline;
	}

#logos img{
	margin-bottom:20px;
	}

#footer{
	width:100%;
	min-height:200px;
	background-color:#000000;
	color:#FFFFFF;
	padding:30px 10px;
	margin-bottom:50px;
	}

#footer a{
	color:#999999;
	}

#footer a:hover{
	color:#666666;
	}

.tickets{
	font-style:italic;
	font-weight:bold;
	}

.homeImage{
	width:150px;
	float:left;
	margin:30px 15px;
	}
