body {
	background-color: #0a0a0a;
	color: #eee;
	font-family: arial;
}

a:link { color: #8b9; }
a:visited { color: #8b9; }
a:hover { color: #bfd; }
a:active { color: #39f; }

#all {
	margin: 0 7% 0 7%;
	width: 86%;
}

#title {
	font-size: 2.8em;
	font-weight: bold;
	color: #789;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 1px;
}

#subtitle {
	font-size: 0.6em;
	font-weight: bold;
	color: #797;
}

#nav {
	padding-bottom: 4px;
	border-bottom: 1px solid #224966;
	text-align: left;
}

#nav a {
	margin: 2px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #0a2858;
}


#nav a:link { background-color: #000; color: #e47832;}
#nav a:visited { background-color: #000; color: #e47832; }
#nav a:hover { background-color: #1b2a45; color: #fec; }
#nav a:active { background-color: #182645; color: #fff; }

#nav a.atab {
	background-color: #11223c;
	border-bottom: 2px solid #224966;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius-bottomleft: 0;
	-webkit-border-radius-bottomright: 0;
	color: #f4b172;
	//font-weight: bold;
}

#content {
	background-color: #00000b;
	padding: 10px 50px 5px 40px;
	margin: 2px;
	font-size: .9em;
	font-weight: normal;
	min-height: 100px;
	border: 1px solid #0a2148;
}

#footer {
	background-color: #000;
	color: #666;
	padding: 2px;
	margin: 2px;
	text-align: center;
	font-size: .6em;
	border: 1px solid #0a2148;
}

h1 {
	position: relative; left: -10px;
	margin: 2px 0 10px 0;
	font-size: 1.5em;
	border-bottom: 1px #697 solid;
	padding: 0 0 0 10px;
}

p {
}

a.dimage {
	display: -moz-inline-block;
	display: inline-block;
	background-color: #010918;
	border: 1px solid #126;
	text-align: center;
	padding: 4px;
	margin: 2px 14px 18px 14px;
	text-decoration: none;
	color: #bcd;
}

a.dimage img {
	border: 1px solid #126;
	margin-bottom: 2px;
}

a.dimage:link { }
a.dimage:visited { }
a.dimage:hover { background-color: #061534; color: #fec; }
a.dimage:active { background-color: #000; color: white;}

#resume {
	background-color: black;
	color: #ccc;
	border: 1px dotted #888;
	padding: 20px 30px 20px 30px;
}

#resume a {
	color: #ccc;
	text-decoration: none;
}

#resume a:link { }
#resume a:visited { }
#resume a:hover { background-color: #111; }
#resume a:active { }

h2.ressect {
	font-weight: bold;
	font-size: 1.1em;
	margin: 20px 0 2px 0;
}

p.respar {
	text-indent: -40px;
	margin: 4px 0 8px 60px;
}

span.resdate {
	float: right;
	margin-left: 60px;
	margin-right: 10px;
}

#rightarea {
	float: right;
	border-left: 1px #3a3a3a solid;
	padding: 0 0 20px 20px;
	margin: 4px 0 20px 10px;
	width: 22%;
}

div.imgwcapt {
	text-align: center;
	margin: 6px 10px 14px 10px;
}

#gallery { border: 1px solid #131a24; background-color: #31363a; }

#pic img { border: 1px solid #313438; margin: 2px;}

#gallery td {
	border: 1px solid black;
	background-color: #191a21;
}

#piclist img { cursor: pointer; border: 1px solid #4c546e; margin: 2px; }
#piclist img:hover { border: 1px solid #5c648e; }


