/* CSS Screen = for layout purposes only */

* {
font-size: inherit;
margin: 0;
padding: 0;
}

body {
background:#ACA698;
font-size: 100%;
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
font-size: 1em;
line-height: 150%;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
}

/* ABC */

#banner {
float:left;
height:100px;
width:750px;
}

	#banner img {
	border: none;
	}


#frame{
background:url(../images/bg_frame.jpg) top left repeat-y;
float: left;
left: 50%;
margin-left: -375px;
margin-top:40px;
position: absolute;
width: 750px;
}

#footer {
float:left;
height:25px;
width:750px;
}

		#footer a img {
		border:0;
		}

#images {
float:right;
/*height:235px;*/
width:415px;
overflow: hidden;
padding:0;
}

		#images a img {
		border:0;
		float:left;
		margin-top:10px;
		margin-left:10px;
		padding:0;
		margin-right:0; !important
		}


		#images p {
		font-size:0.7em;
		color:#6f4745;
		text-align:center;
		}
		
		
#nav {
border:1px solid #EDEAE3;
float:right;
height:20px;
margin-right:10px;
margin-top:15px;
overflow:hidden;
}


		#nav a img {
		border:0;
		float:left;	
		}

#pubimages {
float:left;
width:280px;

}

		#pubimages a img {
		border:0;
		float:left;
		margin-top:10px;
		margin-left:10px;
		}
		
		#pubimages p {
		font-size:0.7em;
		color:#6f4745;
		text-align:center;
		}

#pubtext {
float:left;
width:135px;
}

			#pubtext p {
			font-size:0.7em;
			color:#7c4542;
			font-weight:bold;
			margin-top:10px;
			}
			
			#pubtext a {
			color:#928c82;
			text-decoration:none;
			}
		
		
#text {
float:left;
/*height:235px;*/
width:335px;
padding-top:3px;
}

		#text p {
		color:#647e92;
		font-size:0.8em;
		line-height:120%;		
		margin-left:10px;
		margin-right:10px;
		}
		
		#text h2 {
		color:#647e92;
		font-size:0.9em;
		font-weight: lighter;

		margin-left:10px;
		}

#wrapper {
float:left;
width:750px;
background: url(../images/bg_wrapper.jpg) top left repeat-y;
}

/* CLASSES */

.pubname {
float:left;
border-top:1px solid white;
margin-right:3px;
margin-left:3px;
width:105px;
height:115px;
padding-top:3px;
}

.pubname2 {
float:left;
border-top:1px solid white;
border-bottom:1px solid white;
margin-right:3px;
margin-left:3px;
width:105px;
height:125px;
margin-bottom:10px;
padding-top:3px;
}

.border {
border:1px solid black;
}

.fleft {
float:left;
margin: 10px, 10px, 20px, 0;
}

.fright {
float:right;
margin: 10px, 0, 20px, 10px;
}


.handyes {
display: none;
}
