body{
		min-width:808px;
		padding:0;
		margin:0;
		font:14px verdana;
		background-image:url("images/layout/graybg.png");
		}
		
h1,h2,h3{
		text-align:center;
		}
		
p{
		text-indent:2em;
		padding:0 1em;
		}
	
#container{
		width:760px;
		margin:0 auto;
		background-color:black;
		border:2px solid black;
		}
#header{
		width:760px;
		background-image:url("images/layout/gradtop.jpg");
		background-repeat:no-repeat;
		background-position:center; 
		height:100px;
		border:1px solid gray;
		border-bottom:4px outset black;
		position:relative;
		top:-1px;
		left:-1px;
		}
#menu{
		width:180px;
		float:left;
		position:relative;
		margin-left:4px;
		margin-top:20px;
		}
		
#content{
		overflow:hidden;
		background-image:url("images/layout/whitebg.png");
		float:right;
		margin-right:4px;
		width:540px;
		padding:10px;
		min-height:650px;
		}

#footer{
		width:100%;
		clear:both;
		text-align:center;
		font-weight:bold;
		}
		
.nav, .navcurrent{
	width:180px;
	background-color:black;
	color:silver;
	font-weight:bold;
	font:18px Verdana;
	text-align:center;
	position:relative;
	padding:3px;
	margin:20px auto;
	border-bottom:1px solid gray;
	}
	
.nav a:link, .nav a:visited, .nav a:hover, .navcurrent a:link, .navcurrent a:visited, .navcurrent a:hover{color: silver;text-decoration:none;}   

.center{
	width:100%;
	text-align:center;
	}

.gallery{
	min-width:150px;
	min-height:150px;
	border:1px solid black;
	margin:12px;
	display:block;
	float:left;
	}
	
#menu2{
	width:760px;
	margin:0 auto;
	background-color:black;
	border-top:4px inset black;
	border:2px solid black;
	padding:10px 0px;
}

#menu2 .nav, #menu2 .navcurrent{
	margin:0 5px;
	padding:0;
	display:inline;
	width:auto;
	font:14px Verdana bold;
	text-align:center;
	float:none;	
	line-height:2.5;
	}
	.tutorial li
	{
	margin-bottom:10px;
	}
	#bookmarks{float:right;}
	.lidd{margin-left:-50px;}
