/* remove all padding, borders, margins */
html, body, dd, dt, dl, ul, ol, li, p, h1, h2, h3, h4, h5, h6
form, fieldset, a, div, img{margin: 0;padding: 0; border: 0;}
ul {
	list-style-type: none; /* remove list style for port images */
	}
body{
	background-color: #262A5B;
	text-align:center; /* centers page for IE5 */
	}

/* re-style italics - or IE italics bug breaks layout */
i {
font-style: normal;
color: #800080;
}
	
#wrapper{
	width: 760px;
	text-align:left; /* counteracts body center align so works in other browsers than IE5 ok */
	margin-top: 5px;
	margin-left: auto;
	 margin-right: auto;
	}

#header{
	width: 750px;
	height: 50px;
	text-align:left; /* counteracts body center align */
	margin-left: auto;
	margin-right: auto;

	}
#header img{
	border-style: none;
	vertical-align: bottom; /* removes extra space in IE */
	}

#content{
	background-color: #ffffff;
	width: 750px;
	text-align:left; /* counteracts body center align */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: url(images/background.jpg) no-repeat #ffffff;
	}
	
#indexpagecontent{
	width: 750px;
	background-color: #ffffff;
	text-align:left; /* counteracts body center align */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	}
#maincontent{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	}	
	
.clear {clear: both;
height:0px;
}	

/*portfolio menu separator */
.separator {
	height: 1px;
	background-color: #d9d9d9;
	clear: both;
	margin: 1em 0;
	}	

#copyright {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#footerimg img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	}

html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	}
h1{
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; padding: 10px 0 10px 0;
	text-align:center;
	}
h2{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0e305d; padding: 10px 0 10px 0;
	}
h3{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #0e305d; padding: 10px 0 10px 0;
	}	
p{padding: 0 0 10px 0; line-height: 150%;}
/* set colors for normal links - must specify or IE uses default*/
/* correct order is link, visited, hover then active */
/* visited link colour important for accessibility */
a:link {
	color: #0e65ac;
	text-decoration: none;
	}
a:visited {
	color: #336985;
	text-decoration: none;
	}
a:hover {
	color: #0c3183;
	text-decoration: none;
	}
a:active {
	color: #6092b5;
	text-decoration: none;
	}
	
.ImgFloatLeft {
	float: left;
	padding: 5px;
}	