body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	font-weight: 300;
	background-color: #ffffff;
}

.content {
	margin: 0px auto;
	background: #FFFFFF;
	width: 900px;
	border-top: 5px solid #333333;
}

.banner {
	width: 850px;
	margin: 0px 0px 0px 5px;
	height: 53px;
	padding: 0px;
}

.banner img a {
	border: 0;
}

a {
	text-decoration: none;
	color: #2000AE;
}

a:visited {
	color: #990000;}

 #navcontainer
{
	width: 140px;
	padding: 5px 10px 10px;
	font-size: 12px;
	/* Set font-size so theres no default */
line-height: 22px;
	/* Set line-height because I think it looks better like this ;^) */
letter-spacing: 0.075em;
	float: left;
	height: 500px;
	background: #FFFFFF;
}

#navcontainer a
{
/* Set text-decoration and color so there is no default */
text-decoration: none;
color: #333333;
}

#navcontainer a:hover
{
font-weight: bold;
letter-spacing: 0;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#navcontainer a:visited
{
color: #990000;
/* Set letter-spacing back to 0 so text don't jump as much when it turns to bold on hover (Still jumps some though) */
}

#navcontainer ul
{
list-style-type: none;
padding-left: 0px;
margin: 0px;
}

#navcontainer ul ul
{
padding-left: 15px;
/* offset sub menu */
}

#navcontainer ul li
{
padding-left: 5px;
margin-left: 2px;
/* Set margin-left to set-up the left border */
}

#navcontainer ul li#active
{
margin-left: 0px;
/* Set margin back half of left-border width (5px) */
}

#navcontainer ul ul li#subactive
{
margin-left: 0px;
/* Set margin back half the 30px padding above */
border-left: 5px solid #333333;
}

#navcontainer li {
	border-left: 1px solid #333333;
	padding-bottom: 10px;
}
#navcontainer li#active { border-left: 5px solid #333333; }


.center {
	float: right;
	width: 740px;
	padding-top: 5px;
	background: #FFFFFF;
}

.press {
	font-size: 15px;
	font-weight: 200;
	line-height: 26px;
}



.press li a:hover{
	text-decoration: underline;
}

.bodyTitle {
	font-size: 14px;
	font-weight: 800;
	text-align: left;
}



.title {
	font-size: 36px;
	font-weight: 800;
	text-align: left;
	padding-top: 0px;
	margin: 0px;
	padding-right: 20px;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.5em;
}

.tagline {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 0px;
	padding-right: 20px;
}

.artist {
	font-size: 30px;
	font-weight: 300;
	color: #333333;
	letter-spacing: 8px;
}

.portfolio ul{
	height: 200px;
	list-style-type: none;
	margin-bottom: 10px;
}

.portfolio li{
	width: 160px;
	float: left;
	text-align: center;
}

.portfolio img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.showtitle {
	font-size: 16px;
	font-weight: 400;
}

.footer {
	font-size: 12px;
	clear: both;
	margin-top: 20px;
	text-align: right;
}


#copyright {
	font-size: 9px;
}

.randomQuote {
	text-align: right;
	z-index: 10;
	float: right;
	width: 800px;
	background-image: url(http://pixelmixel.com/samWiener/site1/randomImages/rotate.php);
	background-repeat: no-repeat;
	height: 450px;
}
