/* Layout Stylesheet */ 

body {
margin: 0px;
background: #ffffff;
text-align: center;
padding: 0;
min-width: 950px;
font-family: verdana, geneva, sans-serif; 
font-size: 12px;
/*
height: 100%;
*/}

img {
border: none;
}

#contentstuff {
position: relative;
margin: 0 auto;
align: center;
text-align: left;
background: url(images/mybackground.gif) top left repeat-x #f37736;
width: 950px;
border-left: 1px solid #5b1300;
border-right: 1px solid #5b1300;
}

#maincontent {
position: relative;
/*
background: url(images/content_topbg.gif) top left repeat-x #ffffff;
*/
background: #ffffff;
width: 930px;
padding: 10px;
border: 0px solid red;
}

#footer {
position: relative;
margin: 0;
background: url(images/footer_background_1000.gif) top left repeat-x #f37736;
height: 500px;
width: 950px;
}

p {
font-family: verdana, geneva, sans-serif; 
font-size: 12px; 
color: #1E1E1E;
}

#contentstuff a:link {
font-family: verdana, geneva, sans-serif; 
color: #5B1300; 
font-size: 12px;
text-decoration: none;
}

#contentstuff a:visited {
font-family: verdana, geneva, sans-serif; 
color: #5B1300; 
font-size: 12px;
text-decoration: none;
}

#contentstuff a:hover {
color: #F37736; 
text-decoration: none;
}

td .prodtext {
font-family: verdana, geneva, sans-serif; 
color: #000000; 
font-size: 12px;
}

.brownrule {
margin-bottom: 1px solid red;
height: 1px;
width: 500px;
border: 0;
margin-right: 200px;
}