/* css by jwconiglio at gee-mail (google) dot com jan. 2010  */


body {
margin:0;
padding:0;
color:#000;
background: url(testbkgnd.gif) repeat-x top;
font-family: Verdana, Arial, Sans-Serif; 
background-color: #ffffff;
	

link:#ffff99;
}

#wrap { width:800px;
height:auto;
margin:0 auto;
margin-top: 0px;
padding:10px;
background: url(testbkgnd.gif) repeat-x top;
background-color: #CCE0FF;
}



#header {
background:
padding:0px 0px;
float:left;
color: #191997;
font-size: .7em;
}
h1 {
	margin:0;
}



#nav ul {
	margin:10;
	padding:0;
	list-style:none;
	background:
	color:#FFFFCC;
	text-align:center;
	font-size: 14px;
	clear:both;
	
}

#nav a
{
display: inline;
color: #191997;
background-color:
text-decoration: none;
}

#nav a:hover
{
background-color: #CCE0FF;
color: 
}


#nav li {
	margin:0;
	padding:0;
	display:inline;
	
}



#main {
float:right;
Width:582px;
padding: 6px;
background:#fff;
background-repeat:no-repeat;
background-position:top right; 
font-size: .8em;
}
h2 {
	margin:0 0 1em;
	color: #191997;
}

h3 {
	margin:0;
	color: #191997;
	text-align:left
}

h4 {
	margin:0;
	color: #191997;
	text-align:left
}

h5 {
	margin:0;
	color: #191997;
	text-align:left
}

#sidebar {
float:left;
width:190px;
padding:6px;
background:#fff;
background-repeat:no-repeat;
background-position:bottom center;
font-size: .8em;
}

#sidebar li { margin: 0 0 .2em 0; }

#sidebar li { list-style-type:none; }

#sidebar a
{
display: block;
color: #005447;
background-color: #fff;
text-decoration: none;
font-size: .8em;
}

#sidebar a:hover
{
background-color: 
color: #FFF;
text-decoration: underline;
}


#info {
float:right;
width:200px;
padding:20px;
font-size: .8em;
}

#ratetable {
float:left;
width: auto;
padding:0px;
font-size: .9em;
}
#footer {
clear:both;
background: #CCE0FF;

}

#footer  {
margin:0;
text-align:center;
font-size: .5em;
padding: 4px;
}

* html #footer {
	height:1px;
}

div.img
{
  margin: 2px;
  border: 4px;
  border-color: #D1E3D1;
  height: auto;
  width: auto;
  float: right;
  text-align: right;
}


/* XXXXXX photo gallery styles */

div.imggallery
  {
  margin:2px;
  border:1px solid #0000ff;
  height:125;
  width:125;
  float:left;
  text-align:center;
  padding: 10px 10 10 10;
  }
div.imggallery img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.imggallery a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:125px;
  margin:2px;
  border:0px;
  }

/* XXXXXX END photo gallery styles */

.center
{
margin:auto;
}

.floatright
{
float: right;
margin: 0 0 15px 10px;
}


.floatleft
{
float: left;
margin: 20px 20px 10px 10px;
}

a {text-decoration:none}

p:first-letter 
{
color:#191997;
font-size: large;
}

p.small {line-height: 90%}
