body {
/*	background:#E3DCD7; */
	background: #1A1918; /* url("/images/layout/master-bg.jpg"); */
	color:#fff;
	text-align:center;

	font: 11px/18px "Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing:1pt;
	margin:0px;
}

img#main {
	border:25px solid #fff;
	margin-top:20px;
}

#navbar {
	background: #444;
	width:640px;
	padding:8px;
	margin:0 auto;
	color:#fff;
}


#homepagebar {
	background: #1A1918;
	width:100%;
	height:45px;
	margin:0 auto;
}


#navleft {
	float:left;
	text-align:left;
}

#navright {
	float:right;
	text-align:left;
}


#outer {
	width:720px;
	padding:0px;
	margin:0 auto;
	text-align:left;

}

.name { color:#1A1918;}

h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top:50px;
}

ul.thumbs {
	width: 100%;
	padding: 0;
	margin-left:0px; /* for IE */
	list-style: none;
	text-indent: 3px;
	line-height:18px;
	/* font-weight:bold; */
}

ul.thumbs, ul.thumbs li  {
	display:inline;
}

img.thumb {
	padding:5px;
	background:#fff;
	margin:10px;
}


.description {
	color:#aaa;
}

.description a:link { color:#003366; text-decoration:none; }
.description a:visited { color:#0D4680; text-decoration:none; }



a { color:#fff; text-decoration:none;}
a:visited { color:#fff; text-decoration:none;}
#navbar a:hover  { border-bottom: 1px solid #fff;}


a:link img   {border:none;}
a:visited img   {border:none;}
a:hover img   {border:none;}
