html, body
{
	height:100%;
}

body
{
	font-family: Arial;
	font-size: 0.7em;
	padding:0px;
	margin:0px;
	background: #eee;
}

img
{
	border: none;
}

h1
{
	font-family: Arial, Sans-serif;
	font-size:1.6em;
	color: #0089e1;
}


#Container
{
	height:600px;
	width: 795px;
	background: url(images/star_bg.png) no-repeat bottom left #ffffff;
	text-align: left;
	margin: 0px auto;
	border: solid 1px #ccc;
}


#LeftColumn
{
	width:228px;
	height:600px;
	float:left;
	background: url(images/left_column_bg.png) no-repeat bottom left #d7edfb;
	
	
}

#LeftContent
{
	width:228px;
	background: url(images/cleaner_bg.jpg) no-repeat
}

#RightContent
{
	float:left;
}

#Text
{
	width:473px;
	float:left;
}

#MainColumn
{
	float:left;
}


#Menu
{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	margin-left:32px;
	padding-top: 280px;
	
}



#Menu li
{
	margin-bottom:2px;
}

#MenuColumn
{
	background: url(images/cleaner_bg.jpg) no-repeat;
	width:226px;
	height: 595px;
	vertical-align: bottom;
	text-align: center;
	float:left;
}



#Content
{
	float:left;
	margin-left:38px;
}

#Content p
{
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#Content h2
{
	margin:0px;
	font-size:1.4em;
	margin-top:20px;
}

#Content ul
{
	margin:0px;
	padding-left:20px;
}




#LeftContactDetails
{
	width:204px;
	margin-left:12px;
}

#LeftContactDetails h1
{
	text-align:center;
	color: #000000;
	font-size:1.8em;
	margin:0px;
	margin-bottom: 5px;
}

#LeftContactDetails h2
{
	color: #0089e1;
	font-size: 1.1em;
	text-align: center;
	margin:0px;
	margin-top: 5px;
	
}








#Outer
{
	width:100%;
	height:100%;
}

#Outer
{
	width:100%;
	height:100%;
	text-align: center;
}




