#nav {
	position: absolute;
	top: 280px;
	left: 60px;
	width: 882px;
	height: 40px;
	background : url(../images/pnback.gif);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 61px;
}

#plaintext a {
	color: #8F4F30;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 60px;
	width: 882px;
	height: 280px;
	background : url(../images/s2dlogo.jpg);
}

#nav a {
	display: block;
	width: 140px;  /* 110px */
	height: 40px;
	float: left;
	text-align: center;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background : url(../images/pnbutton.gif);
	font-weight : bold;
	font-size : 10px;
}

#nav a.active {
	background : url(../images/pnbuttona.gif) !important;
}

#nav a:hover {
	color: #804027;
	background : url(../images/pnbuttonh.gif);
}



#content {
	position: absolute;
	top: 321px;
	left: 235px;
	width: 480px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}


#sidebar {
	position: absolute;
	top: 321px;
	left: 791px;
	width: 150px;
	height: 300px;
	padding: 10px 40px 10px 0px;
}


#lang {
	position: absolute;
	top: 150px;  /*  241px;*/
	left: 860px;  /*  781px;*/
	width: 180px;
	height: 30px;
}

#subnav h1{
	font-weight : bold;
/*	color: #804027;*/
	color: #8C753E;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	display: block;
	text-decoration : uppercase;
	font-size : 90%;
}

#subnav h2{
	font-weight: bold;
	color: #8F4F30;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	display: block;
	font-size : 100%;
	text-transform: uppercase;
}


#subnav a {
	display: block;
	text-decoration : none;
	text-transform : uppercase;
	margin: 0px;
	color: #535353;
	font-size : 90%;
	/*background : url(../images/pbull.gif) no-repeat; */
	padding: 2px 0px 4px 15px;
}


#subnav a.active {
	font-weight: bold;	
	font-size : 90%;
	color: #804027;
	background : url(../images/pbull.gif) no-repeat;
}


#subnav a:hover {
	font-weight: bold;	
	font-size : 90%;
}


#subnav {
	position: absolute;
	top: 321px;
	left: 61px;
	width: 160px;
	height: auto;
	padding-top: 10px;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
}


form.search {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #804027;
	font-size: 10px;
}

#footer {
	left: 315px;
	width: 480px;
	padding: 10px 40px 10px 20px;
	
}
