* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}

P, UL, H2, FORM {
	margin-bottom: 1em;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 782px;
	text-align: left;
	position: relative;
}

#page {
	background-image: url(images/web_background.jpg);
	background-color: #D62305;
	width: 780px;
	border: 1px solid #000000;
	background-position : 0px 195px;
}

#login {
	/* float: right; */
	position: absolute;
	right: 10px;
	top: 10px;
}

#header {
	background-repeat: no-repeat;
	background-image: url(images/header_background.gif);
	padding-top: 140px;
	height: 65px;
	width: 780px;
}

/* see navbar.css */
#nav { }

#content {
	color: #EAB25D;
	width: 780px;
}
#LeftCol {
	/*float: left;*/
	width: 498px;
	margin-left: 24px;
	background-image: url(images/background.png);
	padding: 10px;
	border: 1px solid Black;
}
#LeftColWorks {
	width: 712px;
	margin-left: 24px;
	background-image: url(images/background.png);
	padding: 10px;
	border: 1px solid Black;
}
#RightCol {
	width: 193px;
	float: right;
	/*margin-right: 25px;*/
	text-align: center;
	height: 345px;
	padding-right: 25px;
}

#RightCol IMG {
	border: 1px solid Black;
}

#RightColMulti {
	width: 193px;
	float: right;
	padding-right: 25px;
	text-align: center;
}

#RightColMulti IMG {
	margin-bottom: 10px;
	border: 1px solid Black;
}

H1 {
	font-size: 1.3em;
}
H2 {
	margin-top: 1em;
	font-size: 1em;
}
H3 {
	margin-top: 1em;
	font-size: 1em;
}
blockquote {
	margin-left: 1em;
}

#LeftCol UL LI {
	margin-left: 50px;
	margin-bottom: 1em;
}

HR {
	height: 1px;
	color: #EAB25D;
	background-color: #EAB25D;
	border: 0;
}

#breaker {
	clear: both;
}

#footer {
	width: 780px;
	text-align: center;
	font-size: 0.9em;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer A {
	color: Black;
}
#footer A:hover {
	color: Black;
	text-decoration: underline;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: Orange; 
}
A:hover   { 
	text-decoration: underline ; 
	color: White;
}

/* Rockmill Credits */
div#credit {
	width: 780px;
	text-align: center;
	font-size: 0.9em;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#credit A { 
	text-decoration: none ; 
}
#credit A:hover { 
	text-decoration: underline ; 
	color: Orange;
}
.rockmill { 
	color: White;
}
.footer { 
	color: Red;
}

/* Works List */
#workstable, .TandCtable {
	border-collapse : collapse;
	margin-bottom: 1em;
	width: 100%;
}
#workstable, #workstable TH, #workstable TD, .TandCtable, .TandCtable TH, .TandCtable TD {
	border: 1px solid #380100;
}
TH, TD {
	padding: 4px;
}
TH, .audio, .tracktime, .price {
	white-space:nowrap;
}
TD {
	vertical-align: top;
}
.price {
	text-align: right;
}
.desc {
	font-style: Italic;
}
.quotefrom {
	color: Orange;
}
blockquote em {
	margin-left: 1em;
	color: White;
}

/* login form */
.inbox {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	color: Black;
	padding: 2px;
	margin-bottom: 10px;
}

LABEL {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	padding-top: 0px;
	clear: left;
}

.formsubmit {
	margin-left: 10.5em;
}

IMG#basket {
	margin-right: 5px;
}

.errormess {
	color: White;
	font-weight: bold;
}