/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #676767;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
}

#header {
	margin: 0 auto;
	position: absolute;
	width: 890px;
	height: 117px;
	top: 0px;
	left: 50%;
	margin-left: -445px;
	visibility: visible;
	z-index: 1;
}

#navi {
	margin: 0 auto;
	position: absolute;
	width: 890px;
	height: 34px;
	top: 117px;
	left: 50%;
	margin-left: -445px;
	visibility: visible;
	z-index: 1;
	background-image: url(../images/background_navi.gif);
}

#main_left {
	margin: 0 auto;
	position: absolute;
	width: 543px;
	height:474px;
	top: 151px;
	left: 50%;
	margin-left: -445px;
	visibility: visible;
	z-index: 1;
	background-color: #E75F2F;
}

#main_right {
	margin: 0 auto;
	position: absolute;
	width: 347px;
	height:474px;
	top: 151px;
	left: 50%;
	margin-left: 98px;
	visibility: visible;
	z-index: 1;
	background-color: #E75F2F;
}

#bottom {
	margin: 0 auto;
	position: absolute;
	padding-top: 10px;
	width: 890px;
	height: 24px;
	top: 625px;
	left: 50%;
	margin-left: -445px;
	visibility: visible;
	z-index: 1;
	background-color: #7B3D51;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

