html, body {
	font-family: "Arial", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: rgb(17,65,72) url(images/main-bg.png) repeat-x left top;
	color: #484848;
}

a img {
	border: 0;
}

.container {
	width: 873px;
	margin: 0 auto;
}

.logo h1 {
	text-indent: -99999px;
	width: 873px;
	height: 174px;
	margin: 0 auto;
	background: transparent url(images/logo.jpg) no-repeat center top;
}

.content {
	width: 803px;
	padding: 60px 35px 0 35px;
	background: #fff url(images/content-bg.jpg) no-repeat left top;
}

.content h3 {
	color: #34846c;
	font-size: 20px; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content h3 em {
	color: #bdbdbd;
}

.content h4 {
	color: #333;
	font-size: 15px; 
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

.content hr {
	height: 1px;
	border: none;
	background-color: #e3e1de;
}

.content p, .content .desc {
	font-weight: bold;
	margin: 0;
	line-height: 1.5em;
}

.content .desc img {
	margin-top: 10px;
	margin-right: 20px;
}

.content code {
	color: #42a98b;
	font-weight: normal;
	font-family: "Monaco", "Monospace", monospace, serif;
}

.content p a, .footer a, .yoggrttext a, .adby a {
	color: #0a95d6;
	text-decoration: none;
}

.content p a:hover, .footer a:hover, a:hover#sharethis1, .yoggrttext a:hover, .adby a:hover {
	text-decoration: underline;
}

.content p.dload {
	margin: 20px 0;
}

.content p.dload span {
	margin-left: 50px;
}


.content p.dload a {
	font-size: 16px;
	padding: 15px;
	background-color: #eee;
	border: 1px solid #ddd;
}

.content .item {
	width: 100%;
	margin-top: 30px;
}

.content .item span {
	color: #999;
	font-weight: normal;
}

.video-holder {
	margin: 30px 0;
	height: 270px;
}

.video-holder object {
	float: left;
	width: 480px;
	margin-right: 30px;
}

form {
	float: left;
	width: 280px;
}

form #name, form #website, form #spam {
	font-size: 12px;
	border: 1px solid #bfbfbf;
	margin: 0;
	margin-top: 15px;
	padding: 7px 0 0 10px;
	width: 280px;
	height: 20px;
	color: #383838;
	background: #ececec url(images/input-bg.png) repeat-x left top;
}

form #submit {
	float: left;
	cursor: pointer;
	margin: 10px 0 0 4px;
	padding: 0;
	line-height: 0;
	text-indent: -9999px;
	border: 0;
	width: 282px;
	height: 116px;
	background: transparent url(images/submit.png) no-repeat left top;
}

form #submit:hover {
	background-position: right top;
}

form em {
	color: red;
}

.footer {
	font-size: 11px;
	color: #888;
	padding: 80px 0 30px 0;
}

.footer span {
	margin-left: 40px;
}

a#sharethis1 {
	float: left;
	padding-top: 6px;
	margin-left: 10px;
	color: #0a95d6;
	text-decoration: none;
}

.yoggrtad {
	float: left;
}

.yoggrtad br {
	display: none;
}

.yoggrtad img {
	margin-right: 20px;
}

.adby a {
	font-size: 11px;
	color: #888;
}

.item.over {
	overflow: auto;
}
