


body {
	background-image: url(IMAGES/bottomBackground3.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	background-color: #000000;
}

#container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	background-image: url(IMAGES/logoJanuary.png);
	background-repeat: no-repeat;
	float: left;
	height: 164px;
	width: 177px;
	background-attachment: scroll;
	clear: left;
}
#nav {
	float: right;
	height: 20px;
	width: 360px;
	top: 143px;
	position: relative;
	left: 0px;
}
body,td,th {
	font-family: Optima;
	font-size: 12px;
	color: #ffffff;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 13px
}
#contentInfo {
	height: 230px;
	width: 800px;
	position: relative;
	top: 210px;
	left: 0px;
	
}
#FollowMe {
	height: 26px;
	width: 96px;
	position: absolute;
	left: 437px;
	top: 504px;
	background-image: url(IMAGES/followMe.png);
	background-repeat: no-repeat;
}
#icons {
	height: 37px;
	width: 103px;
	left: 436px;
	top: 535px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#keepInTouch {
	height: 26px;
	width: 113px;
	left: 617px;
	top: 505px;
	position: absolute;
	background-image: url(IMAGES/keepInTouch.png);
	background-repeat: no-repeat;
}
#conctactInfo {
	height: 31px;
	width: 150px;
	position: absolute;
	left: 620px;
	top: 535px;
}

#picture {
	height: 209px;
	width: 150px;
	left: 100px;
	top: 230px;
	position: absolute;
	background-image: url(IMAGES/picBorderGray.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}

#portfolio {
	height: 54px;
	width: 264px;
	left: -2px;
	top: 478px;
	position: absolute;
	background-image: url(IMAGES/portfolio.png);
}
a {
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}


