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

/*********
BODY
*********/

    BODY {
       background: #FFFFFF;
       margin: 0;
       text-align: center;
	   padding: 0;
  		background: #f0e8e0
    }
/*********
CONTAINER
*********/
    #Container {
       width: 800px;
	   overflow: hidden;
       margin: 0 auto;
	   margin-top: 20px;
	   margin-bottom: 10px;
	   text-align: justify;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   color: #333;
	   line-height: 16pt;
       background: #FFFFFF;
    }
/*********
NAV BAR
*********/
	#NavBar {
		width: 765px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
/*********
PHOTO
*********/
	#Photo {
		float: left;
		border:#9f948b;
		border-width: 1px;
		border-style: solid;
		padding: 5px;
	}
/*********
BODY CONTENT AREA
*********/
	#ContentHolder {
		width: 765px;
		margin: 0 auto;
	}
	
	#Content {
		float: right;
		width: 450px;
		padding-left: 20px;
		border-left: dotted 1px #9f948b;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	#ProductContent {
		width: 765px;
		margin-bottom: 20px;
	}
/*********
H1 HEADERS
*********/
	h1 { 
    color: #333;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: left;
	letter-spacing: 1px;
	margin-bottom: 0px;
    }
/*********
BOTTOM ADS
*********/
	#BottomAds {
		width: 765px;
		margin: 0 auto;
		margin-bottom: 20px;
		clear:both;
	}
/*********
FOOTER
*********/
	#Footer {
		width: 765px;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#333;
	}
/*********
LINKS
*********/
	a:link { 
	color: #0099cc; text-decoration: underline; 
	}
	a:hover { 
	color: #006699; text-decoration: none 
	}