body 
{ 
	margin: 0; 
	padding: 0; 
	background-color: #352c2c;
	/*background-image:url(pattern.jpg);
	background-repeat:repeat-x repeat-y;*/
	
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

/* Layout */

#container {
	width: 950px; 
	margin: 0 auto; 
	background-color: #fff;
	/*border-left: 1px #D9DFEB solid;
	border-right: 1px #D9DFEB solid;*/
}

#header {
	float: left;
	width: 950px; 
	background: #fff;
	height: 80px;
}

#menu {
	height: 2em;
	float: right;
	font-family: "century gothic", arial, sans-serif;
	text-transform: uppercase;
	list-style: none;
	font-size: 1.2em;
	width:950px;
	background-color: #fff;
	padding-top: 5px;
}

#menu a {
	float: right;
	line-height:2em;
	text-decoration: none;
	color: #666666;
	width: 60px;
}

#menu li {
	float: right;
}	
			
#menu a:hover, #menu a:focus {
	color: #000000;
}	

/*
#body_me #m_me a , #body_work #m_work a, #body_links #m_links a , #body_contact #m_contact a {
	background-color: #999999;
}
*/

#content {
	float: left;
	text-align: left;
	line-height:13pt;
	width: 940px; 
	background-color: #ffffff;
	padding: 5px;
}


#left {
	float: left;
	width: 550px;
	color: #000000; 
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}


#right {
	float: right;
	width: 350px;
	color: #000000;
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 20px;
}

#footer {
	width: 950px;
	clear: both;
	color: #000000;
	font-size: 9px; 
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* side box */

.sidebox {
	background-color: #D9DFEB;
	width : 210px;
	margin : 0px 0px 10px 0px;
	border-top : 5px solid #003575;
	border-bottom : 5px solid #003575;
	color : black;
}


.sideboxtext {
	width : 200px;
	color : black;
	text-align : justify;
}

/* news alternating */

.news {
	background-color: #EBEBEB;
	color: black;
}

/* Various */

.menutitle
{
	font: 14px Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
	text-align: right;
	border-bottom:1px dotted #a42828;
	color: #a42828;
	padding: 2px;
}

table 
{
	font-size: 10px; 
	font-family: Verdana, Sans-Serif; 
	color: #000000;
}

td
{
	font-family: Verdana, Sans-Serif;
	color: #000000;
	font-size: 10px }

img
{
	border: 0;
}

/* Links */
#content a{


}

#content a:hover, a:focus{

}

#content a{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}

#content a:hover{
	color: #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

#left a{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}

#left a:hover{
	color: #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

#bottom a{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}

#bottom a:hover{
	color: #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

.imglink{
	border: 5px solid #333;
}

img a {
	text-decoration: none;
}


/* Text */

h1
{
	font-family: "century gothic", arial, sans-serif;
	font-size: 20pt;
	font-weight: 100;
	color: #352c2c;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2
{
	font-family: "century gothic", arial, sans-serif;
	font-size: 12pt;
	color: #352c2c;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font: 10pt;
	color: #CCCCCC;
	margin-top: 5px;
}

h4
{
	font: 11px verdana, serif;
	text-transform: lowercase;
	font-style: normal;
	font-weight: bold;
	color: #003575;
	padding: 2px;
}

#rewind
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.block 
{
	margin: 0;
	padding: 10px 20px 10px;
	background-color: #D9D9D9;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

blockquote 
{
	border-left: 3px solid #BB5E5E;
	background-color: #D29494;
	font-size : 10px; 
	margin: 0 40px;
	padding-left: 5px;
	font-style: italic;
	line-height: 10pt;
}

.image
{
	padding: 5px;
	margin-left: 5px;
	background-color: #666666;
	border: 1px solid #999999;
}

.links
{
	width:99%;
}

.left
{
	text-align: left;
}

.divider {
	background: url(img/divider.jpg);
	height: 5px;
	border: 0;
}

	/* Navigation */
	
ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
}

ul li {
	/*background: url(img/bullet.gif) no-repeat 3px;*/
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
}


/* Tables */
table.about
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 70%;
}



td.abouta
{
	width: 20%;
}



td.aboutb
{
	width: 50%;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

