@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif; /* Set the global font */ 
	background: #e6e6e6; 
}

#page-wrap {
    margin: 0px; padding: 0px; border: 0px;	
}

/* Lay out the page structure with a container */
#container {
	width: 960px; /* Width of the container minus the left padding below */
	margin: 0 auto; /* Aligns the container to the centre of the page */
	padding: 30px 0 0 0; /* Add some top and left padding */
}

#header {
	margin: 0 0 50px 0;	/* Bottom margin on the header */
}


#intro {
	padding: 30px 0 0 6px;
	width: 580px;
}

#intro .introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	text-decoration: none;
	background-color: #dbdbdb;
	color: #767676;
}




#portfolio {
	margin: 40px 0 40px 0;
}

#portfolio .img1 {
	margin: 0 0 20px 0;
	padding: 0;
}

#portfoliotext {
	padding: 0 0 0 6px;
	width: 940px;
}

 a:link  {
	color: #000000;
	font-weight:  bold;
	text-decoration: none;
}

a:visited  {
	color: #767676;
	text-decoration: none;
}

 a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
	
}


#portfoliotext .info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	background-color: #dbdbdb;
	color: #767676;
	
}



#footer {
	margin: 0 0 40px 0;
}

	#footer p.copyright {
		clear: both; /* The links above were floated, so clear the float on the copyright text */
		float: right; margin: 10px 40px 20px 0; /* Add a new float to the right and shift into place with some right margin */
		background-color: #dbdbdb;
		font-size: 11px; color: #767676; /* Style up the text */
	}

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
