/* this is the external markup file for nasbr.org  	*/
/* filename is nasbr_stylesheet.css 			*/
/* written by Dan Riskin, August, 2008 			*/




body {
		min-width: 550px;			/* 2* left width + center width */
		margin: 0px;
		background: #588055;				/* #4C6473 colour of background */
		font: 20 courier;		/* default font */
	}



a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}




#header		{height: 165px; background: #1F331D; font-size: 0; margin: 0px 0px 0px 0px;} /* #070926 colour of header */

#container	{padding-left: 200px; padding-right: 50px;}
#container .column {	position: relative; float: left;}
#footer {height: 50px; position: relative; clear: both;}

#center		{width: 100%;}
#left 		{width: 160px; right: 180px; margin-left: -100%; }
#right		{width: 50px; margin-right: -50px;}



h1 {	/* this is the font for the big word noctilio at the top */
		margin: 0px 0px 0px 0px;
		color: black;
		font: 40 Helvetica Neue;
		font-weight: lighter;
	}	

h2{		/* this is the font for the bullets on the left */
		text-align: left;
		color: white;
		font: 15/120% Helvetica Neue;
		
	}

h3{		/* this is the font for headers in the main page */
		color: white;
		font-size: 18;
		font-family: Helvetica Neue,  Helvetica, "Lucida Sans", Arial, sans-serif;
		font-weight: lighter;
		
	}
	

p{
		display: inline;
		color: black;
		font-size: 15;
		font-family: Helvetica Neue,  Helvetica, "Lucida Sans", Arial, sans-serif;
		font-weight: lighter;
	}

.linknow_thumbnail{
    	/*float: left;*/
		width: 148px;
		height: 37px;
		border: solid;
		border-color: black;
		border-width: 2px;
		margin: 2px;
		background: #1F331D;  /* #897952 default colour */
	}

.link_thumbnail{
    	/*float: left;*/
		width: 148px;
		height: 37px;
		border: solid;
		border-color: black;
		border-width: 2px;
		margin: 2px;
		background: #737373; /* #616B4B default colour */
	}
	
.linkheader_thumbnail{
    	/*float: left;*/
		width: 148px;
		height: 20px;
		border: solid;
		border-color: black;
		border-width: 2px;
		margin: 2px;
		background: black;
	}
	
.sidebar_photo{
    	/*float: left;*/
		width: 148px;
		border: solid;
		border-color: black;
		border-width: 2px;
		margin: 2px;
		background: #616B4B; /* #616B4B default colour */
	}
	
.typicalparagraph{
		margin: 10px 0px 10px 50px;
	}
	
.bio{
		margin: 0px 0px 15px 315px;
		min-height: 200px;
	}
			
	
	
.bio_small{
		margin: 0px 0px 15px 165px;
		min-height: 100px;
	}


.nasbrlogo{ 
    	float: left;
		height: 165px;
		margin: 0px 0px 0px 200px;
	}


.important{
		font-weight: bold;
		color: #000000;
	}
	
.member_photo{
		float: left;
		width: 300px;
		height: 200px;
		border: solid;
		border-width: 1px;
		margin-left: -315;
	}
	
.lifetime_photo{
		float: left;
		width: 300px;
		height: 200px;
		border: solid;
		border-width: 1px;
		margin: 10px 10px 10px 0px;
	}
	
.small_photo{
		float: left;
		width: 150px;
		height: 100px;
		border: solid;
		border-width: 1px;
		margin-left: -165;
	}
	


	
	
	
	

