@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Futura, "Myriad Pro", Helvetica;
	font-size: 100%;
	font-weight: lighter;
	background-color: #000000;
}
#container {
	width: 100%;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	overflow: hidden;
}
#header {
	background-image: url(graphics/blueGoldSquare.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 90px;
}
#nav {
	height: 45px;
	margin-left: 490px;
	padding-top: 30px;
}
#nav ul {
	margin: auto;
	padding: 0px;
	list-style-type: none;
}
#nav  li {
	float: left;
}
#nav a {
	padding-right: 15px;
	padding-left: 15px;
	line-height: 45px;
	font-size: 20px;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Futura, "Myriad Pro", Helvetica;
	font-weight: lighter;
	letter-spacing: 2px;
}
#nav a:hover {
	color: #5B88F9;
}
#container2 {
	height: 1600px;
	position: relative;
}
	
#mainContent {
	width: 80%;
	margin-left: 190px;
}
#mainContent img {
	border: none;
}
#mainContent ul {
	margin-right: auto;
	list-style-type: none;
	padding: 0px;
	margin-left: auto;
}
#mainContent li {
	float: left;
}
#mainContent   a  {
	display: block;
	zoom
	margin: 5px;
	padding: 23px;
	border: 1px solid #000000;
}
#mainContent   a:hover  {
	border: 1px solid #666666;
}
#footer {
	background-color: #000000;
	height: 100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #5B88F9;
	color: #666666;
	font-size: 12px;
	font-weight: lighter;
	margin-right: 0px;
	margin-left: 0px;
}
#nav2 {
	height: 16px;
}
#nav2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav2  li {
	display: inline;
	text-align: center;
}
#nav2 a {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	font-family: Futura, "Myriad Pro", Helvetica;
	font-weight: lighter;
	letter-spacing:1px;
	color: #666666;
	outline: none;
}
#nav2 a:hover {
	color: #FDC94F;
} 
#footer p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 0.5px;
}
body#home a#homeLink,
body#artist a#artistLink,
body#resume a#resumeLink,
body#port a#portLink,
body#contact a#contactLink {
    color: #5B88F9;
}
body#home a#homeLink2,
body#artist a#artistLink2,
body#resume a#resumeLink,
body#port a#portLink2,
body#contact a#contactLink2,
body#sitemap a#sitemapLink {
    color: #FDC94F;
}
.logo {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 151px;
	border: thin solid #FFFFFF;
}
.logo2 {
	position: absolute;
	z-index: 3;
	top: 145px;
	left: 315px;
	border: thin solid #FFFFFF;
	width: 733px;
}
.text {
	font-size: 175%;
}
.link {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.link2 {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
.fltlt {
	float: left;
	margin-left: 480px;
}
.txt {
	font-weight: lighter;
}

