* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000;
 text-align: center;
}

p {
 padding: 5px;
 text-align:left;
}
p.footer {
padding:5px;
text-align:center;
}
p.back	{
margin: 70px 70px;
text-align:right;
float:right;


}
h1 {
	color:#ff9933;
	padding: 5px;
}
h2	{
	color:#ff9933;
	padding: 5px;
	text-align:left;
}

#wrapper { 
 margin: 0 auto;
 width: 1024px;
 text-align: center;
}

#content {
 float: left;
 color: #cccc99;
 background: #000;
 height: 1000px;
 width: 700px;
 display: block;
  padding:10px 10px;
 border-left: 1px dotted #707070;
}

#content2 {
 float: left;
 color: #cccc99;
 background: #000;
 height: 600px;
 width: 700px;
 display: block;
  padding:10px 10px;
 border-left: 1px dotted #707070;
}

#header {
 color: #333;
 width: 1024px;
 float: left;
 height: 240px;
 background: #000000;
 background-image: url(images/header.png);
 background-repeat:no-repeat;
}

#footer { 
 width: 1024px;
 height: 63px;
 clear: both;
 color: #cccc99;
 background: #000000;
 text-align:center;
 background-image: url(images/footer.png);
 background-repeat:no-repeat;
}

#navigation {
 float: left;
 width: 1024px;
 height: 70px;
 color: #000;
 background: #000;
 padding:0px;
 background-image: url(images/nav.png);
 background-repeat:no-repeat;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
}

.menu li a, .menu li a:visited {
	float:left;
	display: block;
	text-decoration: none;
	text-indent: 0px;
	background-repeat: no-repeat;
}

.home {width:214px; height:57px;}
.studio {width:258px; height:57px;}
.artists {width:254px; height:57px;}
.contact {width:298px; height:57px;}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

a:link {color:#ff9933;}      /* unvisited link */
a:visited {color:#996633;}  /* visited link */
a:hover {color:#ff9933;}  /* mouse over link */
a:active {color:#996633;}  /* selected link */

#leftcolumn {
 color: #cccc99;
 background: #000;
 height: 1000px;
 width: 280px;
 float: left;
 padding:10px 10px;
 border-right: 1px dotted #707070;
}

#leftcolumn2 {
 color: #cccc99;
 background: #000;
 height: 600px;
 width: 280px;
 float: left;
 padding:10px 10px;
 border-right: 1px dotted #707070;
}

img { border: none; } 

img.gal {
	border: solid #ffffcc 2px;
	display: inline;
	margin:15px;
	float:left;
}

.center	{
	margin:auto;
	width:85%;
}