/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body, html{
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Tahoma, "Times New Roman", serif;
	font-size: 11px;
	font-style: normal;
	color: #fff;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#container{
	width: 800px;
/*	height: 1000px; */
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/container_background.gif);
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#holder{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#thaBanner{
	float: left;
	width: 655px;
}
#holder a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#holder a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#holder a:visited{
	color: #cccccc;
	text-decoration: none;
}

#nav{
	width: 150px;
	height: 136px;
	float: left;
	background-image: url(images/nav-background.gif);
	margin-bottom: 15px;
}
ul {
	list-style-type: none;
	padding-top: 15px;
}
#nav li a{
		background-repeat: no-repeat;
		text-indent: -9999px;
		display:block;
}

	#nav li#reg a {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/reg.gif);
	}
		#nav li#reg a:hover {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/reg2.gif);
		}
	#nav li#edit a {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/edit.gif);
	}
		#nav li#edit a:hover {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/edit2.gif);
		}
	#nav li#contact a {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/contact.gif);
	}
		#nav li#contact a:hover {
			width: 136px;
			background-image: url(images/menuItems/contact2.gif);
		}
	#nav li#banners a {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/banners.gif);
	}
		#nav li#banners a:hover {
			width: 136px;
			height: 24px;
			background-image: url(images/menuItems/banners2.gif);
		}

/* headings */
h1 {
	background-image: url(images/logo.gif);
	width: 650px;
	height: 136px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	float: left;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
h3{}
h4{}

/* Listans utformning */
.rank{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #800a00;
}

#flashAds{
	width: 120px;
	float: right;
	text-align: right;
}
p{
	margin-bottom: 10px;
}