@charset "utf-8";
/* CSS Document */

/* Page Layout */

#body{
	width: 960px;
	display: table;
	font: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: auto;
	background-image: url(images/side_stripe.png);
	background-repeat: repeat-y;
}

.main_content	{
	display: table;
	width: 780px;
	float: left;
}

.navbar	{
	display: table;
	width: 150px;
	float: left;
}

.button	{
	width: 150px;
	height: 30px;
	padding-top: 11px;
	background-image: url(images/button.png);
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

