/* BODY
--------------------------------------------------*/

body {margin: 0px;
	  text-align: center;
	  padding: 0;
      background-color: #93846b;}
	  
#container {width: 557px;
			background: #93846b;
			margin: 0 auto;
			text-align: justify;}
			
#header {background-image: url(layout.gif);
		 background-repeat:no-repeat;
		 height: 390px;
		 width: 100%;}
		 
#main {width: 428px;
	   float: inherit;
	   margin-left: 63px;
	   background-color: #a79a86;}

#footer {width: 428px;
		 float: inherit;
		 height: 2px;
		 border-top: #f5edb2 1px solid;
		 margin-left: 63px;
		 margin-top: 6px;}

.clearfloat {clear:both;
			 height:0;
			 font-size: 1px;
			 line-height: 0px;}

a {color: #f5edb2;
   font-size: 10px;
   font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
   text-align: justify;
   line-height: 16px;
   text-decoration: none;
   cursor: crosshair;}
   
a:hover {color: #75644A;
         font-size: 10px;
         font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
         text-decoration: none;
         cursor: crosshair;}

/* MAIN
--------------------------------------------------*/

.content {width: 421px;
          color: #75644A;
		  font-size: 10px;
		  font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
		  text-align: justify;
		  line-height: 16px;
		  padding: 5px;}
		  
.contentcen {width: 421px;
          color: #75644A;
		  font-size: 10px;
		  font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
		  text-align: center;
		  line-height: 16px;
		  padding: 5px;}

.title {color: #7c5d5d;  
	    font-size: 16px;
        font-family: Sylfaen, 'Lucida Sans Unicode', arial, 'trebuchet ms';
		font-weight: bold;
		border-bottom: #ccc8aa 1px solid;
        letter-spacing: 2px;
 		padding-bottom: 4px;
		margin-bottom: 3px;}
		
.subtitle {color: #f5edb2;  
	       font-size: 11px;
           font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
		   font-weight: bold;
		   text-transform: uppercase;
		   letter-spacing: 2px;
		   margin-bottom: 3px;}
        
.line {border-top: 1px solid #ccc8aa} 

b, strong {color: #E7E2B4;}

input, textarea, option, select, button {
	background-color: #ccc8aa;
	border:1px solid #7c5d5d; 
	color: #75644A;
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', arial, 'trebuchet ms';
	text-align: justify;
	line-height: 16px; 
	padding:2px;}
	
	
	/* NAV LINKS
--------------------------------------------------*/
ul {margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 3px;
	padding-bottom: 0px;
	padding-top: 3px;
    list-style-type: none;}

#nav {float: left;
	  margin-top: 352px;
	  margin-left: 62px;}
	  
ul.nav a, 
ul.nav a {color: #7c5d5d;
	      font-family: Sylfaen, 'Lucida Sans Unicode', arial, 'trebuchet ms';
		  font-size: 16px;
		  font-weight: bold;
		  text-decoration: none;
		  padding-bottom: 2px;
		  padding-left: 3px;
	      display: block;
		  width: 100%}

ul.nav a:hover {color: #f5edb2;
                text-decoration: none;
				padding-bottom: 2px;
				padding-left: 3px;
				display: block;
				width: 100%}
