html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background-color:#CCCCCC;
	font-size: 100.01%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	/*color: #6B635D;*/
}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 10px auto;
	/*width: 760px;*/
	width:97%;
	text-align:left;
	border-top:1px solid #900;
	border-left:1px solid #900;
	border-right:1px solid #900;
	background-color:#FFFFFF;
	padding: 4px 0 0 0px;
	
}

/***** Ends the wrappers *****/


/***** Begin laying out the content area *****/

#content {
padding-left:5px;
}

#content a {
	color: #6C4051;
}

#content a:hover, #content a:focus {
	text-decoration: none;
	color: #C294A7;
	border: none;
}

#content .ff {
	border-bottom: 1px solid #708090;
}

#content h1 {
	font-size: 120%;
	color: #574B3F;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #C5AEA6;
}

#content>h1 {
	margin-top:20px;
	font-size:120%;
	border-bottom: 1px dotted #6D5D50;
}

#content h2 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 6px 0;
}

#content p {
	font-size: 80%;
	padding: 6px 0;
	margin-right: 3px;
}

#content blockquote {
	font-size: 90%;
	padding: 6px;
	margin: 10px 30px 20px 20px;
	border: 1px solid #D7D7D7;
	background-image: url(../images/quotes_end.gif);
	background-repeat: no-repeat;
	background-position: 96% 94%;
}

#content>blockquote {
	border: 1px dotted #C4C4C4;
}

#content blockquote:hover {
	background-color: #F1F1F1; 
}

#content img.port{
	border: 1px solid #666;
	float: left;
	margin: 6px 10px 0 0;
}

span {
	vertical-align: top;
	font-size: 95%;
	color: #B0A6A4;
}

#content h4 {
	color: #574B3F;
	font-size: 83%;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .portdiv {
	border: 1px solid #D7D7D7;
	padding: 8px;
	margin: 10px 0 10px 0;
}

#content .portdiv:hover {
	background-color: #F1F1F1;
}

#content .portdiv h2 {
	margin-top: 0;
}

#content ul {
	margin: 10px 0 10px 0;
}

#content ul li {
	list-style-position: inside;
	list-style-type: circle;
	font-size: 80%;
}

#content ol {
	margin: 10px 0 1px 0;
	list-style-type: none;
}

#content ol li {
	font-size: 80%;
	list-style-position: inside;
	margin-bottom: 2px;
}

#content .bars {
	height: 50px;
	width: 463px;
	border: 1px solid #A2917F;
	margin-bottom: 10px;
}

#content td {
padding:5px;
}

/***** Ends the content area *****/

/***** Layout the navigation *****/

#navigation, #headernav
{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top:20px;
z-index: 1;  
}

#navigation ul, #headernav ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
background-color: #333366;
z-index: 2; 
}

#navigation li, #headernav li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navigation li a, #headernav li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #777;
text-decoration: none;
}

#navigation li a:hover, #headernav li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navigation li a#current, #headernav li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#allsales a#nav-allsales, #ataglance a#nav-ataglance, #newsale a#nav-newsale, #registration a#registration
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}
/***** Ends the navigation *****/

/***** Begin laying out the footer area *****/

#footer {
	border-top: 4px solid #900;
	height: 25px;
	margin-top: 20px;
	background-color: #eee;
}

#footer p {
	font-size: 70%;
	text-align: right;
	padding: 0 2px 2px 0;
	padding:/**/ 2px;
	padd\ing: 2px 2px 0 0;
	color: #818585;
}

#footer a {
	font-size: 70%;
}

/***** Ends the footer area *****/

input#submit {
background-color:#000099;
color:#FFFFFF;
}

.systemMessage {
margin:10px 30px;
border:1px solid #900;
}

table#headerTable td{
padding:10px; 
font-size:90%;
}

legend {
color:#0000CC;
font-weight:bold;
}

label {
color:#0000CC;
}

table#headerTable h1 {
font-size:16px;
}

.urgent a {
	color:#f00 !important;
	text-decoration:none;
	font-weight:bold;
}

.urgent a:active, .urgent a:visited, .urgent a:link {
	color:#f00;
} 

.urgent a:hover { color:#000000;
}