body {
	width: 1000px;
	background: #343341;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#header {
	width: 1000px;
	height: 464px;
	background: url('img/design/header.jpg');
}

div#menu {
	margin-top: 343px;
	margin-left: 353px;
	font-style: italic;
	font-family: verdana;
	font-size: 12 pt;
	text-align: left;
	
  display: inline;
}

div#menu a {
	color: black;
	text-decoration: none;
}

div#menu a:hover {
	color: #afc3d4;
}


div#line {
	width: 1000px;
	background-repeat: repeat-y;
	background: url('img/design/line.jpg');
}

div#footer {
	width: 1000px;
	height: 97px;
	background: url('img/design/footer.jpg');
	line-height: 110%;
	color: #708aa2;
	font-family: verdana;
	font-size: 10pt;
}

div#footer a {
	color: #708aa2;
}

div#footer a:hover {
	text-decoration: none;
}

h4 {
	margin-left: 100px;
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 10pt;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana;
	font-weight: bold;
	color: #1a2634;
	font-size: 12pt;
	text-align: center;
	font-style: italic;
}

td {
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 10pt;
}

a {
	color: #263f5e;
}

a:hover {
	color: black;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}