/* CSS Document */


html, body {
	padding: 0;
	border: none;
	background-color: #000000;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

html { 
	background-color: #000000; 
}

body {
	min-height: 100%;
	width: 640px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #000000;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}

* html body {
	margin-top: 20px;
}


/***** Layout *****/
.container {
	position: relative;
	margin: 0 auto;
	width: 640px;
	height: 700px;
	top: 0px;
	bottom: 0px;
	background-image: url(../images/body.bkg.jpg);
}

.header1 {
	height: 58px;
	width: 158px;
	position: absolute;
	left: 24px;
	top: 5px;
	z-index: 1;
}

.header2 {
	height: 58px;
	width: 438px;
	position: absolute;
	left: 181px;
	background-image: url(../images/header.bkg.line.jpg);
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
	word-spacing: normal;
	vertical-align: baseline;
	display: inline;
	text-align: right;
	white-space: normal;
	text-indent: 0pt;
	z-index: 2;
}

.ruler {
	height: 1px;
	width: 600px;
	top: 350px;
}

.footer {
	height: 84px;
	width: 640px;
	position: absolute;
	left: 0px;
	top: 655px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
	word-spacing: normal;
	vertical-align: baseline;
	display: inline;
	text-align: center;
	white-space: normal;
	text-indent: 0pt;
	z-index: 2;
	background-color: #FFFFFF;
	color: #000000;
}


/***** Contents & Body *****/
.incontents {
	height: 346px;
	width: 596px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

.flash {
	background-color: #FFFFFF;
	height: 191px;
	width: 632px;
	border: none;
	position: absolute;
	left: 5px;
	top: 75px;
	z-index: 3;
}

.contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	position: absolute;
	height: 350px;
	width: 600px;
	top: 285px;
	margin-left: 20px;
	left: 0;
}

/******Links*******/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
	background-color: #FFFFFF;
}
	a:hover {
	color: red;
	background-color: #FFFFFF;
}
	a:visted { color: #FFF; }
