/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000000;
	font-style: normal;
	color: #FFFFFF;
}
#wrappernews {
	margin: 0 auto;
	width: 782px;
	background-image: url(images/low-bg3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
}
#wrapperreleases {
	margin: 0 auto;
	width: 782px;
	background-image: url(images/low-bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
}

#wrapperaudio {
	margin: 0 auto;
	width: 782px;
	background-image: url(images/low-dmbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
}

#wrapperimages {
	margin: 0 auto;
	width: 782px;
	background-image: url(images/low-bg5.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
}

#wrappernobackground {
	margin: 0 auto;
	width: 782px;
}

#wrapperlinks {
	margin: 0 auto;
	width: 782px;
	background-image: url(images/low-bg6.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
}

#wrappercontact {
	margin: 0 auto;
	width: 782px;
	background-image: url(images/low-bg7.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 100px;
}

#header {
	color: #333;
	width: 100%;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 92px;
	margin: 10px 0px 0px 0px;
}
#leftcolumn {
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 25%;
	float: left;
}
#content {
	float: left;
	color: #FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	width: 45%;
}
#contentlinkspage {
	float: left;
	color: #FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	width: 65%;
}
#rightcolumnlinkspage {
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 10%;
	float: left;
}
#contentimagespage {
	float: left;
	color: #FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	width: 37%;
}
#contentgallerypage {
	float: left;
	color: #FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	width: 75%;
}
#rightcolumn {
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 30%;
	float: left;
}
#rightcolumnimagespage {
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 38%;
	float: left;
}
#footer {
	width: 100%;
	clear: both;
	border: 0px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

a:link {
	color: #cc3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
color: #990000;
}
