body {
	margin:			0px;
	background:		url(img/background.png) repeat;
	font-size:		12px;
	background-color:	#DDD;
	color:			#000;
}

h1 {
	margin-top:		10px;
	margin-bottom:		0px;
	text-align:		center;
}

h2 {
	text-align:		center;
}

h3 {
	text-align:		left;
	margin-top:		0px;
	padding-top:		0px;
}

hr {
	color:			#ccc;
	background-color:	#ccc;
	height:			1px;
	width:			75%;
}

#head { 
        width:                  920px;
        margin-left:            auto;
        margin-right:           auto;
	margin-top:		2px;
        font-size:              11px;
        color:                  #333;
        text-align:             right;
	text-transform:		uppercase;
}

#head a {
	text-decoration:	none;
}

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

#page {
	width:			920px;
	margin-top:		2px;
	margin-bottom:		0px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#FFF;
	border:			#000 1px solid;
	color:			#000;
}

#hosting {
	float:			right;
	width:			300px;
	padding-right:		42px;
	padding-left:		42px;
	border-left:		1px #CCC solid;
}

#hosting img {
	margin-bottom:		10px;
	border:			0px;
}

#main {
	width:			465px;
	padding-left:		25px;
	text-align:		justify;
}

.left {
	float:			left;
	width:			220px;
	margin-top:		0px;
	padding-top:		0px;
}

a {
	color:			#000;
}

.smalltext {
	font-size:		11px;
}

.clear {
	clear:			both;
}

#donate {
	position:		relative;
	margin:			2px 2px 2px 2px;
	padding:		0 0 0 0;
	text-align:		right;
}

#foot {
	width:			920px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		15px;
	font-size:		11px;
	color:			#666;
	text-align:		center;
}
