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

img {border:0px;}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}

body {
	margin:10px 0px; padding:0px;
	text-align:center;
	background-color: #FFFF00;
	
}

#container {
	height: auto;
	width: 1040px;
	margin: 0px auto;
	background:#FFFF00;
	background-repeat: no-repeat; 
	z-index: 5;
	position:relative;
}

#nav {
	height: 54px;
	width: 965px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066FF;
	position: relative;
	text-align: left;
}

#nav-right {
	width: 145px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066FF;
	position: absolute;
	text-align: right;
	left: 785px;
	top: 55px;
}

#content {
	width: 750px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	position: absolute;
	left: -13px;
	top: 45px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	margin: 10px;
	padding: 10px;
	
}

#caption {
	font-size: small;
}

#portfolio { 
	position: relative;
	margin: 0px auto;
	top: 75px;
	left: -10px;
	width: 70px;
	height: 550px;
	background-image: url(images/portfolios.gif);
	z-index: 10;
	background-repeat: no-repeat;
	float: right;
}
.justify {
	text-align: justify;
}
div.float {
  float: left;
  margin: 10px;
  text-align: center;
  }
  
div.float p {
   text-align: center;
   font-size: small;
   }