BODY {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/pbk.gif) repeat-y center; 
}

#logo {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 1000px;
	height: 260px;
	background: url(../images/plg.gif) no-repeat;
}

#logo2 {
	position: absolute;
	left: 745px;
	top: 100px;
	width: 200px;
	height: 50px;
	background: url(../images/) no-repeat;
} 

#maintopic {
	position: absolute;
	left: 10px;
	top: 140px;
	width: 800px;
	height: 30px;
	border-top: 0px solid #cdcdcd;
	background: url(../images/) repeat-x;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 170px;
	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: 11px;
	letter-spacing : 1px;
	background : #ffffff;
}

#maintopic a:hover {
	background: #ffffff;	
	color: #ba0000;
}

#maintopic a.active {
	background: #ffffff;	
	color: #ba0000;
	font-weight: normal !important;
	font-size: 11px;
}


#topic {
	position: absolute;
	left: 50px;
	top: 170px;
	width: 200px;
}

#topic a {
	display: block;
	letter-spacing : 2px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #ffffff;
	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 {
	color: #cbcbcb;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #3C475D;
	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: 170px;
	width: 900px;
	height: 187px;
}
#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: 310px;
	top: 260px;
	width: 600px;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	position: absolute;
	top: 260px;
	left: 20px;
	width: 180px;
	color: #ffffff;
}

form.search {
	position: absolute;
	top: 28px;
	left: 780px;
	width: 160px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background-color: #ffffff;
	font-size: 10px;
}
