body{
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-color: #000000; /*RIP*/

	padding: 0px;
}

table,tr,td {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;


}


.why {margin-left:20px;}


img {border: 0;}

a:link {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	display: inline;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	color: #8B2323;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #8f2828;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #9B3333;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
	margin: 0.2em 0em 0em 0em;
}
h4 {
	font-size: 1em;
	margin: 14px;
	font-weight: normal;
	line-height: 1.4em;
}
h5 {font-size: 0.8em; margin: 1.2em 0em 1.2em 0em; font-weight: normal;}
h6 {font-size: 0.8em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}

.FixedNavCol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;
	border: 10px solid #ffffff;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.FixedNavCol #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 128px;
	background-image: url(./images/headerwidetext1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
border: 1px solid #aaaaaa;
} 
.FixedNavCol #header h1 {
	margin: 0; 
	color: #ffffff;
	text-align:center;
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.FixedNavCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 80px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px;
	
	margin: 5px;
margin-left: 0px;	
	background-color: #A52A2A;
	background-attachment: fixed;
}
.FixedNavCol #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	margin: 5px 0px 10px 5px;
	background-color: #cccccc;
	background-attachment: fixed;
	border:1px solid #000000;
}

.FixedNavCol #mainContent {
	margin: 0px 0px 15px 90px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if ffffffyou want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 
.FixedNavCol #footer {
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
	border-top: dotted #999999 1px;
} 
.FixedNavCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.ctr{
	text-align:center;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.dummy{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.content_title {
	font-size: 1.5em;
	margin: 7px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 16px 16px 0px;
	text-align: right;
	vertical-align: bottom;
	background-color: #B2BFCE;
}


.border_all {border: solid #999999 1px;}
.border_left {border-left: 1px solid #999999;}
.border_right {border-right: 1px solid #999999;}
.border_top {border-top: 1px dotted #999999;}
.border_bottom {border-bottom: 1px dotted #999999;}
.border_leftandright {border-left: 1px solid #999999; border-right: 1px solid #999999;}
.border_right_bottom {border-bottom: 1px solid #999999;border-right: 1px solid #999999;}

.newsitem {background-color: #efefef; margin-top: 10px; padding : 6px;}

 ul#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
}
 #navbar li {
	list-style-type: none;
	display: inline;
	padding: 3px;
}
 #navbar a:link {
	color: #CCCCCC;
	text-decoration: none;
}
 #navbar a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
 #navbar a:hover {
	color: #FFFF00;
	text-decoration: none;
}


 
 ul#subnavlist {
	color: #FFFFFF;
	font-size: 1em;
	padding: 0px 0px 10px 0px;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;

}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
	font-weight: normal;
}
 #subnavlist a {
	padding: 5px 10px 5px 10px;
	display: block;
}
 #subnavlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
 #subnavlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}
 #subnavlist a:hover {
	color: #FFFFFF;
	background-color: #8B2323;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
 #subnavlist a:active {
	color: #FFFFFF;
	background-color: #17406B;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}

 .subnav_active {
	color: #000000;
	background-color: #A92c2c;
	text-decoration: none;
	display: block;
}
	
.footer {
	font-size: 0.9em;
	line-height: normal;
	padding: 6px;
	color: #999999;
}
.footer a:link {text-decoration: none;color: #999999;}
.footer a:visited {text-decoration: none;color: #999999;}
.footer a:hover {text-decoration: underline;color: #342121;}

.white_text {color: #FFFFFF;}


.lulu-item-thumbnail {
	float:right;
	margin-left:10px;
	margin-top:40px;
	}

#lulu-storefront-title  a {visibility:hidden;line-height:0px;}

.lulu-item {list-style-type: none;}


a.lulu-item-buynow  {
	line-height:30pt;
	padding:3px;
	border : medium solid #808080;
	font-size:12pt;
	color:#CC8888;
	background:#ffffff;
}

#Introduction{
	background-color:#eeeeee;
	border:1px solid #aaaaaa;
	padding:5px;
	margin:5px 0px 5px 5px;
}

.std_box{
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:8px;
	margin:5px 0px 5px 5px;
}

.special_box{
	background-color:#ffff99;
	border:2px solid #cccccc;
}

.order_box{
	background-color:#fafafa;
	border:1px solid #cccccc;
	margin-top:5px;
	padding:10px;
}

.downloadable{
	font-weight:bold;
	color: #000000;
	background-color:#ee9999;
	text-align:center;
}

dt{
	font-weight:bold;
	margin-left:10px;
	font-size: 0.8em;
}

.credits{
	background-color:#ffffdd;
	padding:10px;
}


.artist{
	font-weight:bold;
}
