html {overflow-y: scroll;}

body {
	background:#fcf8f4 url('/images/bg.png') repeat-x;
	margin:0; 
	padding:0;
}

#global {
	width:700px;
	

	margin:0 auto;
}

#top {
	height:72px;
}

#top h1 {
	color:#64baf2;
	font-family:"Arial Black", Arial, sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
	padding-top:28px;
}

#top h1 a {
	color:#64baf2;
	text-decoration:none;
}

#top div {
	position:absolute; 
	top:36px;
	left:50%;
	margin-left:195px;
}

#top div a {
	font-family:arial;
	color:#64baf2;
	padding:5px;
}

#content {
	background:#fff url('/images/divtop.png') -1px 0 no-repeat;

}

.in {
	padding:20px;
}

.left {
	float:left;
	width:380px;
}
	#blur {
		margin:40px 0 0 20px;
	}

.right {
	float:right;
	width:280px;
}
	.right p {
		font-family:Arial;
		font-size:12px;
	}
	.right h2 {
		font-family:"Myriad Pro", "Trebuchet MS", Arial, sans-serif;
		font-weight:normal;
		color:#5e5f5f;
		font-size:22px;
	}
	.right a {
		color:#009cff;
	}

#footer {
	border-top:1px solid #ccc;
	padding:20px;
	background:white;
	font-family:Arial;
	font-size:11px;
	color:#999;
}

a:hover {
	color:#057ac5 !important;
}