
*{
margin: 0 0;
padding: 0 0;
}

html, body {

}

#container { 
    width: 1000px;
	margin: 20px auto;
	background-color:#FFF;
}

#header {
	background-image:url(../pics/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:99px;
	border-bottom: 1px solid #999;
}

#content {
	height: 500px;
	}
	
#content-left {
padding-left:80px;
padding-top:20px;
width:520px;
height:480px;
float:left;	
}

#content-right {
		background-image:url(../pics/gregor.jpg);
	background-repeat:no-repeat;
	width:400px;
	height:500px;
	float:left;
}
	
#footer {
	clear:both;
	width: 1000px;
	border-top: 1px solid #635f5f;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
}

p {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#635f5f;
text-decoration:none;
line-height: 2em;
text-align:justify;
}

p.footer {
font-family: Lucida-Grande, sans-serif;
font-size: 0.6em;
color:#635f5f;
text-decoration:none;
line-height: 2em;
text-align:justify;
text-align:center;
}

a{
color:#635f5f;
text-decoration:none;
}


