
/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}


body{
	font: normal 9px/12px Verdana,Arial,sans-serif;
	color: #666;
}
div#navParent{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 9px;
}






/* Put margin and padding back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {	clear:both;	}
br { 	clear:both;	}

/* Remove border around linked images */
img {	border: 0;}



ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

cite{color: #888;}
a	 { color: #666; }
a:hover { color: #333 }
a{
	text-decoration: underline;
	color: #111;
}



#container{
	width: 810px;
	margin: 0 auto;
}


h1{
	text-align: left;
	font: normal 10px/17px "Lucida Grande", Arial,sans-serif;
}

h1 a{
	text-decoration: none;
	color: #666;
}
h1 a:hover{
	text-decoration: underline;
	color: #111;
}

#masthead, #masthead_name, #masthead_description { display:none !important; }
/* Include site name and description on every page for SEO friendliness, but them make invisible to visitors.  */

#topBar{
	height: 12px;
	margin: 16px 0px 4px 0px;
	background-color: transparent;
	text-align: right;
	width: 810px;
	float: right;
}

#topBar a{
	color: #666;
	text-decoration: none;
}

#myGallery{
	width: 810px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	height: 270px;
	z-index:5;
	display: none;
	float: right;
}

#contentWrapper{
	position: absolute;
	top: 354px;
	width: 810px;
}

#logo{
	width: 810px;
	height: 10px;
	margin: 0 0 20px 0;
}
#logo h1{
	margin: 0;
}



#desc
{
	float: right;
	width: 405px;
	height: 180px;
}

#desc p, #desc h3
{
	color: #111;
	margin: 0 0 14px 0;
	text-align: justify;
}

#desc h3 { text-transform: uppercase; margin-bottom: 0px;}


#desc ul{	margin-bottom: 20px;}


#desc li
{
	color: #111;
	margin-bottom: 7px;
}

#desc ul.space, #desc li.space { margin-top: 14px; }

/*
#footer
{
	float: left;
	width: 810px;
	height: 10px;
	margin: 32px 0px;
	background-image: url(../img/copyright.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
*/


/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

a.gold{
	color: #cc9900;
	text-decoration: none;
}

span.edit { text-transform:capitalize !important; }
span.edit A:HOVER { color: red; text-decoration:underline !important; }
