/* standard elements */
body {
	font: normal .9em Tahoma,Verdana,sans-serif;
}
a { 
	outline: none;
	cursor:hand; 
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 1.5em sans-serif;
	margin: 18px 0 0 0;
	font-stretch:extra-condensed;
	margin-bottom:25px;
}
/* structure elements */
.main {
	width:780px;
	height:auto;
	margin:0 auto;
	display:block;
}
.main_header {
	padding-top: 6px;
	width:780px;
	height:420px;
	float:left;
	clear:both;
}
.main_header h1 {
	margin-left:410px;
	font: bold 2.5em "Verdana",sans-serif;
	display:block;
}
.main_left {
	float: left;
	width: 522px;
	margin-top:15px;
}
.main_right {
	float: right;
	width: 254px;
	margin-top:15px;
}