body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../../portfolio/images/Paper.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
#backdrop {
	background-image: url(../images/new-site2.gif);
	background-repeat: no-repeat;
	height: 650px;
	width: 850px;
}
#logo {
	background-image: url(../images/logoSection.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 358px;
	width: 372px;
}

#content {
	left: 440px;
	top: 255px;
	width: 370px;
	font-size: 80%;
	position: relative;
}
#nav {
	width: 255px;
	font-size: 90%;
	font-weight:bold;
	position: absolute;
	top: 416px;
	background-image: url(../images/menuSection.gif);
	background-repeat: no-repeat;
	height: 100px;
	text-indent: 70px;
}
#nav a:link {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 21px;
}
#nav a:visited {
	display: block;
	color:#000000;
	text-decoration:none;
	line-height: 21px;
}
#nav a:hover {
	display: block;
	color:#CCCCCC;
	line-height: 21px;
	text-decoration: underline;
}
#title {
	left: 480px;
	width: 300px;
	top: 200px;
	position: absolute;
}
#title h1{
	font-size: 150%;
	font-weight: bolder;
	color: #FFFFFF;
}
.linImgContainer {
	float: left;
	width: 115px;
}
