/* 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_tags-------------------------------*/
 
html {
	background-color:#000000;
	}
	
body {
	
	color:#A7D3E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	width:1068px;
	}

/*--------------------div_tags--------------------------------*/
#wrapper {
	margin:0 auto;
	}
	
#header {
	font-size:1.2em;
	background-image:url(../lay_img/images/pola_ph_01.jpg);
	height:100px;
	list-style:none;
	}
	
#header ul {
	float:right;
	padding:10px;
	}
	
#header li {
	display:inline;
	text-decoration:none;
	} 
	
#header h1 a {
	color:#9DB24B;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	padding:5px 15px;
	text-decoration:none;
	}	
	
	
#nav {
	clear:both;
	font-size:1em;
	float:left;
	list-style:none;
	padding-left:50px;
	}
#nav li {
	display:inline;
	}
#nav li a {
	color:#7CB2CA;
	}
	
#content {
	background-image:url(../lay_img/images/pola_ph_02.jpg);
	height:417px;
	position:relative;
	}
	
#footer {
	background-image:url(../lay_img/images/pola_ph_03.jpg);
	height:141px;
	}
	
#footer ul {
	float:right;
	font-size:1.2em;
	padding-right:20px;
	text-decoration:none;
	}
	
#footer li {
	display:inline;
	font-size:1em;
	}
	

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

/*----------------------------- The containing box for the gallery --------- */
#portfolio {
	 height:417px;
    position:relative; 
	 z-index:10;   
    }	
#portfolio a.gallery span {
	 background:#C3CC6A; 
    height:1px;  
    left:75px; 
    overflow:hidden;
	 position:absolute; 
    top:10px;
	 width:1px;
    }
	 
/*--------------------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 {
	 float:right;
	 padding:22px 150px 0 0;
	 width:102px;
    }

/*------------------styling the :hover span -------------------- */

#portfolio a.gallery:hover span {  
    padding-left:55px;  
	 overflow:visible;
    }
	

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

/*-----------------classes-----------------------*/
.currentlink {
	color:#9DB24B;
	font-size:1.5em;
	}		