/* set some global values */
html *
{
    color: #000;
    text-decoration:none;
    list-style-type: none;
    font-family:  verdana, arial, sans-serif;
    padding: 0;
    margin: 0;
}

body
{
    text-align:left;
	background: no-repeat bottom left;
	background-color: #F6E900;
	background-image: url("angrygirl.gif");
	background-attachment: fixed;
}




/* default link color settings */
a
{
	font-weight: 900;
	color: #C3031F;
}

a:visited {color: #C3031F;}
a:hover {color: #00A02C;}
a:active {color: #C3031F;}

/* make all the divs transparent so we can see the side image through them */
div *
{
    background-color: transparent;
}

/* a class to make fonts heavier */
.heavier
{
    font-weight:700;
}




/*!!!!!!!! specify different font styles */
p
{
	font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 8px;	
}

.font2
{
	font-family:  helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}

.font3
{
	font-family:  helvetica, arial, sans-serif;
	font-size: 24px;
	line-height: 25px;
	font-weight:900;
	color: #C3031F;
}

.font4
{
	font-family:  verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	line-height: 22px;
}

.date
{
	font-family:  helvetica, arial, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-bottom: 0px;
	font-weight: 900;
}

.venue
{
	font-family:  helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 0px;
	font-weight: 900;
	color: #C3031F;
}

.phone
{
	font-family:  helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0px;
	font-weight: 300;
}

.font6
{
	font-family:  verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

.font7
{
	font-family:  verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: yellow;
}

.font8
{
	font-family:  verdana, arial, sans-serif;
	font-size: 18px;
}

.font9
{
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	color: yellow;
}

.font10
{
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
}

.font11
{
	font-family:  verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	}


/* place the logo central to the page & pad it*/
#logo
{
    text-align: left;
    padding-top: 0px;
	padding-bottom: 0px;
}

/* a div to contain the main info */
#topfixed
{
    width: 760px;
    height: 160px;
	padding:10px;
	background: no-repeat top left;
	background-image: url("despcin.gif");
    text-align: left;
	position: fixed;
	background-color: #F6E900;
	z-index: 1;

}


#maincontent
{
	width: 490px;
	margin-left:250px;
	top: 190px;
	padding: 0px;
	position: absolute;
	z-index:0;
}

#maincontent2
{
	width: 490px;
	margin-left:250px;
	top: 20px;
	padding: 0px;
	position: absolute;
	z-index:0;
}


.imgright
{
	margin-left: 10px;
	border: none;
	float: right;
}

.imgleft
{
	margin-right: 10px;
	border: none;
	float: left;
}

