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


/* Contents:
- BODY
	- Links
- PAGE
- HEADER
- CONTENT
	- Content sections
	- Containers for thumbs and text
	- Thumbnail images
	- Toplist
- FOOTER
- MISC CLASSES
*/

/* BODY */
body {
	background:#703903 url('../images4/bg-body.gif');
	color:#ff0;
	text-align:center; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif
}
/* Links */
a {
	color:#ffb400;
	text-decoration:underline;
}
a img {
	border:none;
}

/* PAGE */
#page {
	background:#ad6818 url('../images4/bg-page.gif') repeat-y;
	margin:0 auto;
	text-align:left;
	width:1006px
}

/* HEADER */
#header {
	background:url('../images4/bg-header.jpg') no-repeat top;
	height:233px;
	position:relative;
	width:1006px
}
#header #headings {
	height:100px;
	position:absolute;
	right:120px;
	text-align:center;
	top:35px;
	width:220px;
}
#header #headings h1 {
	font-size:32px;
	font-weight:bold;
	line-height:32px;
	margin:0;
}
#header #headings h2 {
	font-size:16px;
	line-height:16px;
	margin:0;
}
#header a#bookmark {
	border:none;
	bottom:0;
	display:block;
	height:91px;
	position:absolute;
	right:113px;
	width:155px;
}
#header #animation {
	height:57px;
	left:18px;
	position:absolute;
	top:85px;
	width:57px;
}

/* CONTENT */
#content {
	margin:5 auto;
	width:1000px;
}
/* Content sections */
.section-one {
	font-size:16px;
	margin:5 5 5 12px;
	width:982px;
}
.section-two, 
.section-five {
	margin:5 5 5 35px;
	width:936px;
}
.section-three, 
.section-four {
	font-size:16px;
	margin:0 0 0 12px;
	width:982px;
}
/* Containers for thumbs and text */
.thumbs .tn {
	display:inline;
	float:left;
	margin:15px 15px 15px 15px;
	text-align:center;
}
.section-one .tn {
	width:322px;
}
.section-two .tn {
	width:182px;
}
.section-three .tn, 
.section-four .tn {
	margin:0 0 0 50px;
	width:182px;
}/* Thumbnail images */
.tn a img {
	border:1px solid #000;
}
.tn a img:hover {
	border:1px solid #fff;
}
.section-one .tn img {
	height:240px;
	width:320px;
}
.section-two .tn img, 
.section-three .tn img, 
.section-four .tn img {
	height:135px;
	width:180px;
}
/* Toplist */
#friends {
	background:url('../images4/bg-friends.png') repeat-y;
	margin:10px auto;
	width:800px
}
#friends-head {
	background:url('../images4/bg-friends-head.png') no-repeat;
	height:35px;
	width:800px
}
#friends-content {
	background:url('../images4/bg-friends-content.jpg') repeat-y;
	border:1px solid #000;
	font-size:48px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	width:792px; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}
#friends-foot {
	background:url('../images4/bg-friends-foot.png') no-repeat;
	height:69px;
	width:800px
}

/* FOOTER */
#footer {
	background:url('../images4/bg-footer.jpg') no-repeat bottom;
	height:128px;
	position:relative;
	width:1006px
}
#footer #links {
	bottom:0;
	font-size:11px;
	height:42px;
	line-height:13px;
	position:absolute;
	right:345px;
	width:255px;
}

/* MISC CLASSES */
a.alt {
	color:#a25904;
}
.clear {
	clear:both;
}
.separator {
	background:url('../images4/sep.gif') no-repeat;
	height:81px;
	margin:0 auto;
	width:845px
}
.separator-two {
	background:url('../images4/sep2.gif') no-repeat;
	height:63px;
	margin:0 auto;
	width:660px
}
.ad a img {
	border:1px solid #ffb400;
	display:block;
	margin:10px auto;
}
p.txt-large {
	font-size:24px;
	margin:10px auto;
	text-align:center;
}
