/*  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    home.css
    scope: home page only (www.latex-mania.com/index.php)
    created: 2/17/07 rich cirminello www.amorphicmedia.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
#home #eventslist{
	margin-left: 25px;
	width: 150px;
	float: left;
	margin-right: 1.25em;
	color: #FE0000;
	padding: .25em;
	position: relative;
	top: 0;
}
#home h2{
    text-align:center;
	margin-top: 0;
	margin-bottom: 1.5em;
}
#homepagecopy{
    position: relative;
    padding: 1em;
    margin-left: 465px;
    width: 420px;
}

* html #homepagecopy{
	left: 525px;
	top: -35px;
}
#home #silhouette{
	width:340px;
	height:405px;
	color: #000;
	background: url('style_images/top_hat_girl-trans.png') top left no-repeat;
	position: absolute;
	top: 60px;
	right: 0px;
	overflow: hidden;
}
* html #home #eventslist{
	left: 0;
}