@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../images/bgred1.jpg);
	background-repeat: no-repeat;
}
div#wrapper {
	margin:0 auto;
	text-align:left;
	position: relative;
	width: 800px;
	margin-top: 50px;
	padding-bottom: 60px;
}


div#header {
	height: 150px;
	background-repeat: no-repeat;
	background-position: left;
	overflow: inherit;
	background-image: url(/images/headerbald.png);
}

   div#tabs {
	font-size:75%;
	line-height:normal;
	border-bottom-width: 3px;
	height: 32px;
	border-top-width: 1px;
	background-image: url(../images/navbar/nav-barr.png);
	background-repeat: no-repeat;
	background-position: 25px;
	padding-left: 86px;
      }
    #tabs ul {
	margin:0;
	list-style:none;
	margin-bottom: 5px;
	padding-bottom: 5px;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	margin:0;
	text-decoration:none;

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
      }
    #tabs a span {
	display:block;
	color:#999;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 10px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
	background-image: url(../images/navbar/nav-hover.png);
	background-repeat: no-repeat;
	background-position: bottom;
      }
    #tabs a:hover span {
      }





div#centre {
	width: 3px;
	background-image: url(../images/stripedivide.gif);
	clear: left;
	position: absolute;
	height: 520px;
	left: 316px;
	top: 204px;
	background-repeat: repeat-y;
}


div#leftcontent{
	margin: 10px;
	width: 250px;
	margin-left: 3px;
	color: #999;
}

div#gallerylist{
	width: 220px;
	font-size: 70%;
	margin-top: 20px;
	margin-left: 20px;
	background-image: url(/images/whitelayer.png);
	background-repeat: repeat;
	color: #999;
}

div#images{
	height: 120px;
	margin-top: 25px;
	padding-bottom: 10px;
}

div#headshot{
	width: 155px;
	height: 195px;
	background-position: center center;
	margin: 15px;
	margin-left: 70px;
	background-image: url(/images/headshotweb.jpg);
}

div#image2{
	width: 150px;
	height: 100px;
	background-position: center center;
	margin: 15px;
	margin-left: 70px;
	margin-top: 130px;
}

div#image4{
	width: 150px;
	height: 100px;
	background-position: center center;
	margin: 15px;
	margin-left: 90px;
}

div#image3{
	width: 150px;
	height: 100px;
	background-position: center center;
	position: absolute;
	left: 605px;
	top: 85px;
}

div#contentg{
	font-family: Arial, Helvetica, sans-serif;
	width: 510px;
	height: 500px;
	font-size: 83%;
	background-repeat: repeat;
	color: #999;
	background-image: url(../images/blacklayer.png);
	position: absolute;
	left: 347px;
	top: 197px;
}

div#content{
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 510px;
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 83%;
	padding-bottom: 5px;
	padding: 10px;
	background-repeat: repeat;
	color: #999;
	background-image: url(../images/blacklayer.png);
	position: absolute;
	left: 347px;
	top: 197px;
}



div#logo {
	background-image: url(../images/minilogo.png);
	position: absolute;
	height: 55px;
	width: 59px;
	left: 287px;
	top: 689px;
	background-repeat: no-repeat;
}



div#footer{
	margin:0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 15px;
	padding-top: 3px;
	width: 700px;
	color: #333;
	margin-top: 60px;
}

div#footerg{
	margin:0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	height: 15px;
	padding-top: 3px;
	width: 700px;
	color: #333;
	margin-top: 10px;
}

ul#gallink,ul#gallink li {
	list-style: url(../images/galpoint.png);
	color: #999;
	margin-bottom: 1em;
	text-align: left;
}

ul#gallink li.active a,ul#gallink a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}

ul#gallink a{
	color: #333;
	text-decoration: none;
}


ul#link li{
	text-align: left;
	list-style-type: none;
	text-indent: 15px;
}

ul#link a{
	color: #999;
	text-decoration: none;
}

ul#link li.active a,ul#link a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}
