@charset "utf-8";
/* CSS Document */

body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#main_content {
	width: 950px;
	background-image: url(images/layout_13.jpg);
	background-repeat:repeat-y;
}

#left_nav {
	width: 247px;
	float: left;
}

#right_content {
	padding: 30px;
	margin-right: 60px;
	text-align: left;
	line-height: 16px;
}

.clear {
	clear: both;
}
