
body {
	margin: 0;
	background: #191919;
	font: bold 12px/15px Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}

a {
	color: #F6E630;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

a img {
	border: 0;
}

h1 {
	margin: 0;
	font-weight: normal;
}


#page {
	width: 980px;
	margin: 0 auto;
}


#header {
	width: 980px;
	height: 90px;
	padding: 10px 0;
	overflow: hidden;
}

#header h1 {
	width: 220px;
	height: 90px;
	float: left;
	font-family: Georgia, Serif;
	line-height: 90px;
	display: block;
	font-style: italic;
	font-size: 60px;
	text-align: center;
}

#header #head-ads {
	width: 728px;
	height: 90px;
	float: right;
}


#main {
	width: 980px;
	overflow: hidden;
}

#content {
	float: left;
	width: 680px;
	overflow: hidden;
	padding-bottom: 25px;
}

#content .plug {
	width: 162px;
	height: 155px;
	float: left;
	margin: 0 8px 4px 0;
	overflow: hidden;
}

#content .plug a img {
	width: 160px;
	height: 120px;
	border: 1px solid #fff;
	margin-bottom: 3px;
}

#content .plug a:hover img {
	border-color: #F7E911;
}


#sidebar {
	width: 300px;
	float: right;
}

#sidebar .sidebar-box {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
}

