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

body {
	margin-right: 0px;
	background-color: #ffffff;
}


#container
{
margin: 0 auto;
position: relative;
white-space: normal;
padding: 1px;
}

#nav
{
position: fixed;
top: 163px;
left: 20px;
float: left;
width: 100px;
padding: 5px;
font-family: Times,"Times New Roman", serif;
font-size: 14px;
}

#navHeader
{
position: absolute;
top: 110px;
left:20px;
float: left;
width: 100px;
padding: 5px;
font-family: Times,"Times New Roman", serif;
font-size: 14px;
line-height: 13px;
}




#section1
{
	position: absolute;
	width: 200px;
	top: 18px;
	border: none;
	left: 20px;
	padding: 5px;
	font-family: Times,"Times New Roman", serif;
font-size: 14px;

}



#section3
{
	position: absolute;
	left: 250px;
	top: 150px;
	font-family: "Times New Roman", Times, serif;
	width: 500px;
	font-size: 24px;
	z-index: 2;
}

#portfolio
{
	position: absolute;
	left: 180px;
	top: 800px;
	margin: 1px;


	font-family: "Times New Roman", Times, serif;
	
	color: #666666;
	font-size: 14px;
	font-weight: bold;


}

#group
{
margin: 0px;
padding: 40px 0 40px 0;
}

#caption
{
margin: 0px;
padding: 0 0 21px 0;
white-space: normal;

}

#bigPic
{
	top: 100px;
	left: 300px;
	position: absolute;
	z-index: 0;
}

img 
{
padding: 7px;
white-space: nowrap;
vertical-align: top;
}
a
{
color: #000000;
text-decoration: none;
}


a:visited
{
color: #000000;
font-style: italic;
}

a:hover
{
color: #ffffff;
background-color: #000000;
}

a:active
{
color: #000000;
}


