@charset "utf-8";
/* CSS by Gimme-Website */

body {
	background:url(images/bg-body.jpg) top left repeat-x;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
li:pink {
	font-size:14px;
}
p {
	margin:0;
	padding:0 0 10px;
}
a {
	color:#006383;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a img {
	border:none;
}
#page {
	margin:0 auto;
	text-align:left;
	width:980px;
}
#header {
	margin:0 auto;
	width:980px;
}
.block {
	background:url(images/block.jpg) top left no-repeat;
	height:320px;
	position:relative;
	width:980px;
}
.block-half {
	background:url(images/block-half.jpg) top left no-repeat;
	float:left;
	height:230px;
	position:relative;
	width:490px;
}
.name {
	color:#006383;
	font-size:20px;
	font-weight:bold;
	left:60px;
	position:absolute;
	top:60px;
	width:225px;
}
.desc {
	font-size:11px;
	left:59px;
	position:absolute;
	top:90px;
	width:225px;
}
.block .imgs {
	position:absolute;
	top:3px;
	right:4px;
	width:658px;
	height: 246px;
}
.block .imgs .large {
	float:right;
}
.block-half .imgs {
	position:absolute;
	height:175px;
	top:25px;
	right:30px;
	width:175px;
}
a.block-link {
	height:40px;
	left:290px;
	position:absolute;
	text-indent:-9999px;
	top:242px;
	width:400px;
}
a.block-half-link {
	height:35px;
	left:37px;
	position:absolute;
	text-indent:-9999px;
	top:186px;
	width:112px;
}
.heading img {
	display:block;
	height:160px;
	margin:0 auto 10px;
	width:980px;
}
.videos {
	float:left;
	width:780px;
}
.video {
	float:left;
	height:210px;
	padding:0 5px 10px;
	width:250px;
}
.sidebar {
	float:right;
	margin-left:5px;
	text-align:center;
	width:195px;
}
.sidebar .title {
	color:#FE32C5;
	font-size:25px;
	font-weight:bold;
}
.pagination {
	margin:20px 0;
	text-align:center;
	width:770px;
}
.pagination a {
	background:#64D5FF;
	border:1px solid #006383;
	font-size:14px;
	line-height:24px;
	margin:0 2px;
	padding:2px 5px;
}
.pagination a:hover {
	background:#D3ED82;
	border:1px solid #000;
}
#footer-bg {
	background:url(images/bg-footer.jpg) top left repeat-x;
	height:200px;
	width:100%;
}
#footer {
	background:url(images/footer.jpg) top left repeat-x;
	color:#006383;
	font-size:14px;
	height:80px;
	margin:0 auto;
	padding:120px 0 0 270px;
	text-align:left;
	width:710px;
}
.clear {
	clear:both;
}
.small {
	font-size:11px;
}

