@charset "UTF-8";
body  {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF0000;
	background: url(/etc/pinkbg.jpg);

}
.twoColFixRt #container { 
	width: 700px; 
	background: #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. */
	background: url(/etc/pinkbg.jpg);
}
.twoColFixRt #sidebar1 {
	text-align: left; /* this overrides the text-align: center on the body element. */ 
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(/etc/lightpinkbg.jpg);
	padding-left: 10px;
}
.twoColFixRt #mainContent {
	text-align: left; /* this overrides the text-align: center on the body element. */ 
	margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 10px;
	background: url(/etc/lightpinkbg.jpg);
} 

.twoColFixRt #Content { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(/etc/lightpinkbg.jpg);
	width: 700px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer 
	{
	text-align: center;
	position: absolute;
	/* bottom: 0px; */
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

.footer_short 
	{
	text-align: center;
	position: fixed;
	bottom: 37px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

////////////////////// non-layout css ///////////////////

a { 
color: #ff0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin dotted #FFF;
} 

a:active, a:visited, a:link { 
color: #ff0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin dotted #FFF;
} 

a:hover { 
color: #FF0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin solid #FF0000;
}


a.little { 
font-family:courier;
font-size: 12px;
color: #ff0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin dotted #FFF;
} 

a.little:active, a.little:visited, a.little:link { 
font-family:courier;
font-size: 12px;
color: #ff0000;
font-weight:bold;
text-decoration:none;
border-bottom: thin dotted #FFF;
} 

a.little:hover { 
font-family:courier;
font-size: 12px;
color: #FFF;
font-weight:bold;
text-decoration:none;
border-bottom: thin solid #ff0000;
}

.artwork {
float: left;
display: block;
border: 5px solid #FFFFFF;
outline: 1px solid #999999;
margin-right: 10px;
margin-bottom: 5px;
}

month {
border-bottom: 1px dotted #ff0000;
font-family:courier;
font-weight: bold;
}

year {
border-bottom: 1px dotted #ff0000;
font-family:courier;
font-weight: bold;
font-size:18px;
}

knivesandguns {
font-family:courier;
font-weight: bold;
font-size:24px;
}

.date {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}
