	HTML      { 	                
			scrollbar-face-color: #fff;  	                
			scrollbar-base-color: #F7F4E1;   			
			scrollbar-highlight-color: #C3DDD7;   	               
			scrollbar-shadow-color: #C3DDD7;   	                
			scrollbar-arrow-color: #C3DDD7;     	                
			scrollbar-track-color: #F7F4E1;  	                
			scrollbar-3dlight-color: #F7F4E1; 	                
			scrollbar-darkshadow-color: #C3DDD7; 	                 
		  }


	body {
		margin:0;
		padding:0;
		background-color: #F7F4E1;
   		background-image: url(/moxie/background.gif);
   		background-repeat: repeat-x;
   		background-position: top left;
		}

	li {
		list-style-type: none;
		}


	A 		{ color: #BD2C2F; text-decoration: none; }
	A:link		{ color: #BD2C2F; text-decoration: none; }
	A:visited	{ color: #BD2C2F; text-decoration: none; }
	A:active	{ color: #076765; background:#DCEAE8; text-decoration: none; }
	A:hover		{ color: #076765; background:#DCEAE8; text-decoration: none; }




	#blogtitle {
		height:300px;
		width:577px;
		margin-left:75px;
		margin-right:auto;
		background-image: url(/moxie/header.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		}



	#sidebar {
		position:absolute;
		top:237px;
		right:20px;
		width:325px;
		margin:0;
		padding:0;
		}



		
	#content {
		padding:10px;
		margin-top:-15px;
		margin-right:360px;
		margin-left:10px;
		}


	

	.date {
		font-family: verdana, arial, sans-serif;
		color:#312D2C;
		font-size:11px;
		font-weight:bold;
  		line-height:20px;
  		padding:5px 30px 5px 2px;
  		margin:0px 10px 0px 0px;
  		text-align:right;
		background-image: url(/moxie/date.gif);
		background-position: top right;
		background-repeat: no-repeat;
		}
	

	.title	{ 
		font-family: verdana, arial, sans-serif;
		font-size: 12px; 
		color: #BD2C2F; 
		font-weight: normal;
		padding:0px 0px 2px 0px;
		margin:0px 0px 5px 0px;	
  		text-align:left;
		border-bottom:1px solid #BD2C2F;
		}


	.blogbody {
		font-family: verdana, arial, sans-serif;
		color:#312D2C;
		font-size:11px;
		font-weight:normal;
  		text-align:left;
  		line-height:160%;
  		padding:15px 15px 15px 15px;	
  		margin:0px 0px 50px 5px;
		background:#fff;
		border-right:3px solid #F2E2C9;
		border-bottom:2px solid #F2E2C9;
		}	

	.blogbody img{
		margin:5px 5px 0px 5px;
		background:#F2E2C9;
		padding:5px;
		}

		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: 11px; 
		color: #312D2C;
		padding:2px;
		margin:5px 0px 0px 0px;
		text-align: left;
  		line-height:15px;
		font-weight: normal;
		border-top:solid 1px #312D2C;
		}



			
		
	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#000;

		font-size:10px;
		font-weight:normal;
  		line-height:14px;
  		text-align:left;
		margin-top:20px;
		padding-top:10px;			
		}




	.side {
		font-family:verdana, arial, sans-serif;
		color:#312D2C;
		font-size:10px;
		font-weight:normal;
  		line-height:14px;	
  		text-align:left;
  		text-transform:none;	
		margin:-3px 0px -5px 0px;
		padding:0px 15px 5px 15px;
		background-image: url(/moxie/sidebg.gif);
		background-position: top left;
		background-repeat: repeat-y;
		}

.specialcompany {
                width:5px;
                visibility:hidden;
}


	#menu {
  		margin-bottom:15px;
  		margin-top:15px;
		font-family:verdana, arial, sans-serif; 
		font-size: 11px; 
		color: #000;	
		text-align:center;					
		}

	.popup {
  		margin:10px;
		font-family:verdana, arial, sans-serif; 
		font-size: 11px; 
		color: #000;	
		text-align:center;					
		}


	.commentbox {
		font-family:verdana, arial, sans-serif;
		color:#000;
		font-size:11px;
		font-weight:normal;
  		line-height:16px;
  		padding:5px;
		margin-bottom:20px;
		text-align:left;
		background:#fff;	
		border-right:2px solid #F2E2C9;
		border-bottom:1px solid #F2E2C9;
		}		

	.comments-posted {
		font-family:verdana, arial, sans-serif; 
		font-size: 11px; 
		color: #000;
		margin-bottom:15px; 
  		line-height:15px;
		font-weight: normal;
		border-top:#000 solid 1px;
		text-align:left;
		}	
			
	
		
		

	textarea, input, select, checkbox {  
		color: #312D2C;  
		background-color : #fff; 
		border: 1px #B81215 solid; 
		font-size : 10px;          
		font-family:Verdana, Arial; 
		}


	form {
		margin-top:2px;
		margin-bottom:2px;
		}

	blockquote { 
		font-family:Verdana, Arial; 
		font-size:10px; 
		color: #312D2C; 
		line-height:140%; 
		padding: 15px 15px 15px 25px; 
		border:1px dotted #B81215;
		background-color:#fff;
		}

	
