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

html, body {
	height:100%;
	background:#000000;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}

img {
	border:0px;
}




/* FOCUS FIX FOR FIREFOX */
a:focus {
	outline:0px !important;
}




/* TEXT & LINK MANAGEMENT */
#text p {
	text-indent:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:1.15;
	margin-top:0px;
	
}

#text a {
	font-size:12px;
	color:#e8bbb9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	line-height:1.15;
	text-decoration:none;
}

#text a:hover {
	font-size:12px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	line-height:1.15;
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:thin;
}





/* PAYPAL FORM MANAGEMENT */
.imageOff{
	background-image:url(../images/donate_off.gif);
	width:111px;
	height:32px;
}

.imageOn{
	background-image:url(../images/donate_on.gif);
	width:111px;
	height:32px;
}

form {
	width:111px;
	height:32px;
	display:inline;
	margin:0px 0px 0px 0px;
}





/* LAYOUT MANAGEMENT */
#left_column {
	width:156px;
	min-height:100%;
	background-image:url(../images/01.jpg);
	background-repeat:repeat-y;
	position:absolute;
}

#container {
	width:782px;
	height:527px;
	margin-left:156px;
	position:absolute;
}

#content {
	width:782px;
	height:527px;
	background-image:url(../images/02.gif);
	background-repeat:no-repeat;
	position:absolute;
}

#text {
	width:659px;
	height:387px;
	margin-left:46px;
	margin-top:100px;
	position:absolute;
}

#link_buttons {
	width:28px;
	height:249px;
	margin-left:741px;
	margin-top:242px;
	position:absolute;
}

#ep_buttons {
	width:234px;
	height:32px;
	margin-top:489px;
	margin-left:472px;
	position:absolute;
}

#footnote {
	width:411px;
	height:18px;
	margin-top:496px;
	margin-left:46px;
	position:absolute;
}





/* ROLLOVER IMAGE FORMATTING */
#link_download img {
	width:110px;
	height:32px;
	margin-left:13px;
}
a#link_download img {
	background:url(../images/download_off.gif);
}
a#link_download:hover img {
	background:url(../images/download_on.gif);
}

#link_facebook img {
	width:28px;
	height:32px;
}
a#link_facebook img {
	background:url(../images/facebook_off.gif);
}
a#link_facebook:hover img {
	background:url(../images/facebook_on.gif);
}

#link_myspace img {
	width:28px;
	height:32px;
	margin-top:12px;
}
a#link_myspace img {
	background:url(../images/myspace_off.gif);
}
a#link_myspace:hover img {
	background:url(../images/myspace_on.gif);
}

#link_twitter img {
	width:28px;
	height:31px;
	margin-top:12px;
}
a#link_twitter img {
	background:url(../images/twitter_off.gif);
}
a#link_twitter:hover img {
	background:url(../images/twitter_on.gif);
}

#link_journal img {
	width:28px;
	height:29px;
	margin-top:12px;
}
a#link_journal img {
	background:url(../images/journal_off.gif);
}
a#link_journal:hover img {
	background:url(../images/journal_on.gif);
}

#link_itunes img {
	width:28px;
	height:29px;
	margin-top:13px;
}
a#link_itunes img {
	background:url(../images/itunes_off.gif);
}
a#link_itunes:hover img {
	background:url(../images/itunes_on.gif);
}

#link_youtube img {
	width:28px;
	height:31px;
	margin-top:13px;
}
a#link_youtube img {
	background:url(../images/youtube_off.gif);
}
a#link_youtube:hover img {
	background:url(../images/youtube_on.gif);
}


