BODY {
   margin: 0px;
   padding: 0px;
   background: #940007 url(../images/pbk.gif) repeat-y center; 
}

#head {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 1000px;
	height: 20px;
	background: url(../images/pic.head.gif) no-repeat;
}

#logo {
	position: absolute;
	left: 50px;
	top: -10px;
	width: 900px;
	height: 372px;
	background: url(../images/plg.gif) no-repeat;
}

#maintopic {
	position: absolute;
	left: 500px;
	top: 0px;
	width: 600px;
	height: 30px;
	font-weight: bold;
	border-top: 0px solid #cdcdcd;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 145px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing : 2px;
}

#maintopic a:hover {
	color: #750006;
	font-weight: bold;
}

#maintopic a.active {
	color: #750006;
	font-size: 9px;
	font-weight: bold;
}


#topic {
	position: absolute;
	left: 50px;
	top: 362px;
	width: 150px;
	background-color: #6e0005;
}

#topic a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background-color: #6e0005;
	padding: 0px;
	margin: 3px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 10px;
}

#topic p {
	text-align: center;
}

#topic p a {
	border-bottom: none !important;	
}

#topic a:hover, #topic a.active {
	background-color: #6e0005;
	color: #9b9b9b;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#eyecatcher1, #eyecatcher2, #eyecatcher3, #eyecatcher4, #eyecatcher5, #eyecatcher6, #eyecatcher7, #eyecatcher8 { 
	position: absolute;
	left: 50px;
	top: 130px;
	width: 900px;
	height: 150px;
}
#eyecatcher1 {
background: url(../images/) no-repeat;
}
#eyecatcher2 {
background: url(../images/) no-repeat;
}
#eyecatcher3 {
background: url(../images/) no-repeat;
}
#eyecatcher4 {
background: url(../images/) no-repeat;
}
#eyecatcher5 {
background: url(../images/) no-repeat;
}
#eyecatcher6 {
background: url(../images/) no-repeat;
}
#eyecatcher7 {
background: url(../images/) no-repeat;
}
#eyecatcher8 {
background: url(../images/) no-repeat;
} 


#content {
	position: absolute;
	left: 250px;
	top: 382px;
	width: 620px;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	position: absolute;
	top: 280px;
	left: 700px;
	width: 0px;
	color: #fffff;
}

form.search {
	position: absolute;
	top: 372px;
	left: 70px;
	width: 140px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 0px solid #750006;
	color: #333333;
	width: 90px;
	padding: 2px;
	background-color: #ffffff;
	font-size: 10px;
}

