/*#############################################################
Name: Contaminated
Date: 2007-01-04
Description: A trash style website template
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a img{border:0}

a {color: #FF3;}
a:hover {color: #AA3;}

body {
	background-color:#000;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}	



p,code,ul {
	padding-bottom: 1.2em;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2 {
	color: #CCC; font: normal 1.3em Impact,sans-serif;
	margin-bottom: 8px; padding-bottom: 11px;
	letter-spacing: 1px;
	clear:left;
	padding-top:20px;
}

h3{
	clear:left;
	padding-top:20px;
}

blockquote
{
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */



.wrapper {
	font-size: 1.3em;
	width:800px;
	margin:15px auto 15px;
	
}

.container {
	height:100%;
	width: 800px;
	padding-top:20px;
	margin:15px auto 15px;
	background: url(img/bg2.gif) no-repeat center top;

}
.top {
	background: url(img/bg.gif) no-repeat center top;
	margin:15px auto 15px;
	
}
/* title */
.title {
	
	font: 300% Tahoma,sans-serif;
	margin-top:30px;
	margin-bottom:20px;
	color:#FFF;
	
}

.title2 {
	font: 600% Tahoma,sans-serif;
	color:#FFF;
}

.subtitle{
	font-size:150%;
	padding-top:30px;
	border-bottom:1px solid white;
	margin-bottom:20px;
}

.gallery{
	float:left;
	width:30%;
	padding-top:7		0px;
}
.gallery img{
	display:block;
	border:solid 2px white;
}

.olive {color: #CCA;}

.main{
	height:100%;
}
/* content */
.content {
	
}


.toptitle{
	font:300%;
	margin-top:300px;
	text-aling:center;
}



.toplink{
	
	text-align:center;
	font-size:250%;
	height:100%;
	color:#FFF;
	padding-top:400px;
	padding-bottom:50px;
	background: url(img/footer.gif) no-repeat center bottom;
}

.toplink a{
	color:#FFF;
	text-decoration:none;
}



.content .descr {
	color: #FFF;
	margin-bottom: 6px;
	margin-left:100px;
}

.cont{
	margin-left:20px;
}
.footer {
	clear:both;
}



.footercont{
	background: url(img/footer.gif) no-repeat center bottom;
	padding-top:80px;
	padding-left:10px;
	height:150px;
	font-size:150%;
}
.footercont a {
	color:white;
	text-decoration:none;
}

.footertext{
	text-align:right;
	font-size:80%;
	clear:both;
}