@charset "utf-8";
/* CSS Document */


	body{
		text-align: center;
		background-image:url(../images/background_01.gif);
		background-repeat:repeat-x;
		background-position:top;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	div#container{
		margin-left: auto;
		margin-right: auto;
		width: 740px;
		text-align: left;
		
	}
	
	#header{
		position:relative;
		background-color:#282322;
		width: 740px;
		height:146px;
	}
	
	#nav1{
		 position:relative;
		 background-color:#e13837;
		 width: 740px;
		 height:44px;
		 border-top:1px solid #282322;
		 border-bottom:1px solid #282322;
		 text-align:center;
	}
	
	#nav1 img{
		margin-left:14px;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#nav2{
		 position:relative;
		 background-color:#5b4f48;
		 width: 740px;
		 height:30px;
		 text-align:center;
	}
	
	#nav2 img{
		margin-left:14px;
		margin-top:9px;
		margin-bottom:9px;
	}
	
	#content{
		position:relative;
		background-image:url(../images/body_content_bg.gif);
		background-repeat:no-repeat;
		background-position:right;
		background-color:#e8e0cb;
		width: 740px;
		text-align:left;
		border-top:1px solid #282322;
		border-bottom:4px solid #282322;
	}
	
	#footer{
		position:relative;
		background-color:#282322;
		width: 740px;
		height:50px;
		border-bottom:2px solid #282322;
	}

	#subcontent, #products{
		position:relative;
		background-color:#5b4f48;
		background-image:url(../images/background_sub_01.gif);
		background-repeat:repeat-y;
		background-position:center;
		width: 740px;
		border-bottom:2px solid #282322;
		color:white;
	}
	
	a {color: #e13837;text-decoration: none;}
	a:link {color: #e13837;}
	a:visited {color: #e13837;}
	a:active {color: #e13837;}
	a:hover {color: yellow;}
	
