/*
	Roy Howell Music
	Created by Brian Pinneo (c) 2006
	http://brian.pinneo.us/
*/


 /* Page Structure */
body {
	background: #A6AFAC;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#outsidewrapper { 
	background: #000;
	width: 960px;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	}

#border-left { 
	background: #000 url('images/border-left.jpg') repeat-y;
	float: left;
	width: 29px;
	height: 1200px;
	margin: 0;
	padding: 0;
	}

#border-right { 
	background: #000 url('images/border-right.jpg') repeat-y;
	float: right;
	width: 42px;
	height: 1200px;
	margin: 0;
	padding: 0;
	}

#insidewrapper { 
	width: 882px;
	height: 1200px;
	margin: 0 42px 0 29px;
	padding: 0;
	}

#logo { 
	background: #000 url('images/logo.jpg') no-repeat;
	float: left;
	width: 222px;
	height: 1200px;
	margin: 0;
	padding: 0;
	}
	
#content { 
	background: #000 url('images/content.jpg') repeat-x;
	float: right;
	width: 660px;
	margin: 0;
	padding: 0;
	text-align: justify;
	}

#links { 
	margin: 44px 0;
	padding: 0;
	text-align: center;
	border: //solid 1px #fff;
	}

.links {
	font-size: 1.6em;
	}

.links a, .links a:visited, .links a:active {
	color: #fff;
	text-decoration: none;
	}

.links a:hover {
	color: #DB5278;
	text-decoration: underline;
	}

#text { 
	margin: 20px;
	padding: 20px;
	border: solid 1px #fff;
	}


 /* Fonts & Colors */

a, a:visited, a:active {
	color: #DB5278;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}

