#container {
	width:820px;
	height:611px;
	margin: 50px auto;
}

#header {
	background: url(../pictures/background/top_bg.gif) no-repeat;
	height:75px;
}

#main {
	background: url(../pictures/background/main_bg.gif) no-repeat;
}

#leftcollum {

	float:left;
	width: 10.4em; 
	
}

#rightcollum {
	float: right; 
	width: 140px;
}

#content {
	margin-left: 12em;
	padding: 20px 40px 20px 20px;
	min-height: 400px;
}

#footer {
	width: 820px;
	height: 62px;
	background: url(../pictures/background/bottom_bg.gif) no-repeat;
	text-align: right;
}

#footer p { margin-right: 40px; }

#ga { display: none; }
