html, body, #content
{
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}

body
{
	margin: 0px;
    font: Tahoma, Arial, sans-serif; color: #000000;
    background-color: #ffffff;
	background-image:url(images/bg.jpg);
	background-repeat: repeat;

}

#content
{
	position: absolute;
	top: 3px;
	left: 0px;
	background-image:url(images/gypsychicks2d.jpg);
	background-repeat:no-repeat;
}

.menu
{
	position : absolute;
	top : 1em;
	left : 5px;
	width : 10em;
	z-index : 1;
	padding : 0px;
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a
{
	display : block;
}
.menu .delimiter
{
	display : none;
}

.other
{
	position : absolute;
	top : 9em;
	right : 0px;
	width : 9em;
	z-index : 1;
	padding : 0em;
}



.contentText
{
	font-family: Tahoma, Arial, sans-serif; color:#000000;
	margin-top: -3em;
	margin-bottom: 3em;
	margin-right:11em;
	margin-left:0em;
	height: auto;
	padding:2.5em;
}

.footer {
	width: 100%;
	text-align: center;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	background-color: #BEC2DD;
	position:absolute;
	bottom :0px;
	
}
.footer a:link{
	color: #000000;
	text-decoration: none;
}

.footer a:visited{
	color: #000000;
	text-decoration: none;
}

.footer a:hover{
	color: #000000;
	text-decoration: none;
}

.imgright {
float: right;
margin: 0px 0px 10px 20px; /* top - right - bottom - left */
}

.imgleft {
float: left;
margin: 0px 20px 10px 0px; /* top - right - bottom - left */
}
