html,body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

body {
	text-align: center;
	background-image: url(../images/bg.jpg);
}

p {
	margin: 0 10px 10px
}

a {
	color: #981793;
}

div#header {
	height: 160px;
	line-height: 160px;
	margin-bottom: 5px;
}

div#container {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

div#content {
	float: left;
	width: 430px;
}

div#content p {
	line-height: 1.4;
}

div#right_column {
	background: #fefc9c;
	float: left;
	width: 160px;
	min-height: 300px;
}

div#left_column {
	background: #fefc9c;
	float: left;
	width: 210px;
	min-height: 300px;
}

div#footer {
	clear: left;
	width: 100%;
	margin-top: 5px;
	height: 30px;
}

div#footer p {
	padding: 5px 10px;
}

div#wrapper {	
	width: 100%;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
}