body {
	background : #fff;
	font-size : 12px;
	font-family : Arial, Helvetica, Sans-Serif;
}

a img {
	border : none;
}

.yellow_text
{
	color:rgb(255, 204, 153);
}

.main h1
{
	margin:2px;
	color: rgb(51, 51, 102);
}

.main h2
{
	margin:2px;
	color: rgb(51, 51, 102);
	font-size:14px;
}

.main h3
{
	margin:2px;
	color:rgb(255, 153, 102);
	font-size:26px;
	margin-bottom:10px;
}

#container{
	position:absolute;
	left:50%;
	width: 800px;
	margin-left:-400px;
	height:auto;
}

.header {
	width:800px;
	text-align:center;
}

.images_left{
	width:200px;
	text-align:center;
}

.main {
	text-align:center;
	width:400px;
}


.images_right{
	width:200px;
	text-align:center;
}

.link_white {
	display:inline-block;
	height:12px;
	width:100px;
	background:#009;
	text-align:center;
	font-size:12px;
	border-top:solid 8px #009;
	padding-bottom:10px;
	color:#FFF;
	margin-bottom:3px;
	border-bottom:solid 3px #00F;
}

.link_white:visited {
	color:#FFF;
	text-decoration:unterline;
}

.footer{
	text-align:center;
}
