html, body {
	
	margin:0;
}
body {
	margin:0;
	background:url(../images/bg.gif) #111;
	color:#FFF;
	font:normal 1em Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
}
h1 {
	font-weight:normal;
}
a:link, a:visited {
	color:#5fa9f3;
	text-decoration:none;
}
a:hover {
	color:#9bcdff;
}
p {
	padding:5px;
	margin:10px 10px 10px 10px;
}
img {
	border:0;
}
/*****************************/
#header {
	width:900px;
	margin:0 auto;
}
#box {
	width:900px;
	height:600px;
	margin:0 auto;
	background:#222;
}
#nav {
	width:130px;
	float:left;
	margin:5px 0 5px 5px;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#nav li a {
	display:block;
	line-height:2em;
	padding-left:10px;
}
#sel {
	background:#111;
}
#nav li a:hover {
	background:#191919;
}
#content {
	float:left;
	width:760px;
	height:590px;
	background:#111;
	margin:5px 5px 5px 0;
	color:#999;
	overflow:auto;
	font:normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
#content strong {
	display:block;
	color:#F60;
}
.imlog {
	border:1px dotted #333;
	background:#000;
	padding:5px;
	font-size:10px;
	margin:10px;
}
.imlog h6 {
	color:#3273dd;
	font:bold 10px Tahoma;
	margin:0 3px 0 0;
	display:inline;
}
.imlog h5 {
	color:#ff4040;
	font:bold 10px Tahoma;
	margin:0 3px 0 0;
	display:inline;
}
.projectitem {
	float:left;
	width:135px;
	height:135px;
	margin:10px 0 0 10px;
	background:#666;
	background-repeat:no-repeat;
	background-position:center;
}
.projectitem a:link, .projectitem a:visited {
	display:block;
	width:135px;
	height:135px;
	background:url(../images/darkglow.png) no-repeat center;
}
.projectitem a:hover {
	display:block;
	width:135px;
	height:135px;
	background:url(../images/darkglowover.png) no-repeat center;
}
.photo {
	float:left;
	width:94px;
	height:94px;
	margin:10px 0 0 10px;
	background:#666;
	background-repeat:no-repeat;
	background-position:center;
}
.photo a:link, .photo a:visited {
	display:block;
	width:94px;
	height:94px;
	background:url(../images/darkglow2.png) no-repeat center;
}
.photo a:hover {
	display:block;
	width:94px;
	height:94px;
	background:url(../images/darkglow2over.png) no-repeat center;
}