/* Core */
IMG{
	border: 0px;
}
#outer {
	position: absolute;
	width: 640px;
	height: 480px;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -240px;
}
#portfolio{
	position: relative;
	top: 50%;
	margin-top: -120px;
	float: right;
	text-align: right;
}
#portfolio IMG{
	margin-right: 4px;
}
#logo{
	float: left;
	margin-top: -100px;
	z-Index: 1;
}
#star{
	position: relative;
	float: right;
	width: 100px;
	z-Index: 2;
}
#address{
	padding-left: 46px;
}
#address, #address A, #address DIV{
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size: 12px;
	color: #444;
}
#address H1{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #2B4178;
	border-bottom: 1px solid #F7BD4C;
}
#address A{
	text-decoration:none;
}
#address DIV {
	width: 140px;
	float: left;
}
#disclaimer{
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size: 10px;
	color: #666;
}