body {
	background-color: #C3026F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
}

#container {
	width: 904px;
	background-color:#FFFFFF;
	margin: auto;
	border: 2px solid #000000;
}

#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 283px;
}

#logo {
	float: left;
	width: 300px;
}

#right_header {
	float: right;
	width: 600px;
}

#top_menu {
	height: 30 px;
}

#top_phrase {
	height: 253 px;
}

#content {

}

#facebook_div {
	width: 300px;
	float: left;
}

#right_home {
	width: 595px;
	float: right;
}

#leftcolumn {
float: left;
width: 300px;
}

#rightcolumn {
	float: right;
	width: 596px;
	padding-left: 2px;
}


#footer {
	clear: both;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/footer_image.gif);
}