/* Stylesheet: Vegan valentine's day dance
*/
body{
  background:#01415f;
	margin:0;
	padding:0;
	text-align:center;
	font-family:verdana,sans-serif;
	color:#666;
}
a:link,
a:visited,
a:active{
  color:#7d1417;
}
a:hover{
  color:#01415f;
}
img{
  border:0;
}
div#container{
  margin:0 auto;
	
}
div#header{
  width:100%;
	text-align:center;
	padding-bottom:10px;
}

div#logo{
width:337px;
height:127px;
overflow:hidden;
margin:10px 0px 10px 0px;
}

h1.vdaydance{
  width:337px;
	height:127px;
	background:url("../vdayimages/vday_logo.gif") 0px 0px no-repeat;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}
h1 span{
  visibility:hidden;
}
h2{
  font-weight:normal;
	font-size:18px;
	color:#ec737e;
	font-family:georgia,times,"Times New Roman",serif;
	border-bottom:1px solid #ec737e;
}
div.page{
  width:900px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
div#logo{
  width:337px;
	height:127px;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}
div.stripe1{
  width:100%;
	background-color:#ec737e;
	height:7px;
	overflow:hidden;
}
div.stripe2{
  width:100%;
	background-color:#7d1417;
	height:4px;
	overflow:hidden;
}
div.content{
	margin:0 auto;
	overflow:hidden;
	padding:0px 50px 0px 30px;
	background:#ffffff url("../vdayimages/bg_hearts.gif") top right repeat-y;
	font-size:12px;
}
br.clearer{
  clear:both;
}
p.note{
  font-size:10px;
	margin:2px;
}
div#info_wrapper{
  margin:0 auto;
	width:610px;
}
div#details{
  float:left;
	width:300px;
}
div#details p{
  margin-top:0px;
}
div#tickets{
  float:left;
  width:200px;
	text-align:center;
	border:1px solid #000000;
}
div#tickets table{
  margin:0 auto;
}
hr.pinkline{
  border:0;
	background:#ec737e;
	height:1px;
}