@charset "utf-8";
/* CSS Document */
/*Reset Rules for sanity*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*My styles*/

body {
  background-color: #373536;
  color: #737373;
  font-family: "Catriel", Garamond, Trebuchet MS, sans-serif;
  font-size: 11px;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #737373;
}

#container {
  width: 1000px;
  height: 512px;
  margin: 5px auto 20px;
  position:relative;
}
#header {
	width: 691px;
	margin: 0 auto;
	position: relative;
	top: -27px;
}
#IndexTitle {
	position: absolute;
	left: 40px;
	top: 230px;
}
#IndexTitle a {
	width: 400px;
	height: 35px;
	display: block;
}
#IndexTitle h1 {
	font-size: 3em;
	font-weight: normal;
}

#IndexNav {
	position: absolute;
	left: 350px;
	top: 350px;
	font-size: 1.8em;
}

#IndexNav li {
	width: 200px;
	float: left;
  text-align: center;
}

#IndexNav li.sep {
	width: 50px;
}

#photoBox {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 599px;
	background-color: #000000;
	text-align:center;
	overflow-x:scroll;
	overflow-y:hidden;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #444444;
	scrollbar-darkshadow-color: #333333;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #333333;
}

#photoBox img {
	margin: 0 5px 0 0;
}

#contentArea {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.8em;
  text-align: left;
  height: 512px;
  width: 200px;
}
#contentArea ul {
  margin-left: 20px;
}
#titleImage {
}

#nav li {
	margin: 25px 0px;
}

#nav h2, #nav h3 {
	margin-top:15px;
}

#nav li a {
  text-decoration:none;
  width: 150px;
  padding-right: 30px;
}
/*Main Content*/
#nav .gap {
	margin-bottom: 50px;
}

#nav .detail {
	margin-bottom: 50px;
} 
	
#nav p, #nav h3, #nav .detail a,#nav .detail a:hover {
	font-weight:normal;
	background-image: none;
}

#nav .detail a, #nav .detail a:hover {
	padding-right: 8px;
}
#nav .detail .activeCat a {
  text-decoration:underline;
}

#nav .detail li {
	margin: 10px 0px;
}

#nav p {
  margin: 1em 0em;
}	

#nav h2 a, #nav h2 {
  color:#FF6600;
  font-weight:normal;
  text-decoration: none;
  background:none;
  text-align:right;
  margin-right:0;
  padding-right:0;
}

.bottomnav {
	position: absolute;
	bottom: 0px;
}

.subtitle {
  color: #939393;
  font-size:8pt;
  margin-bottom: 20px;	
}

#infoBox {
	font-size: 1.6em;
	width: 400px;
	position: absolute;
	right: 210px;
	padding-top: 20px;
	text-align:right;
}

#infoBox p {
	margin: 15px 0;
}

#footer {
	width: 762px;
	margin: 0 auto;
	padding-right: 238px;
	position: relative;
}

#footer h1 {
	text-align:center;
	font-size: 2.3em;
	font-weight: normal;
}

#footer ul li {
  float: left;
  width: 16%;
  text-align: center;
  color: #666666;
  font-size: 0.7em;
}
#devby {
	position: absolute;
	left: 0;
	top: 0;
}
#copyright {
	position: absolute;
  right: 256px;
  top: 20px;
  font-size: 0.8em;	
}
label {
	display: inline-block;
	font-weight: bold;
}
.stat {
  display: inline-block;
  width: 150px;
}