@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #663366;
	/*background: #b39dba;*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a:link {
	color: #3300CC;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color:#006600;
	text-decoration: underline;
}
a:active {
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}

h1 {
	color: #000000;
	font: normal bold 1.2em arial, sans-serif;
	text-align: center;
	line-height:25px;
	padding:5px;
}

h2 {
	color:#000000;
	font: normal bold 1.1em arial, sans-serif;
	text-align:center;
	line-height:20px;
}

h3 {font: normal bold .9em arial, sans-serif;
	color:#000000;
	margin-left:50px;
	margin-right:50px;
	text-align:left;
	}
	
h4 {font: bold normal 0.9em arial, sans-serif;	
	text-align:left;
	margin-left:20px;
	color:#000033;
}

h5 {
	font:normal bold .9em arial, sans-serif;
	margin-left:20px;
	margin-right:20px;
	text-align:left;
}

h6 {
	color:#000000;
	font: normal bold .9em arial, sans-serif;
	text-align:left;
	line-height:20px;
}

p { 
	font:  normal .9em Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}

 #container { 
	width: 820px;  
	background: #FFFFFF;
	margin: 20px auto; 
	padding-top: 15px;	
	border: 4px solid #b39dba;
	text-align: left;
} 
 #header { 
	background: #FFFFFF;
		padding: 0 10px 0 30px;
	border-bottom: 3px solid #b39dba;
}  
 #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

#button {
	margin:5px auto 20px;
	float: right;
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 40px;
	border-bottom: 1px solid #b39dba;
}	

 #sidebar1 {
	float: left; 
	width: 220px; 
	background: #FFFFFF; 
	padding: 15px 0 15px 5px;
	margin:10px;
	}
	
 #mainContent { 
	margin: 40px 0 0 250px; /* 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 you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	border-left: 1px solid #b39dba; 
} 
 #footer { 
	padding: 0 10px 0 20px;
	background:#d1c8d4; 
	border-top: 2px solid #CCCCCC;
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
	background: #d1c8d4;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.small {
	font: normal .79em arial, sans-serif;
	text-align:center;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #000000;
}

.comments {
	font: normal .82em arial, sans-serif;
	text-align:left;
}
	
.order {
	font: normal .80em arial, sans-serif;
	text-align:left;
}

