@charset "iso-8859-1";


body
{
	background-color: #000000;
	color: black;
	font-family: arial;
	margin:0;
	padding:0;
}

#header
{
	margin-top: 15px;
	width: 1000px;
	height: 282px;
	background-image: url('../images/header.jpg');
	cursor: pointer;
}


#menu
{
	margin-top: 0px;
	width: 1000px;
	height: 72px;
	text-align: center;
}

.divMenuItem
{
	float: left;
}

#main
{
	width: 1000px;
	height: 396px;
	text-align: center;
	background-color: white;
	background-image: url('../images/body.jpg');
}

.textBody
{
	float: left;
	width: 400px;
	margin-top: 5px;
	margin-left: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}


#footer
{
	width: 1000px;
	height: 40px;
	color: #black;
	font-size: 12px;
	padding-top: 5px;
	background-color: white;
}

#footer a:link 		{ font-size: 12px; color: #black; text-decoration: none; }
#footer a:visited { font-size: 12px; color: #black; text-decoration: none; }
#footer a:hover		{ font-size: 12px; color: #black; text-decoration: underline; }


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