
/**********************************************
*   Basics & typography           *
***********************************************/


body 	{
      background:#000;
	border: solid 0px #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
      letter-spacing: 0px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

h1,h2,h3,h4,h5,h6
	{
	
	margin: 0 0 0px 0;
	padding: 0px;
	}

h1 	{
	font-size: 26px;
	color: #6d4f39;
      font-weight: 500;
	letter-spacing:0px;
	margin-bottom:10px;
	}

h2 	{
	font-size: 18px;
	color: #404040;
      font-weight: 500;
	letter-spacing:-1px;
	margin: 0px 0px 15px 0;
	}

h3 	{
	font-size: 30px;
	color: #6d4f39;
      font-weight: 600;
	letter-spacing:-1px;
	margin: 0px 0px 20px 0;
	}

h4 	{
	font-size: 24px;
	color: #6d4f39;
      font-weight: 550;
	margin: 0px 0px 4px 0;
	}

p 	{
	margin: 5px 0px 10px 0;
	}

a:link {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	letter-spacing:0px;
	}

a:visited {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	letter-spacing:0px;
	}

a:hover {
	color: #FF9000;
	text-decoration: none;
	font-weight: 400;
	letter-spacing:0px;
	}

a:active {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	letter-spacing:0px;
	}

a:link img, a:visited img 
	{
	border: solid 0px;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}

.quote {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	font-size: 16px;
	color: #8D7864;
	}

.big {
	font-weight: bold;
	font-size: 18px;
	color:#513a28;
	}

.small {
	font-weight: normal;
	font-size: 10px;
	line-height:50%;
	}

.block {
	display: block;
	}

table{
	font-size: 18px
	}

strong{
	font-weight: bold;
	}


/**********************************************
*   main container	                      *
***********************************************/

#container
	{
	border: solid 0px #CCC;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:20px;
	width: 1000px;
	height: auto;
	height: 100%;
	}


/**********************************************
*   header                 *
***********************************************/

#header	
	{
	border: solid 1px #000;
	height: 150px;
	width:1000px;
	background: url(img/header.jpg) top left no-repeat;
	margin: 0px 0 10px 0px;
	padding:0;
	}

/**********************************************
*   navigation	                      *
***********************************************/

#navigationcontainer 
	{
	border: solid 0px #000;
      width:1000px;
	height:20px;
	margin:130px 0 0 0px;
	}

#navigationcontainer ul
	{
	border: solid 0px #000;
	margin: 0px 0px 0 170px;
	padding:0;
	font-family: "Arial", "Lucida Grande", Sans-Serif;
      font-size: 12px;
	}

#navigationcontainer ul li { display: inline; }

#navigationcontainer ul li a
	{
	border: solid 0px #fff;
	height:20px;
	color: #fff;
      padding:5px;
      margin: 0px 50px 0 0px;
      font-weight: 800;
	}

#navigationcontainer ul li a:hover
	{
	color: #FFF;
	}


/**********************************************
*   main content                   *
***********************************************/



#mainhome
	{
      background:#FFF;
	border: solid 0px #ccc;
	width:1000px;
	margin: 0px 0 0px 0px;
	padding:0px 0 0px 0;
	height:420px;
	overflow: hidden;
	}

#main
	{
      background:#FFF;
	border: solid 0px #ccc;
	width:1000px;
	margin: 0px 0 0px 0px;
	padding:0px 0 50px 0;
	height:365px;
	overflow: hidden;
	}

#contentboxhome
	{
	border: solid 0px #ccc;
	width: 1000px;
      height:auto;
	margin: 0px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px;
	text-align:left;
	}

#flash
	{
	border: solid 0px #CCC;
	float: right;
	width:300px;
	height:420px;
	padding: 0;
	margin: 0px;
	}

#contentbox
	{
	border: solid 0px #ccc;
	width: 950px;
      height:auto;
	margin: 20px 35px 0px 35px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px;
	color: #241F23;
	text-align:left;
	}

#homehometxt
	{
	border: solid 0px #000;
	float: left;
	padding: 0px;
	margin: 45px 0 0 75px;
      width: 400px;
	font-size: 12px;
	color:#000;
	font-weight:500;
	}

#hometxt
	{
	border: solid 0px #000;
	float: left;
	padding: 0px;
	margin: 10px 10px 0 0px;
      width: 210px;
	font-size: 12px;
	color:#000;
	font-weight:500;
	}

#homepic
	{
	border: solid 0px #fff;
	float: left;
	width:550px;
	padding: 0;
	margin: 10px 0 0 0px;
	}

#largepic
	{
	border: solid 1px #6d4f39;
	float: right;
	padding: 0;
	margin:0;
      width: 520px;
	height:320px;
	}

#largepic2
	{
	border: solid 1px #666;
	float: right;
	padding: 0;
	margin:0;
      width: 520px;
	height:348px;
	}

#contacttxt
	{
	border: solid 0px #000;
	float: left;
	padding: 0px;
	margin: 10px 0 0 30px;
      width: 200px;
	font-size: 12px;
	color:#000;
	font-weight:500;
	}

#largepic3
	{
	border: solid 1px #666;
	float: left;
	padding: 0;
	margin:0px 0 0 170px;
      width: 520px;
	height:348px;
	}

#thumbs
	{
	border: dashed 0px #000;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	padding: 0;
      width: 170px;
	height:370px;
	font-size: 13px;
	color: #999;
	}

#thumbs ul
	{
	border: solid 0px #fff;
      padding: 0px;
	margin:0px;
	}

#thumbs ul li {
	display: inline; 
	margin: 0 0px 0px 0;
      padding:0;
	}

#thumbs img{
	border: solid 1px #666; 
	margin:0px 0px 18px 8px;
	}


/**********************************************
*   Footer		                      *
***********************************************/



#footer{
	border: solid 0px #fff;
	background:none;
	margin-left: auto;
	margin-right: auto;
      width: 984px;
	heigth: 2px;
	padding: 8px;
	text-align: right;
	font-size: 10px;
      color:#7D7070;
	}

#footer a
	{
	color: #7D7070;
	}

#footer a:hover
	{
	color: #fff;
	}

