/* Nicole J. Goolsby */
body {
	background-color:#000;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:sans-serif, Helvetica, Arial;
	color:#fff;
	font-size:12px;
}
#container {
	position:relative;
	margin:auto;
	padding:0px;
	width:850px;
}
#topImg{
	position:relative;
	height:183px;
}
/** Navigation **/
#nav {
	width:850px;
	height:100px;
	border:0px;
	padding:0px;
	margin:0px;
	background-image:url(images/nicoleGoolsby_navBar.jpg);
	position:relative;
}
#navLinks {
	position:absolute;
	top:22px;
	right:55px;
}
#logo {
	position:absolute;
	width:225px;
	height:45px;
	top:30px;
	left:35px;
}

/** Content Container **/
#contentContainer {
	position:relative;
	width:780px;
	padding:23px 35px 0px 35px;
	background-image:url(images/content_background.jpg);
	background-repeat:no-repeat;
	border:0px;
}
#header {
	padding-bottom:2px;
	background-image:url(images/line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.row {
	height:275px;
	margin:0px 0px 20px 0px;
}
.row p {
	width:210px;
}
.float {
  float: left;
}
.float2 {
  float: left;
  margin:0px 51px;
}
.float3 {
  float: right;
}
#bottom{
	height:307px;
	width:850px;
	background-image:url(images/nicoleGoolsby_bottom.jpg);
	background-repeat:repeat-x;
	margin:auto;
}
#bottomNav{
	position:absolute;
	bottom:25px;
	right:0px;
	font-size:11.5px;
	color:#0b6f65;
}
#bottomNav a:link{
	color:#fff;
	font-size:11.5px;
	margin-right:10px;
	text-decoration:none;
}
#bottomNav a:visited{
	color:#fff;
	font-size:11.5px;
	margin-right:10px;
	text-decoration:none;
}


/** Project Content **/
#goBack{
	margin:20px 0px 20px 0px;
}
.projectInfo{
	height:300px;
	width:180px;
	margin:10px 7px 0px 0px;
	display:block;
}
#viewScreenShots{
	position:absolute;
	bottom:210px;
	font-style:italic;
}

/** Font Selection **/
h3{
	font-family:sans-serif, Helvetica, Arial;
	color:#0b6f65;
	font-weight:lighter;
	font-size:14px;
	letter-spacing:0.1ex;
	margin:20px 0px 10px 0px;
}
p{
	font-family:sans-serif, Helvetica, Arial;
	color:#999;
	font-size:11px;
	margin:10px 0px 0px 0px;
	line-height:16px;
}
#goUp{
position:fixed;
right:0px;
bottom:0px;
}
a:link {
	color:#0b6f65;
	text-decoration:underline;
}
a:visited {
	color:#0b6f65;
	text-decoration:underline;
}
a:hover {
	color:#0b6f65;
	text-decoration:none;
}

/** Contact Form **/
#form{
	background-image:url(images/getInTouch.jpg); 
	background-repeat:no-repeat;
	height:284px;
	}
#contact{	
	position:absolute;
	left:50px;
	bottom:25px;
	width:400px;
}
.input{
	width:165px;
	margin-bottom:10px;
	border:0px;
	padding:5px;
}
.textArea{
width:175px;
height:120px;
border:0px;
margin-bottom:5px;
}
