
/*

(c) Sascha Bregenhorn | netzrocker.com

*/

@import url(reset.css);



body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	text-align: center;
	background-color: #5B504C;
}
#container {
	margin: auto;
	width: 960px;
	background: url(../images/bg.jpg) 0px 490px no-repeat;
	overflow: auto;
	text-align: left;
}



/*** content ***/

#content_left {
	float: left;
	width: 540px;
	border-right: 1px solid #7C6A52;
}
#content_right {
	float: right;
	width: 400px;
}
#content_left_inside {
	margin: 20px 20px 20px 0px; 
}
#content_right_inside {
	margin: 20px 0px; 
}



/*** typo ***/

p {
	font: normal 1.4em/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	padding-bottom: 1.2em;
}
h1 {
	font: normal 2.3em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c60;
	padding-bottom: 0.2em;
}
strong {
	color: #c60;
}
a:link, a:visited, a:active {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #c60;
	text-decoration: underline;
}
a:focus {
	outline-offset: -1px;
	-moz-outline: none;
	outline: none;
}
.separator {
	color: #999;
	padding: 0px 10px;
}
