body { padding: 0 0 0 0; }

div.header { position: absolute; top: 10px; width: 100%; text-align: center; }

div.contentframe { 
 position: absolute;
 top: 100;
 width: 100%; 
 text-align: center; 
 height: 350;
 }
 
 div.content { 
 position: absolute;
 top: 525;
 width: 100%; 
 text-align: center; 
 height: 350;
 }

div.galleryhead { position: absolute; top: 10px; left: 10px;
 font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: oblique; font-weight: bold; color: #F5F5F5; }

div#scroll
{
	position: relative;
	width:100%;
	height:325px;
	background-color:#CCCCCC;
	overflow-x:scroll;
	overflow-y:hidden;
	margin-top: 25px;
	padding: 0 0 0 0;
	z-index: 1;
	margin-left: -45;
}

div#scroll clr // to clear floating elements in the list
{
	clear:both;
	font-size:1px;
	line-height:1px;
}

#scroll ul
{
	width:7200px;
	height:100px;
}

#scroll ul li
{
	display:block;
	float:left;
	margin-left:5px;
	margin-top: -10px;
}
#scroll ul li a img
{
	border:none;
}

div.title { position: absolute; top: 10px; left: 10px; z-index: 2;
 font-family: Calibri, Arial, sans-serif; font-size: 48px; font-style: italic; font-weight: bold; color: #F5F5F5; }

.header { font-family: Calibri, Arial, sans-serif; font-size: 14px; font-style: italic; font-weight: bold; color: #F5F5F5; }
.header a:link { color: turquoise; border-style: none; text-decoration: none; }
.header a:active { color: red; border-style: none; text-decoration: none; }
.header a:visited  { color: turquoise; border-style: none; text-decoration: none; }
.header a:hover  { color: yellow; border-style: none; text-decoration: underline; }

.contact { display: block; clear: right; float: right; margin-top: 25; margin-right: 50px; width: 150px; text-align: right;
 font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F5F5F5;  }
 
div.bar { width: 560; margin-top: 2; margin-left: auto; margin-right: auto; text-align: center;}

.pic{ float: left; margin: 10 10 10 10; font-face:'helvetica neue',sans-serif;color:#887;font-style: italic; font-size: 12;}

#blurb { position: relative; display: inline; margin-top: 25; margin-left: auto; margin-right: auto; display: block; width: 700px; text-align: center;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F5F5F5; }
 
#blurb a:link { color: turquoise; border-style: none; text-decoration: none; }
#blurb a:active { color: red; border-style: none; text-decoration: none; }
#blurb a:visited  { color: turquoise; border-style: none; text-decoration: none; }
#blurb a:hover  { color: yellow; border-style: none; text-decoration: underline; }

#nav { 
width: 100%;
position: absolute;
font:80%/140% 'helvetica neue',sans-serif;

}
#nav ul { 
position: relative;
list-style: none;
margin: 0;
padding: 0;
}

#nav li a:link, #nav li a:visited {
font-size: 90%;
display: inline-block;
width: auto;
float: left;
padding: 0.4em 0.4em 0.4em 0.5em;
border-left: 12px solid darkslategray;
border-right: 1px solid darkslategray;
background-color: slategray;
color: #FFFFFF;
text-decoration: none;
}
#nav li a:hover {
background-color: darkslategray;
color: #FFFFFF;
}

div#nav clr // to clear floating elements in the list
{
	clear:both;
	font-size:1px;
	line-height:1px;
	}
	
.rush { float: left; color: yellow; font-size: 14; }