html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px none;
}
a {
	color: #FEFF00;
	text-decoration: underline;
}
a:hover {
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #A7200A url('media/Robbiesbg.jpg') repeat-y 0px 80px;
	color: white; font-style:normal; font-variant:normal; font-weight:normal; font-size:16px; font-family:arial, sans-serif
}
#righty    { float:left; width:25%;  }
#nav ul    { list-style-type:none; border:0px solid black; padding:0px; margin:0px;}
#nav li 
{ 
 padding:0px;
 margin:0px;
 display:inline;
}


#nav li a 
{
 display:block;
 font-weight:lighter;
 border-left:5px solid #C52910;
 padding:3px 5px 4px 10px;
 margin:3px 5px 0 5px;
 text-decoration:none;
 color:black; 
}

#nav li a:hover
{
 display:block;
 border-left:15px solid #6F7850;
 background:#929E6A;
 padding:3px 5px 4px 5px;
 margin-left:0px;
 color:black;
}

#header {
	background: #6B1808
}
h1 {
	height: 56px;
	color: #fff;
	font-weight: normal;
	font: 22px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 56px;
	text-indent: 23px;
	width: 600px;
}
h1 span {
	font-size: 30px;
}

#content {

	border: 0px #060606;
	width: 700px;
	margin: 48px 28px 8px 120px;
}
#content .i {
	padding: 35px;
}

#content h2 {
	font: 25px "times new roman", serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}
#content h2 strong {
	color: #FEFF00;
	font-weight: normal;
}

#content h2.h {
	font-size: 22px;
}
#content ul    { list-style-type:none; border:0px solid black; padding:0px; margin:0px;}
#content li 
{ 
 padding:0px;
 margin:0px;
 display:inline;
}


#content li a 
{
 display:block;
 font-weight:lighter;
 border-left:5px solid #6B1808;
 padding:3px 5px 4px 10px;
 margin:3px 5px 0 5px;
 text-decoration:none;
 color:black; 
}

#content li a:hover
{
 display:block;
 border-left:15px solid #6B1808;
 background:#98200C;
 padding:3px 5px 4px 5px;
 margin-left:0px;
 color:black;
}

.htop {
	color: #FEFF00;
}
.hproject {
	position: relative;
	top: 0.5em;
	left: -0.4em;
}
.hof {
	position: relative;
	top: -0.5em;
	left: -1.5em;
	color: #FEFF00;
}
.h2006 {
	position: relative;
	top: 0.1em;
	left: -0.8em;
	font-size: 22px;
}

#picbox-left {
	margin: 1em 1em 1em 0;
	background: #9A0303;
	float: left;
	width: 110px;
	padding: 0px;
}
#picbox-left img {
	display: block;
}

#picbox-right {
	margin: 1em 1em 1em 0;
	background: #9A0303;
	float: right;
	padding: 0px;
}
#picbox-right img {
	display: block;
}

#picbox-rightrec {
	margin: 1em 1em 1em 0;
	background: #9A0303;
	float: right;
	padding: 0px;
}
#picbox-rightrec img {
	display: block;
}

#gallery {
	margin-top: 5px;
	border: 1px solid #890202;
	background: #6A0101;
	padding: 5px;
	margin-right: 15px;
}

#gallery img {
	display: block;
}
#bigpic, #gallery .smallpic {
	background: #9A0303;
	padding: 4px;
}

#bigpic {
	float: left;
}
#pica { margin: 0px 15px 15px 15px; }
#picb { margin: 0px 0px 15px 5px; }
#picc { margin: 0px 5px 5px 15px; }
#picd { margin: 0px 0px 5px 15px; }
.smallpic {
	float: left;
}

#copyright {
	text-indent: 270px;
	padding-bottom: 14px;
}

#footer {
	background: url('media/darkbutton.gif') repeat-x;
	height: 56px
}



.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
border-left:0px solid #FF8309; border-right:0px solid #FF8309; border-top:1px solid #FF8309; border-bottom:1px solid #FF8309; margin:0; padding:0; float: left;
width: 100%; /*width of menu*/
/*border*/
background: black url('media/darkbutton.gif') repeat-x center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #FF8309; /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 7px; /*shift text down 2px for selected and active item*/
padding-bottom: 3px; /*shift text down 2px for selected and active item*/
background: black url('media/lightbutton.gif') repeat-x center;
}