/* Generic Elements */
html, body
{
	height:100%;
	margin:0px;
	padding:0px;
}

body
{
	background-color:#282828;
	font-family:Verdana;
	font-size:11pt;
	color:#FFFFFF;
	background-image:url('http://thecreamlounge.com/newsite/images/body_background.gif');
	background-position: center top;
	background-repeat: repeat-y;
}

h3
{
	color:#CE1D1F;
	margin:0px;
	padding:0px;
	font-size:1em;
}

a
{
	color:#FFFFFF;
}
a:hover{ 
	color:#FF0000;
}

a img
{
	border:0px none;
}

/* Specific Layout Items */
#body-pos
{
	height:100%;
	
	background-image:url('http://thecreamlounge.com/newsite/images/body_background.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	
	/* stupid hack I came up with for 1px "Jogging Background Bug" */
	margin-left:-.00001%;
}

body > #body-pos 
{
	height: auto;
	min-height: 100%;
}

#body
{
	width:720px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 137px;
}

#main
{
	width:720px;
	height:100%;
	background-color:#000000;
}
#header
{
	height:127px;
}

/* TOP MENU */
#menu
{
	height:33px;
	background-color:#000000;
	font-family:Arial;
	text-align:center;
	line-height:33px;
	overflow:hidden;
}
#menu a
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:7px;
	margin-right:7px;
	font-weight:bold;
}
#menu a:hover{
	color:#FF0000;
}
#top-spacer
{
	height:8px;
	background-image:url('http://thecreamlounge.com/newsite/images/top_spacer.jpg');
	font-size:1px;
	line-height:1px;
}

/* FOOTER */
#footer
{
	position: relative;
	margin-top: -137px;
	height: 137px;
	clear:both;
	width:100%;
} 
#footer-top
{
	height:73px;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('http://www.creamstereolounge.com/images/bottom_flash_placeholder.gif');
}
#footer-bottom
{
	height:64px;
	background-color:#282828;
	background-image:url('http://thecreamlounge.com/newsite/images/footer_top.gif');
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
}
#footer-bottom-pos
{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-size:10px;
	color:#FFFFFF;
	font-family:Verdana;
}
#footer-bottom-pos #bottom-menu{
	padding-top:8px;
	padding-bottom:8px;
}
#footer-bottom-pos #bottom-menu a
{
	color:#FFFFFF;
	float:left;
	text-decoration:underline;
}
#footer-bottom-pos #bottom-menu span
{
	color: #FF0000;
	margin-left:5px;
	margin-right:5px;
	float:left;
}
#footer-bottom-pos a#web-developer
{
	position:absolute;
	right:38px;
	top:0px;
	display:block;
	height:24px;
	width:58px;
}
#footer-bottom-pos a#graphic-designer
{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	height:24px;
	width:28px;
}

/* Content */
#content
{
	height:100%;
	position:relative;
}

.content-background
{
	background-image:url('http://thecreamlounge.com/newsite/images/content-background.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#content #breadcrumbs
{
	width:450px;
	padding-top:10px;
	margin-left:24px;
	padding-bottom:10px;
	color:#841010;
	font-size:10pt;
}
#content #breadcrumbs a
{
	text-decoration:none;
		color:#841010;
	font-size:10pt;
}