/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #372C1C;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

/** LINKS */

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 210px;
}

/** LOGO */

#logo {
	width: 980px;
	height: 162px;
	background: url(images/header2.gif) no-repeat left top;
}

#logo h1, #logo p {
	text-indent: -99999px;
}

/** MENU */

#menu {
	height: 30px;
	padding-left: 170px;
	background: url(images/border.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#menu li {
	display: block;
	display: inline;
}

#menu a {
	float: left;
	margin-top: 8px;
	padding: 0 20px 0 20px;
	background: url(images/img09.gif) no-repeat left 50%;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** PAGES */

#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	padding-bottom: 20px;
}

/** BOXES */

.box {
	margin: 0;
	background: url(images/boxback.gif) repeat-y left top;
}

.box .content {
	padding: 0;
}

.box h2 {
}

.box .bgbottom {
	height: 22px;
	background: url(images/boxbottom.gif) no-repeat left top;
}

/** BOX ONE */

#box1 {
}

#box1 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/newgal.gif) no-repeat left top;
	text-indent: -99999px;
}

/** BOX TWO */

#box2 {
}

#box2 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/previousgal.gif) no-repeat left top;
	text-indent: -99999px;
}

/** BOX THREE */

#box3 {
}

#box3 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/hotcoll.gif) no-repeat left top;
	text-indent: -99999px;
}

#box4 {
	text-align: left;
}

#box4 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/ourfriends.gif) no-repeat left top;
	text-indent: -99999px;
}

#box5 {
	text-align: left;
}

#box5 h2 {
	margin: 0;
	padding: 0;
	height: 84px;
	background: url(images/bonusgal.gif) no-repeat left top;
	text-indent: -99999px;
}


/** GALLERY */

.galleries {
	padding-right: 20px;
}

.galleries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.galleries li {
	float: left;
	width: 104px;
	height: 104px;
}

.galleries img {
}

.toplist {
	padding-left: 32px;
}

#topsites {
	width:270px;
	height:80px;
	margin-top:70px;
	margin-right:25px;
	float:right;
}

#topsites ol {
	list-style:decimal;
}

.footer {
	position:relative;
	top:0px;
	margin:auto;
	width:100%;
	height:auto;
	text-align:center;
}

.spacer {
	height:40px;
	clear:both;
}

.ads {
        width:100%;
        height:auto;
        text-align: center;
}

.ads a, .ads a:hover, .topbold a, .topbold a:hover {
        font-weight:bold;
        font-family:Arial, Verdana;
}

.ads a, .ads a:hover {
        font-size:14pt;
}

.topbold {
        font-size:18px;
        font-family:Arial, Verdana;
}

.topbold a, .topbold a:hover {
        font-size:18px;
        text-decoration:underline;
}

.topbold a:hover {
        color:#CCCCCC;
}

