*{
	padding: 0px;
	margin: 0px;
}
body,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color:#292828;
	background-image: url(images/allback.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
a:link {
	color:#666666;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}
a:visited {
	color:#666666;
	text-decoration: none;
	border-bottom:1px dotted #666666;
}
a:hover {
	text-decoration: none;
	color:#666666;
	border-bottom:1px dotted #000000;
}
a:active {
	text-decoration: none;
	border-bottom:1px dotted #666666;
	color:#666666;
}
.spacer{
	clear:both;
	height:0px;
}
.small{
	font-size:85%;
}
/*headings & texts*/
h1{
	font-size:150%;
	font-weight:bold;
}
h2{
	font-size:110%;
	font-weight:bold;
}
h3{
	font-size:105%;
	font-weight:bold;
}

/*headings & texts*/

/* Layout */
#wrapper{
	width:100%;
	text-align:center;
}
#container{
	width:810px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border:0px dotted gray;
}
