/* CSS Document */

#lh-col {
	color:#000000;
	}

#lh-col p {
	color:#000000;
	}

#lh-col h2 {
	font-weight:100;
	}

#lh-col img {
	}
	
#rh-col {
	font-size: 95%;
	}

rh-col img {
	border:none;
	}
	
#rh-col h1 {
	font-weight:100;
	}

#rh-col a, a:visited {
	color:#0000FF;
	
	}
	

#rh-col p {
	margin-left:1em;
	}

#rh-col h3 {
	margin-left:1em;
	}

/*#lh-col a, a:visited {
	color:#00FF00;
	text-decoration:none;
	}*/

#lh-col a {
	text-decoration:none;
	}

#lh-col h3 {
	font-weight:200;
	}

#footer p {
	font-size: 80%;
	text-align:center;
	}
	
#footer a, a:visited {
	text-decoration:none;
	color:#0000FF;
	}

#photo {
	width:425px;
}

#photo p {
	font-size:80%;
	}

.mygallery {
	background-image:url(/images/gallery-backdrop.jpg);
	}

.mygallery img {
	border:solid thin black;
	}

.mygallery a {
	text-transform:uppercase;
	font-size:9px;
	color:#000000;
	}

#button {
	width:200px;
	margin-top:10px;
	clear:both;
	
	}
	
#button a {
	text-transform:uppercase;
	font-size:9px;
	}
	
/* Top Menu */

#navcontainer ul
{
	font-size:12px;
	padding-left: 0;
margin-left: 0;
margin:0;
background-color: #010CFE;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #010CFE;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color:#009432;
color: #fff;
}

/*Images*/

.floatleft {
	float:left;
	margin-right:.5em;
	maring-left:.25em;
	margin-bottom:.5em;
	}

.floatright {
	float:right;
	margin-left:.5em;
	maring-right:.25em;
	margin-bottom:.5em;
	border:double solid #000000;
	}

.floatcenter {
	text-align:center;
	clear:both;
	}