html,body{

	margin: 0 auto;

	padding: 0;
	
	background: #000;

	}



body{

	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;

	text-align: center;

	}



p{

	margin: 0 10px 10px;
	
	color: #ffffff;
	}



a{

	color: #666699;

	}







img{

	margin: 0 auto;

	border: none;

	}





div#header{

	height: 60px;

	width: 100%;

	/*background: url(topimage.gif) center no-repeat;*/

	margin: 0 0 10px 0;

	font: 48px, Verdana, sans-serif;

	font-weight: bold;

	color: red;

	}

	
a#header { 

	display: block; 
	
	height: 60px;
		
	}


div#wrapper{

	float: left;

	width: 100%;

	}



div#container{

	

	margin:0 auto !important;

	border: none;

	text-align: left;

	width: 750px;

	}





/*------------ begin top nav tabs -----------*/



#navigation {

    padding-left: 8px;

    height: 30px;

    color: #383D42;

    position: relative;

    z-index: 2;

    overflow: hidden;

	}


#LastContent1 #navigation {

    margin-left: -20px;

    margin-right: -15px; 

    margin-bottom: 10px;

	}



#navigation ul {

    padding: 0 10px 0 0; 

    margin: 0 0 0 -8px;

	}



#navigation li {

    margin: 0;

    padding-left: 14px;

    line-height: 31px;

    display: block;

    float:right;

    height: 31px;

	}



#navigation li.first {}



#navigation li.firstcurrent {}



#navigation li a {

    color: #808080;

    padding: 0 14px;

    line-height: 31px;

    text-decoration: none;

    display: block;

    float: left;

    border: 0;

	}

	


#navigation li.current,



#navigation li.lastcurrent {


	margin-left: -2px; padding-left: 17px;


	}



#navigation li.current a,



#navigation li.firstcurrent a,



#navigation li.lastcurrent a {  

    color: #fff;
	background: #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #000;
	}



#navigation li a:hover {

	color: #fff;

	text-decoration: underline;

	}



#navigation li.last a { 

    padding-right: 22px;    

	}



#navigation li.lastcurrent a {

    padding-right: 25px;

	}

/*------------ end top nav tabs -----------*/







/*---- content box -----*/



div#content{

	border-left: solid 1px #999;

	border-right: solid 1px #999;

	border-top: solid 1px #999;

	position: relative;

	top: -1px;

	min-height: 300px;

	height: 100%;

	z-index: 1;

	padding-bottom: 10px;

	margin-bottom: -1px;

	}

	

div#content p{

	line-height: 1.4em;

	margin: 5px 10px;

	}





div#content a{

	text-decoration: none;

	}





div#content a:hover{

	text-decoration: underline;

	}




/*
div#content a:visited{

	color: #990066;

	}
*/




div#content h1{

	font: 16px, Verdana, sans-serif;

	position: relative;
	left: 250px;
	top:-50px;

	font-weight: bold;

	}



#content ul {

    padding: 0 0 0 10px ; 

    margin-top: 15px;

	}



#content li {

    margin-left: 35px;

    line-height: 20px;
    
    color: #fff;

	}


ul.video {

    margin-left: 100px;

        }


/*------------ begin photo nav tabs -----------*/



#photo-nav {

    padding-left: 8px;

    height: 32px;

    color: #383D42;

    position: relative;
    
    top: -1px;

    z-index: 2;
    
    margin-bottom: -5px;
	}


#LastContent1 #photo-nav {

    margin-left: -20px;

    margin-right: -15px; 

	}



#photo-nav ul {

    padding: 0 10px 0 0; 

    margin: 5px 0 0 -8px;

	}



#photo-nav li {

    margin: 0;

    padding-left: 14px;

    line-height: 31px;

    display: block;

    float:left;

    height: 31px;

	}



#photo-nav li.first {}



#photo-nav li.firstcurrent {}



#photo-nav li a {

    color: #808080;

    padding: 0 14px;

    line-height: 31px;

    text-decoration: none;

    display: block;

    float: left;

    border: 0;

	}

	


#photo-nav li.current,



#photo-nav li.lastcurrent {

	margin-left: -2px; padding-left: 17px;


	}



#photo-nav li.current a,



#photo-nav li.firstcurrent a,



#photo-nav li.lastcurrent a {  

    color: #fff;
	background: #000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}



#photo-nav li a:hover {

	color: #fff;

	text-decoration: underline;

	}



#photo-nav li.last a { 

    padding-right: 17px;    

	}



#photo-nav li.lastcurrent a {

    padding-right: 14px;

	}

/*------------ end photo nav tabs -----------*/

/*
a.albumnav {
	margin:  10px 0;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	cursor: pointer;
	text-decoration: none;
	}
	
a.albumnav:hover{
	background:#999;
	text-decoration: none;
	}

a.albumnavactive {
	margin-top: 3px;
	padding: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	cursor: pointer;
	text-decoration: none;
	background:#999;
	}
	
a.albumnavactive:hover{
	background:#333;
	text-decoration: none;
	}
*/


/*----  end content box  ----*/







div#extra{

	clear: left;

	margin-top: -5px;

	padding-bottom: 30px;

	padding-top: 20px;

	background: #000;

	color: #fff;

	border-left: solid 1px #999;

	border-right: solid 1px #999;

	}





div#footer{

	background: #090909;

	color: #888;

	font-size: 10px;

	border-top: solid 1px #999;

	border-left: solid 1px #999;

	border-right: solid 1px #999;

	border-bottom: solid 1px #999;

	text-align: center;

	padding-top: 10px;

	padding-bottom: 10px;

	margin-bottom: 20px;
	}





div#footer p{

	margin: 0;

	padding: 5px 10px;

	}



div#footer a{

	text-decoration: none;

	}





div#footer a:hover{

	text-decoration: underline;

	}





div#footer a:visited{

	color: #990066;

	}