html, body
{
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	background-color: #CC9966;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	/*background-image: url(../images/widebgp23.jpg); 
	background-repeat: repeat-y;
	background-position: center; */
	
	margin-top: 0px;
	color: #663300;	
	height: 665px;
 } 

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
p 
{
	font-size: 100%;
	/*font-style: italic;*/	
}


h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	
}
div#head {
	background-color: #996633;
	width: inherit;
	text-align: left;
}	
div#logo {
float:left;
width:215px;
height:665px;
background-color: #FFD5D5;
}	
div .pic {
	float:right;
	width: 540px;
	height: 665px;
	background-image: url(../images/tbgtall.jpg);
}
div .nopic {
	float:right;
	width: 540px;
	height: 665px;

}


div .main {
	float: right;
	text-align: left;
	padding-right: 15px;
	width:96%;
	font-weight: bold;

}
div .trans {
	width: 100%;
	padding:5px;
	filter:alpha(opacity=50);
	opacity:.50;
	background-color: #CEFFB0;
}


div .wide 
{float: right;
}
