@charset "utf-8";
/* CSS Document */
  
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d7af19;
}
a:active {
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	min-width: 600px;
	min-height: 400px;
	width: 90%;
	background: #FFF;
	float: left;
	float: top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 5px;
}

.header {
	background: #FFF;
	top: 5px;
	text-align: left;
	width: 10px;
}

.sidebar1 {
	float: left;
	width: 90px;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-left: 0px;
	margin-top: 50px;
	font-size: 69%;
	text-align: right;
}
.content {
	width: 85%;
	height: 75%;
	margin-left: 90px;	
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #d7af19;
	border-right-color: #d7af19;
	border-bottom-color: #d7af19;
	border-left-color: #d7af19;
	min-height: 400px;
	min-width: 600px;
	text-indent: 10px;
}

.flash {
	height: 100%;
	
  }	

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	text-align: center;
	background-color: #FFF;
	vertical-align: bottom;

}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
<title>Blackburn Studio</title>

