html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FEFF00;
	text-decoration: underline;
}
a:hover {
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #800000 0px 135px url(images/grad.jpg) repeat-x;
	font: 12px arial, sans-serif;
	color: #F09361;
}
#wrapper {
	
}
#header {
	background: 6px 0 url(images/header_bg1.gif) repeat-x;
}
h1 {
	height: 95px;
	color: #fff;
	font-weight: normal;
	font: 22px "harrow", "Lucida Grande", arial, sans-serif;
	line-height: 95px;
	text-indent: 23px;
	width: 400px;
}
h1 span {
	font-size: 30px;
}

#body {
	background: top right url(images/main.gif) no-repeat fixed;
}

#nav {
	background: url(images/nav_bg.gif) repeat-x;
	height: 40px;
	font-size: 17px;
}
#nav em {
	font-size: 22px;
	font-style: normal;
}
#nav ul {
	min-width: 780px;
	padding: 0;
	padding-top: 10px;
}
#nav li {
	float: left;
	background: 12px 6px url(images/bullet_nav.gif) no-repeat;
	padding-left: 50px;
	padding-right: 20px;
	margin: 0;
}
#nav li.first {
	background: none;
	padding-left: 20px;
}
#nav a {
	font-weight: normal;
	color: #9A0000;
	text-decoration: none;
}
#nav a:hover {
	color: #500000;
}

#contentright {
	

	position:absolute; top:350px; left: 652px; 

	z-index:10;
}

#content {
	background: #760202;
	border: #FFFFFF 3px solid ;
	width: 750px;
	margin-top: 48px;
	margin-bottom: 28px ;
	margin-left:10px;
}
#content .i {
	padding: 15px;
}

#content h2 {
	font: 16px "times new roman", serif;
	font-weight: normal;
	color: #fff;
	clear: both;
}
#content h2 strong {
	color: #FEFF00;
	font-weight: normal;
}

#content h2.h {
	font-size: 12px;
}

.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 2em 1em 0;
	background: #9A0303;
	float: left;
	width: 130px;
	padding: 3px;
}
#picbox-left 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(images/footer.gif) repeat-x;
	height: 46px;
}



.menu {

font-size:1.5em;
position:relative;
z-index:100;
	background: url(images/nav_bg.gif) repeat-x;
	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:18px;
text-decoration:none; 
color:#9A0000; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#FF9D00; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#9A0000;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#9A0000 ;
}
.menu ul ul :hover > a.drop {
background:#9A0000 ;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#FF9D00;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#FF9D00;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FF9D00; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#9A0000 ;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#9A0000 ;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}



#gallery 
{
	position:relative; 
	width:75px; 
	min-height:75px
}

#thumbs 
{
	width:75px; 
	float:left;
	min-height:75px;
}

#thumbs a 
{
	display:block; 
	float:left; 
	margin:0 0 5px 5px; 
	width:50px; 
	height:50px; 
	border:1px solid #000;
}

#thumbs a img 
{
	width:50px; 
	height:50px; 
	border:0;
}

#thumbs a:hover 
{
	border-color:#ddd;
}

#thumbs a:hover img 
{
	position:absolute; 
	width:auto; 
	height:auto; 
	right:-450px; 
	top:100px; 
	border:1px solid #333;
}


#lgallery 
{
	width:600px; 
	min-height:400px;
}

#lthumbs 
{
	width:600px; 
	float:left;
}

#lthumbs a 
{
	display:block; 
	float:left; 
	margin:0 0 5px 5px; 
	width:100px; 
	height:75px; 
	border:1px solid #000;
}

#lthumbs a img 
{
	width:100px; 
	height:75px; 
	border:0;
}

#lthumbs a:hover 
{
	border-color:#ddd;
}

#lthumbs a:hover img 
{
	position:absolute; 
	width:auto; 
	height:auto; 
	left:635px; 
	top:150px; 
	border:1px solid #333;
}
