/*
	Stylesheet for home page only
	Created by Chris Prather
	For Noble Rabit
*/
	*{margin:0px; padding:0px;}
			
			body{
				margin:0px;
				padding:0px;
				background-color:#DBE5E2;
				text-align:center;
				font-size:0.8em;				
				font-family: times new roman;
				color:#4F4337;
			}
			
			#page{
				text-align:left;
				position:relative;
				margin:0px auto 0px auto;
				width:850px;
				height:600px;				
			}
			
			#header
			{
				position:relative;
				background-color:#6b5743;
				margin:0px auto 0px auto;
				width:850px;
				height:120px;
				border:3px solid black;			
			}
			
			#mainContent
			{
				position:relative;	
				padding:20px 0px 35px 20px;
				margin:0px;
				width:800px;
				border-left: 3px solid black;
				border-right: 3px solid black;
				background-image:url('../images/homepage/contentBG.jpg');
				background-repeat: repeat;	
				width:830px;	
			}
			
			#mainContent p img{
				margin:0px 30px;
			}
			
			
			#footer
			{	
				position:relative;
				clear:both;
				padding:0px;
				margin:0px auto 0px auto;
				width:850px;
				height:90px;
				border:3px solid black;
				background-color:#6b5743;
			}
		
			#subFooter{
				position:relative;
				top:5px;
				height:80px;
			}
			
			#subFooter table{
				margin:0px auto;
				padding:0px;
			}
			
			#bottomLeft
			{
				position:absolute;
				top:56px;
				left:-3px;
				z-index:0;
			}
			
			#bottomRight
			{
				position:absolute;
				top:56px;
				left:814px;
				z-index:0;
			}
			
			#topLeft
			{
				position:absolute;
				top:-3px;
				left:-3px;
			}
			
			#topRight
			{
				position:absolute;
				top:-3px;
				left:811px;
			}
		
			#Logo
			{
				position:absolute;
				top:10px;
				left:515px;
				margin-bottom: 15px;
				z-index:1;
			}
			
			#headerText{
				position:relative;
				margin:25px 58px;
			}
			
			#mainContent p{
			}
			
			.first
			{
				margin-left: 30px;
				width: 416px;
				height:2px;
				color: #67635A;
			}
			
			.second
			{
				margin:0px;
				margin-left: 30px;
				padding:0px;
				width: 90%;
				height:2px;
				color: #67635A;
			}
			
			em{
				font-size: 1.8em;
				font-weight:900;
				color:#67635A;
			}
			
			table
			{
				
				margin:25px 0px 5px 30px;
				width:800px;
				
			}
			
			.center
			{
				margin:0px;
				text-align:center;
								
			}
			
			table.center{position:relative;
				top:5px;
				z-index:1;
				width:790px;
			}
			
			table.center td{width:16%}
			
			.left
			{
				text-align:left;
				color:#524031;
			}
			
			table.left{
				postion:relative;top 15px;
			}
			
			a
			{
				color:#b9b0a2;
				text-decoration:none;
			}
			
			a img
			{
				border:none;
				margin-bottom: 5px;
			}
			
			a:hover
			{
				color:#b9b0a2;
			}
			
			#newItem
			{
				position:absolute;
				top:104px;
				left:325px;
			}
			
			.contentTableSecondColumn{
				margin:0px;
				padding:0px;
				padding-left:110px;
			}
			

			
			.firstRow td{
				vertical-align:bottom;
			}
			
			.firstRow img{
				margin:0px;
				padding:0px;
			}
			
			.secondRow td{
				vertical-align:top;
			}