html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: gray;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#wrapper {
	background-color: white;
	width: 100%;
	height: 100%;
}

#logo {
	margin: 0;
	padding: 25px 0 0 25px;
	background-color: white;
	float: left;
	}
	
.top_nav {
padding: 30px 0 0 0;
text-align: right;
background-color: white;
}

		
li {
	padding: 10px;
	font-family: Helvetica;
	color: gray;
	background-color: white;
	text-decoration:none;
	list-style: none;
	}

li.one {
	display: inline;
	color: #AFAFAF;
	}

a {font-family: Helvetica;}
a:link, a:visited {color: #AFAFAF; text-decoration: none;}
a:hover {color:#40D2FF; text-decoration: none;}
a:active {color: black; text-decoration: none;}

.right {
	margin: 0 150px 0 0;
	text-align: right;
	background-color: white;
	
}
	

#main_portfolio {
	clear: both;
}
		
h1 {
	font-size:16pt;
	font-weight: BOLD;
	font-family: Helvetica;
	color: gray;
}

p {
	font-size:10pt;
	font-weight: BOLD;
	font-family: Helvetica;
	color: gray;
}

.big {
	font-size: 13pt;
}

#photo, #contact {
	margin: 0;
	text-align: center;
	border: 0;
	width: 100%;
	clear: left;
}

.thumb {
	border: 1px solid #ddd;
}

#profile, #contact, #capabilities {
	padding: 0 0 10px 30px;
	clear: both;
}

#profile {width: 500px;}

