/*

MAIN CSS

#09e5ff Teal

*/

/*-------------------------------------------- Main Structure */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #fff;
	line-height: 1.4em;
}
#container {
	width: 830px;
	margin: 0 auto;
	padding: 0;
	background: url(images/background_content.gif) repeat-y top center;
}

#header {
padding: 0;
margin: 0;

}

p {
padding: 10px 0 10px 0;
margin: 0;
line-height: 1.4em;
}

#content {
width: 718px;
margin: 0 auto;
padding-bottom: 16px;
}

.projects {
padding: 10px 0 45px 0;
margin-bottom: 40px;
border-bottom: 1px solid #4f4f4f;
}

.projects img {
padding: 5px 0 5px 0;
}

.projects p {
padding: 5px 0 5px 0;
}

#profile {
padding: 15px 0 25px 0;
width: 315px;

}

#profile p {
line-height: 1.6em;
}

#contact {
padding: 15px 0 25px 0;
width: 315px;

}

#contact p {
line-height: 1.6em;
}

.highlight {
clear: both;
font-size: 1.1em;
color: #09e5ff;
font-weight: bold;
text-transform: uppercase;
}

.homecontent {
height: auto;
width: 310px;
padding: 0 0 20px 0;
border-bottom: 1px solid #4f4f4f;
}

.homecontent p {
line-height: 1.6em;
}


.featureimage {
float: right;
margin-bottom: 35px;

padding: 30px 10px 0 10px;


}

.profileimage {
float: right;
margin: 125px 0 0 10px;
padding: 0 0 20px 0;
}

.contactimage {
float: right;
margin: 125px 0 0 10px;
padding: 0 0 20px 0;
}

img, a {
border-style: none;
}

#footer {
	width: 830px;
	height: 70px;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	background: url(images/footer_bg.gif) no-repeat;
}

#footer p {
	font-size: 90%;
	width: 730px;
	margin: 0 auto;
	padding: 12px 0 0 100px;
}

/*-------------------------------------------- Global Navigation */
#nav {
margin: -5px 0 0 0; 
padding: 0; 
list-style-type: none; 
}

#nav ul li img {
margin: 0;
padding: 0;
border-style: none;
}
 



/*-------------------------------------------- Links */

a:link {
color: #09e5ff;
text-decoration: none;
}

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

a:hover {
color: #09e5ff;
text-decoration: underline;
}

/*------------------------- Headers */

.heading {
color: #9c9c9c;
padding: 0;
margin: 0;

}

h1 {
	width: 100px;
	height: 33px;
	margin: 10px 0 0 -3px;
	padding: 0 0 7px 0;
	background: url(images/who.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

h2 {
	width: 227px;
	height: 39px;
	margin: 19px 0 0 -3px;
	padding: 0 0 7px 0;
	background: url(images/feature_project.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

h4 {
	width: 148px;
	height: 33px;
	margin: 19px 0 0 -3px;
	padding: 0 0 7px 0;
	background: url(images/projects.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

h5 {
	width: 125px;
	height: 36px;
	margin: 19px 0 0 -3px;
	padding: 0 0 7px 0;
	background: url(images/profile.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

h6 {
	width: 140px;
	height: 42px;
	margin: 19px 0 0 -3px;
	padding: 0 0 7px 0;
	background: url(images/contact.gif) 0 0 no-repeat;
	text-indent: -2000px;
}