﻿BODY {
	margin: 0px;
	padding: 0px;
	background: #E4E3E3 url(../images/pbk.gif) repeat-y;
}

#logo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 900px;
	height: 80px;
	background: url(../images/plg.gif) no-repeat;
}

#acribisheaderleft { 
   position: absolute; 
   left: 65px; 
   top: 12px; 
   width: 700px; 
   height: 80px; 
   background: url(../images/acribis_logo_v2.2_web.gif) no-repeat; 
} 
#acribisheaderright { 
   position: absolute; 
   left: 710px; 
   top: 14px; 
   width: 160px; 
   height: 80px; 
   text-transform: uppercase;
   color: #888888;
	 font-size: 10px;
	 letter-spacing : 1px;
	 line-height: 1.5;
} 

#acribisheaderright a {
	color: #888888;
	text-decoration: none;
}

#acribisheaderright a:hover {
	color: #072869;
}

#twitterlogo { 
   position: absolute; 
   left: 870px; 
   top: 53px; 
   width: 70px; 
   height: 47px; 
} 


#maintopic {
	position: absolute;
	left: 50px;
	top: 100px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	background: url(../images/pmt.gif) repeat-x;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 86px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	position: absolute;
	left: 260px;
	top: 320px;
	width: 900px;
	height: 30px;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
	color: #072869;
	background : url(../images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-size: 10px;
}


#topic {
	position: absolute;
	left: 50px;
	top: 320px;
	width: 199px;
	background-color: #072869;
}


#topic a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #C9C9C9;
	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: #C9C9C9;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #E31628;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#bookmark {
	position: relative;
	width: 199px;
	background-color: white;
	padding-top:20px;
}

#bookmark a {
	border-bottom: none !important;	
}


#eyecatcher {
	position: absolute;
	left: 50px;
	top: 132px;
	width: 900px;
	height: 170px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	/* background: url(../images/peye.jpg) no-repeat; */
}

#content {
	position: absolute;
	left: 270px;
	top: 350px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	position: absolute;
	top: 320px;
	left: 750px;
	width: 200px;
	/* background-color: #072869; */
	color: #fffff;
}

form.search {
	position: absolute;
	top: 52px;
	left: 710px;
	width: 160px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}

