* {
	margin: 0;
	padding: 0;
}

a {
	color: #662299;
	text-decoration: none;
}


body 
{
	background: #ebebeb;
	font: normal 0.7em sans-serif,Arial;
	text-align: center; /* for IE */ 

}

h2, h3
{
	text-transform: uppercase;
	color: #ffffff;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

ul
{
	list-style-type: square;
}

#header
{
	width: 800px;
	margin-left: 0px;
	margin-top: 5px;
	height: 200px;
}

#header_spacer
{
	height: 85px;
}

#main_container
{
	text-align: center; /* counter the body center */
	margin: 0px auto;
    width: 800px;
	height: 600px;
	background-image: url(images/background_demo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}  

#main-left 
{
	float: left;
	width: 59%;
	height: 350px;
	/*background-image: url(demo.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	filter:alpha(opacity=60);
	opacity:0.6;*/
	overflow:hidden;
}

#main-right 
{
	float: right;
	width: 35%;
	height: 350px;
	overflow: auto;
	color: #663300;
	text-align: left;
	padding: 5px;
	padding-right: 25px;
}

#header_text
{
	width: 300px;
	height: 50px;
	top: 40px;
	left: 100px;
	color: #663300;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#text
{
	float: left;
	width: 50%;
}

#images
{
	float: right;
	width: 40%;
	padding-top: 20px;
}


#footer
{
	text-align: left;
	color: #663300;
	padding-left: 19px;
	padding-top: 15px;
	clear: both;
	font-size: 10px;
}
