body {
	margin: 20px;
	text-align: center;
	background-color:#aaa;
}
#container {
	position:absolute;
	width: 760px;
	height: 600px;
	left: 50%;
	margin-left: -380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000000;
}
#blackbar {
	background-color: #000000;
	position:absolute;
	left:0px;
	top:0px; 
	width:30px; 
	height:600px; 
}
#logo {
	position:absolute; 
	top: 28px;
	left: 53px;
}
#clrlinevert {
	position: absolute;
	top: 65px;
	left:293px;
}
#clrlinehorz {
	position:absolute;
	border:0px;
	top:350px;
	left:54px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a.newslinks:link {
	color: #33F;
	text-decoration: none;
}
a:visited {
	color: #600;
	text-decoration: none;
}
a:hover {
	color: #339;
	text-decoration: none;
}
a:active {
	color: #00A;
	text-decoration: none;
}
h1 {
	color: #e30026;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}
#home {
	position:absolute;
	right: 480px;
	bottom:500px;
}
#about {
	position:absolute;
	right: 480px;
	bottom:430px;
}
#portfolio {
	position:absolute;
	right: 480px;
	bottom:360px;
}
#contact {
	position:absolute;
	right: 480px;
	bottom:290px;
}
#portfolioimage {
	position:absolute;
	top:36px;
	left:323px;
}
#caption {
	position:absolute;	
	left:323px;	
	top: 330px;	
	font-style: italic;	
	width: 400px;
}
#imageThumbs {
   position:absolute;        
   left:320px;        
   top:360px;
   width: 387px;
}
#imageThumbs img {
       margin: 0px 2px;                        
}
#portfoliomenu {
	position:absolute; 	
	left:50px;	
	top:375px;	
	width:230px;	
	height:265px;
	white-space:nowrap;
	line-height: 150%;
	text-align: right;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
