@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

.table_main
{
	width: 780px;	
}
.header
{
	background-image: url('../images/header.jpg');
	width: 780px;
	height: 105px;
}

.menu
{
	background-image: url('../images/bg_menu.gif');
	background-repeat: repeat-x;
	height: 42px;
	width: 778px;
	border-left: 1px solid #4a7ebb;
	border-top: 1px solid #4a7ebb;
	border-right: 1px solid #4a7ebb;
}

.menu a
{
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

.menu_item li
{
	list-style: none;
	float: left;
	margin: 7px 20px;
}

.content
{
	border-left: 1px solid #4a7ebb;
	border-bottom: 1px solid #4a7ebb;
	border-right: 1px solid #4a7ebb;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

h1
{
	font-size: 16px;
	color: #376092;
	margin-bottom: 15px;
}
p
{
	margin-bottom: 15px;
}