body,
	html {
		margin:0;
		padding:0;
	}
	
body {
		min-width:670px;
		background: #434242;
	}

/* Removes list-style from lists */
ol,ul { list-style : none; }
  
/* Normalizes margin, padding */
ul, ol, li, h1,h2, p
{ margin : 0; padding : 0; }

/* Removes border from fieldset and img */

fieldset,img 
{ border : 0; }

#wrap {
		margin:0 auto;
		width:750px;
	}

#header {
	width: 750px;
        margin-top:20px;
	}

#header h1 span {display:none;}

#nav {margin-top:20px;}

#main {
		float:right;
		width:500px;
                margin-top:24px;
                margin-bottom:20px;
                margin-left:75px;
	}
	
#sidebar {
		float:left;
		width:150px;
                margin-top:20px;
      	}


#sidebar h1 span {display:none;}

#sidebar h1 {margin : 0; padding : 0;}

#footer {
                margin-top:20px;
                margin-bottom:20px;
		clear:both;
		width: 750px;
                text-align:right;
	}

/* sub_stories */

#sub_stories {width:500px;}

#photo img {
border: 4px solid #FFF;
	}

#main a img {
border: 4px solid #FFF;
margin-bottom:3px;
margin-right:3px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
	}

#main a:hover img {
border: 4px solid #FFF;
margin-bottom:3px;
margin-right:3px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
	}

body {
	font-family: Arial, "Times New Roman", "Trebuchet MS", "Lucida Grande";
	font-size: small;
}
	
p	{
	line-height: 1.65em;
        margin-bottom: 10px;
        color: #FFF;
        font-size: 85%;
        text-align:justify;
	}

h1	{
	font-size: 110%;
        margin-bottom: 5px;
	}
	
h2	{
	font-size: 110%;
	}

h3	{
	font-size: 100%;
	}

a:link, a:visited
{
        color: #FFF;
        text-decoration: none;
}
a:link:hover, a:visited:hover
{
        color: #5DF600;
        text-decoration: none;
}

#footer ul{ 
	}

#footer li{  font-size: 80%;
               color: #FFF;
               font-style:italic;
	}

#lightbox a:hover {border:none;}

.thumbnail {
	float: left;
	margin-right: 5px;
	}

/* clearing
-----------------------------------------------*/
.clearfix:after {
	content: "."; 

	display: block; height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {

	display: inline-block;
	width: 100%;
		}

* html .clearfix { 
	/* Hides from IE-mac \*/
 height: 1%;
	/* End hide from IE-mac */

	}