/* CSS Document */



* {margin: 0;

   padding: 0;}

   

body {

	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(../bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:repeat;

}

	
#main {

	background-image:url(../template.png);
	margin-left: auto;
	margin-right: auto;
	width: 885px;
	height: 467px;
	background-position:bottom;
	background-repeat: no-repeat;

}

#menu_container
{
  top: -400px;
  margin-top: 40px; 
  height: 42px;
  width:450px;
  margin-left: auto;
  margin-right: auto;
}


#bottombar {

	height: 44px;
	width: 885px;
	margin-left: auto;
	margin-right: auto;
	

}

#top_content {

	background-position:center;
	height: 27px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;

}


#main_content {

	width: 450px;
	font-size: 14px;
	margin-left: 225px;
	margin-right: auto;
}


#container {
	/*float: left;*/
	position: relative;
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}


.doodad {
	z-index: 1;
}

.doodad.whatido {
	width: 172px;
	height: 396px;
	position: absolute;
	right: 15px;
	top: 100px;
	background:url(../whatido.png) no-repeat;
}

h2 {

	padding-right: 112px;
	padding-left: 112px;
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h3 {

	padding-right: 112px;
	padding-left: 112px;
	padding-top: 50px;
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;

}