/* normalizes the margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding : 0; }

/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{font-size : 100%; }

/* removes list-style from lists */
ol, ul
{list-style : none; }

/* normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal; font-weight : normal; }

/* removes spacing from tables */
table
{border-collapse : collapse; border-spacing : 0; }

/* removes border from fieldset and img */
fieldset, img
{border : 0; }

/* left-aligns text in cation and th */
caption, th
{text-align:left; }

/* removes quotation marks from q */
q:before, q:after
{content:''; }
 
html {
	background-color:#000;
	}
	
body {
	
	color:#A7D3E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	width:1068;
	}
	
h2 {
	color:#515DA2;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px 100px;
	}
	
p	{
	color:#515DA2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-left:100px;
	padding:10px 30px;
	outline:#CCC solid medium;
	width:500px;
	}
	
p:first-letter {
	font-size:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#1F792C;
	padding-left:10px;
	}
	
#wrapper {
	margin:0 auto;
	}
	
#header {
	color:#000;
	font-size:1.2em;
	background-image:url(../lay_img/images/blue_des_01.jpg);
	height:150px;
	list-style:none;
	width:1068px;
	}
	
#header ul {
	float:left;
	padding:10px;
	}
	
#header li {
	display:inline;
	text-decoration:none;
	} 
#header a {
	color:#2C3905;
	}	
#header h1 a {
	color:#9DB24B;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	padding:5px 118px 0 0;
	text-decoration:none;
	}	
	
	
#nav {
	clear:both;
	color:#A7D3E6;
	font-size:1em;
	list-style:none;
	float:left;
	padding-left:330px;
	padding-top:20px;
	}
#nav li {
	display:inline;
	}
#nav li a {
	color:#A7D3E6;
	padding:5px 10px;
	}
	
#content {
	background-image:url(../lay_img/images/blue_des_02.jpg);
	height:400px;
	position:relative;
	width:1068px;
	}
	
#article {
	border:2px solid #9DB24B;
	float:left;
	margin:10px;
	padding:10px 35px;
	width:650px;
	}
	
#article dl {
	border:1px solid #9DB24B;
	float:left;
	padding:10px 20px;
	display:inline;
	height:150px;
	width:150px;
	}
#article dt {
	padding:5px 0;
	}	
#article dt a{
	float:left;
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#9DB24B;
	}
	
#article dd{
	padding:5px;
	float:right;
	}
	

	
	
#footer {
	background-image:url(../lay_img/images/blue_des_03.jpg);
	height:50px;
	width:1068px;
	}
	
#footer ul {
	float:right;
	padding-right:75px;
	font-size:1.2em;
	text-decoration:none;
	}
	
#footer li {
	font-size:1em;
	display:inline;
	}
	

/*------------------------------ gallery thanks to stu nicholls--------------*/

/*----------------------------- The containing box for the gallery --------- */
#portfolio {
	 z-index:10;
    position:relative; 
    height:417px;
	    
    }	
#portfolio a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:0; 
    left:95px; 
    overflow:hidden; 
    background:#C3CC6A;
    }
	 
/* Adding the thumbnail images */
#portfolio a.gallery {
    display:block;
    }
	 


#portfolio a.gallery:visited {
	outline: 1px solid #222;
	}
#portfolio a.gallery:hover, #portfolio a.gallery:active {
	outline: 1px solid #FFF;
	}
	
#portfolio ul {
    width:102px; 
   
	 float:right;
	 padding:0 200px 0 0;
    }

/*------------------------------- styling the :hover span ------------- */
#portfolio a.gallery:hover span {  
  
	 overflow:visible;
    }
	

	
/*-------------------all-links--------------------*/
	
a:link {
	color:#7CB2CA;
	text-decoration:none;
	font-size:1.5em;
	padding:5px 5px; 
	} 
	
a:active {
	text-decoration:line-through;
	}
	
a:visited {
	color:#7CB2CA;
	}
	
a:hover {
	color:#478FAB;
	font-size:1.7em;
	}
	
/*----------------end-links----------------------*/

.currentlink {
	color:#9DB24B;
	font-size:1.5em;
	}		
	
.216s {
	color:#9DB24B;
	}
	