/* STYLE SHEET FOR RED RIBBON CABARET
Created by ritchmedia.com

ToC
1. Defaults
2. Structure
3. Links and navigation
4. Fonts
5. Images
6. Hacks


/* ---------- 1. Defaults ----------- */

*{
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url('images/gradientbg.gif');
	background-attachment: fixed;
	text-align: center;
	height:100%;
}

td {
	padding: 0px;
}

/* ---------- 2. Structure ----------- */

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
	padding: 0px;
	text-align: left;
	top: 0px;
	z-index: 1;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	position: relative;
	top: 0px;
	padding: 0px;
	z-index: 2;
	left: 0px;
	height: 98px;


}

	
/* ---------- 3. Links and navigation ----------- */

.url{
	color: #FFFFFF;
}

a.url:link { 
	text-decoration: none; 
	color: #FFFFFF;
	border-bottom: 1px dashed #fff;
}

a.url:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	border-bottom: 1px dashed #fff;
	
}

a.url:active {
	text-decoration: none; 
	color: #FFFFFF;
	border-bottom: 1px dashed #fff;
}

a.url:hover {
	text-decoration: none;
	color: #FF007F;
	border-bottom: 1px dashed #ff007f;
}

a.footer:link { 
	text-decoration: underline; 
	color: #b50033;
}

a.footer:visited { 
	text-decoration: underline; 
	color: #b50033;
}

a.footer:active {
	text-decoration: underline; 
	color: #b50033;
}

a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}





/* ---------- 4. Fonts ----------- */

H1 {
	color:#FF007F;
	margin:0px 0px 20px;
	font-size:40px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	line-height:26px;
	text-align: left;

}


H2 {
	color:#FF007F;
	margin:0px 0px 10px;
	font-size:20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	line-height:26px;
	text-align: left;

}

P {
	margin:0px;
	padding:0;
	font-size:8pt;
	line-height:180%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;

}

.footer {
	font-size: 7pt;
	color:#b50033;
}

/* ---------- 5. Images / Borders----------- */

.img {
margin-right:10px;
}

.imgbrd {
margin:3px;
border: 3px solid #b20057;
}
