/******* TAGS *******/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
 }

body#iframe {
	margin: 0px;
	padding: 0px;
}

iframe {
	width: 655px;
	height: 445px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/******* LAYOUT DIVS *******/

#topbar {
	width: 100%;
	height: 8px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(212,216,91);
	overflow: hidden;
}

#container {
	min-height: 100%;
	position: relative;
}

#centre {
	width: 900px;
	margin: 0px auto;
}

#namebar {
	width: 900px;
	height: 66px;
}

#imagebar {
	width: 900px;
	height: 230px;
	border-top:1px solid #999999;
}

#navbar {
	width: 900px;
	height: 28px;
	border-top:1px solid #999999;
	background-image: url(images/navgradient.gif);
	background-repeat: repeat-x;
}

#content {
	width: 570px;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 30px;
}

#port_footerfix {
	width: 900px;
	padding-bottom: 35px;
	clear: both;
}

#port_container {
	width: 900px;
	padding-top: 2px;
	padding-left: 20px;
}

#thumbs {
	width: 225px;
	float: left;
}

#portfolio {
	width: 655px;
	padding-top: 10px;
	float: left;
}

#port_image {
	width: 640px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #003366;
}

#footercontent {
	width: 900px;
	margin: 0px auto;
}

/******* CLASSES *******/

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #003366;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	color: #999999;
}

p.content {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

p.bottomnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 30px;
	padding-top: 2px;
	color: #ffffff;
}

span.copyright {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

span.contact {
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 32px;
	padding-left: 15px;
	color: #003366;
}

table.contact {
	margin-top: 10px;
}

img.name {  
    margin-left: 30px; 
}

img.topbar {  
    padding-left: 60px;
}

img.main {  
    float: left;
    width: 300px;
    height: 220px;
	margin: 5px 0px;
}

img.contact {
	margin: 5px 0px;
}

img.thumbs {  
    opacity: 1;
	filter: alpha(opacity= 100);   /* IE */	 
}

img.thumbs:hover {  
    opacity: 0.7;
	filter: alpha(opacity= 70);   /* IE */	 
}

/******* NAVIGATION *******/

ul#navigation {
	padding-left: 30px;
	margin: 0;
	float: left;
	width: 100%;
}

ul#navigation li {
	display: inline;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

ul#navigation li a {
	padding: 6px 9px;
	color: #000000;
	float: left;
	border-left: solid 1px #cccccc;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #000000;
	background-color: rgb(231,231,231);
}

ul.thumbsnav {
	list-style-type: none;
	list-style-position: outside;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	padding-left: 10px;
	margin-left: 0px;
}

/******* PSEUDO CLASSES *******/

a:link {
	color: #003366;
	text-decoration: none;
}  /* unvisited link */

a:visited {
	color: #003366;
	text-decoration: none;
}  /* visited link */

a:hover {
	color: rgb(212,216,91);
	text-decoration: none;
}  /* mouse over link */

a.white:link {
	color: #ffffff;
	text-decoration: none;
}  /* unvisited link */

a.white:visited {
	color: #ffffff;
	text-decoration: none;
}  /* visited link */

a.white:hover {
	color: #cccc33;
	text-decoration: none;
}  /* mouse over link */
