@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;
}
#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 {
	background-image: url(graphics/homePagePainting.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 645px;
}
#mainContent {
	background-image: url(graphics/contentBG3.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	left: 151px;
	top: 203px;
	width: 740px;
	z-index: 1;
	padding-right: 80px;
	padding-left: 80px;
	height: 180px;
	padding-top: 40px;
	letter-spacing:0.5px;
	line-height: 32px;
	font-size: 20px;
	font-weight: lighter;
}
#footer {
	background-color: #000000;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 560px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #5B88F9;
	color: #666666;
	font-size: 12px;
	font-weight: lighter;
	margin-right: 50px;
	margin-left: 50px;
}
#nav2 {
	height: 16px;
}
#nav2 ul {
	padding: 0px;
	list-style-type: none;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#nav2  li {
	display: inline;
	text-align: left;
}
#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;
}
