@charset "utf-8";

img {
	border:0;
	}

body {
	margin:0;
	border:0;
	padding:0;
    font-family: georgia, serif;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	background:#FAFAFA url(img/bg.jpg) no-repeat scroll center top;	
}

a:link {
	color:#333;
	text-decoration:none;
}

a:visited {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

.container {
	width: 949px;
	margin:auto;
	margin-top: 100px;
}

h1{
	font-size: 36px;
	font-weight: normal;
    font-family: georgia, serif;
	line-height:normal;
}

h2{
	font-size: 26px;
	font-weight: normal;
	color:#999999;
    font-family: georgia, serif;
	line-height:normal;	
}

h4{
	font-size: 18px;
	font-weight:normal;
}

.block{
	width: 300px;
	float:left;
	margin-right:20px;
}

.blockr{
	width: 302px;
	float:left;
}

