/* CSS Document */
body {
	border-top: 15px solid #65332c;
	margin:0px;
	padding: 0px;
	/*background-image:url(images/rayStripe.png);*/
	background-position:bottom;
	background-repeat:no-repeat;

	}

h1	{
	font-family: bodoni,"Times New Roman", Times, serif;
	/*font-size: 1em;*/
	font: 2em;
	color: #666;
	padding: 10px 0px 0px 0px;

	}

.header {
	border-top: 5px solid #d4b274;
	background-image:url(images/studioLK_wh.png);
	background-repeat: no-repeat;
	background-position:center;
	width:100%;
	height:100px;
	/*border-bottom: 5px solid #f8de9c;
	border-bottom: 5px solid #d4b274;
	border-bottom: 1px solid #666;*/
	}

.colheader {
	border-top: 5px solid #d4b274;
	background-image:url(images/studioLK.png);
	background-repeat: no-repeat;
	background-position:center;
	width:25%;
	height:100px;
	
	}

div#content {
	border-top: 1px solid #666;
	width: 75%;
	height: 100%;
	margin-left: 10%;
	margin-right: 10%;
	position:center;
	background: center;
	}

#column{
	width: 256px;
	float:left;
	padding:0px 10px 0px 10px;
	}
.cTypography{
	line-height:2em;
	font-size:.75em;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
		}
#column2{
	width: 256px;
	float: left;
	padding:0px 10px 0px 10px;
	}
	
.portElement{
	position:absolute;
	left: 250px;
	top: 145px;

}

a			{ }
a:visited	{ color: #666; text-decoration: none; padding-bottom: 0px; border: none;} 
a:active	{ color: #777; text-decoration: none; padding-bottom: 0px; border: none;} 
a:hover		{ color: #000; text-decoration: none; padding-bottom: 0px; border: none;} 
a:link		{ color: #65332c; text-decoration: none; padding-bottom: 0px; border: none;}


/*-------------------------------------------Navigation--------------------------------------------------------*/

.nav{
	padding: 0px 10px 10px 100px;
	font-size:.75em;
	text-align:right;
	color: #6a7080;
	border:none;
	font-family: Arial Condensed, Arial, Helvetica, sans-serif;

}

.nav ul{
	margin:0;
	padding:0;

	}

.nav li{
	display:inline;
	float:right;
	margin-left: 40px;
}

a:link, a:visited, a:active { 
	text-decoration:none;
	color:#6a7080;
	border:none;
	}

a:hover, a:visited:hover { 
	text-decoration: none;
	/*color:#750709;*/
	color:#d4b274;
	border:none;

	}
.credit {
float:right;
font-size:.75em;
text-align:right;
}
.image1{
position:absolute;
left:800px;
top:400px;
}
.image2{
position:absolute;
left:500px;
top: 200px;
}
.quote{
font-weight:bold;
font-style:italic;
font-family: Arial Condensed, Arial, Helvetica, sans-serif;
color:#666;
}