/*  
Theme Name: ashimagroup
Theme URI: http://ashimagroup.net/
Version: 1.0
Author: jksadler
*/

/*
*************************************
  ashimagroup.com stylesheeet  - FIXED
  Created: 23 Mar 2009     
  Updated: 24 Mar 2009
*************************************
*/

/* 
------------ major elements ------------
*/

*	{
	margin:0;
	padding:0;
	}

body	{
		background:#281710;
		margin:0;
		padding:0;
		font-family:verdana, arial, sans-serif;
		font-size:80%;
		color:#000;
		text-align:center; /*IE hack so content div is centered*/
		}
		
a, a:link	{
		/*
color:#8b2712;
		text-decoration:none;
		border-bottom:1px dotted;
*/
		border:none;
		}

/*
a:visited	{
		color:#999;
		}
		
a:hover, a:active	{
		color:#c8682e;
		border-bottom:1px solid;
*/
		}
		
/* 
------------ divs ------------
*/

#container	{ 
			margin:0 auto;
			width:846px; 
			padding:0;
			position:relative;
			}
			
#banner	{
		width:100%;
		}
		
/* 
------------ navmenu ------------
*/
		
/* 
------------ END navmenu ------------
*/

/*
#maintext	{
		width:500px;
		text-align:justify;
		line-height:1.75em;
		color:#ddd1bf;
		margin-left:173px;
		}
		
#maintext p		{
		font-size:1em;
		padding-bottom:1em;
		}
*/

img	{
		border:none;
		}
			
#footer {
		clear:both;
    }
		
#footer p {
	color:#fff;
    padding:0.5em;
	font-size:0.8em;
    }		