
/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: normal 62.5% Verdana, Sans Serif;
	font-size: 13px;
	color: #000033;
	min-width: 900px;
	background: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
}

h2 {font-size: 30px;}

a {	
	color: #cc3300;
}

a:hover {
	color: #036;
	background: #ffff99;
}


/************* HEADER STUFF ************/

#journalBG {
	margin: 0px auto;	
	background: #000 url(imgz/bg2.jpg) repeat-y center top;
	width: 753px;
	border: 0px;	
}


#header {
	width: 753px;
	height: 324px;
	padding: 0px;
	background: url(imgz/title.png);
	background-position: -1px 0;
	border: 0px;	
}

/************* CONTENT ************/


#othersites {
position:absolute;
top: 0px;
right: 0px;
float:right;
margin-right:3px;
color: #fff;
z-index:1;
text-align: right;
background-color: black;
border: dashed #ccc 1px;
margin: 10px;
padding: 5px;
}

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;		
	border: 0px;
	margin-top: -60px;
}

#blurb {
	padding: 0px 10px 0px 40px;
	border: 0px;
		}

#date {
	padding: 0px 20px 0px 0px;
		border: 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #036;
	font-size: 14px;
	border: 0px;
	
}


#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 40px;
	background-image: url("imgz/circle_detail_sm.gif"); 
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}


#left {
	float: left;
	width: 280px;
	padding: 0px 0px 0px 150px;
	border: 0px;	
}

#right {
	float: right;
	width: 300px;
	padding: 0px 30px 0px 0px;
	border: 0px;
	}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border: 0px;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}


/************* NAVIGATION ************/

#nav {
	margin: auto;
	width: 395px;
	height: 71px;
	padding-top: 170px;
	padding-right: 230px;
	border: 0px;
	}

#nav ul {
	margin:0;
	padding: 0;
	height: 71px;
}

#nav li {
	position: relative;
	float: left;
	height: 71px;
	list-style: none;
	display: inline;
}

#nav li a {
	position: relative;
	height: 71px;
	display: block;
	text-decoration:none;
}

#nav li a {
	cursor: pointer;
}


#nav li a {
	background-image: url(imgz/nav.gif);
	border: 0px;
}

#nav li#photo a {
	background-position: 0 0;
	width: 125px;
}

#nav li#video a {
	background-position: -127px 0;
	width: 115px;
	
}

#nav li#back a {
	background-position: -253px 0;
	width: 149px;
}


/* HOVER STATE */
#nav li#photo a:hover {
	background-position: -1px -74px;
	width: 125px;
	background-color: transparent;
}

#nav li#video a:hover {
	background-position: -128px -74px;
	width: 115px;
	background-color: transparent;
}

#nav li#back a:hover {
	background-position: -254px -74px;
	width: 149px;
	background-color: transparent;
}
