/* CSS Document */

* {
  padding: 0px;
  margin: 0px;
  
}

html {
    font-size: 100%;
}

body {
    font-family: Verdana, "myriad pro", "Lucida Grande", Helvetica, sans-serif;
	font-size: 64%;
	line-height: 150%;
	color: #d8caa8;
	 text-indent:0px;
	 background: #CCFF66;
	 letter-spacing: 0.1em;
}

/*---------main divs-----*/

h2 {
   color: #000000;
   font-size: 500%;
   margin: 50px 50px;
   line-height: 300%;
} 

h3 {
   font-size: 120%;
}     

#container {
       position:absolute;
	   width: 100%;
	   height: 100%;
	   top: 0px;
	   left: 0px;
	   text-align:center;
}	   	 
		  
#center {
    width: 800px;
	margin: 0px auto;
	text-align:left;
	background: #382513 url(images/cornerflowersouter.jpg) no-repeat right bottom;
	height: 550px;
}

#header {
   width: 100%;
   height: 70px;
   background: url(images/logo.jpg) no-repeat 10px 10px; 
}

#middle {
     width: 100%;
	 height: 270px;
	 clear: both;
}

#middleleft {
     float:left;
     width: 570px;
	 height: 270px;
	 display: inline;
	 background: #363942 url(images/cornerflowersinner.jpg) no-repeat right bottom;
	 margin: 0px 0px 0px 20px;
}

#middleleft img {
    margin: 10px;
	display: inline;
	float: left;
}

#middleright {
    float: right;
	width: 180px;
	height: 260px;
	margin: 10px 0px 0px 0px;
}

#middleright img {
      margin: 0px 0px 5px 0px;
}
/*------middle links--------*/

#middlelinks {
     float: right;
	 height: 100px;
	 margin: 155px 20px 0px 0px;
	 width: 185px;
}

ul {
    list-style-type:none;
	float: left;
	width: 100%;
}

li {
   display:inline;
}

li a {
   display: block;
   font-size:90%;
   padding: 4px 0px 4px 4px;
   text-decoration:none;
   font-weight: bold;
}

a:link {
    color: #d8caa8;
}

a:visited {
     color: #d8caa8;
}

a:hover {
     color: #382513;
	 background-color: #d8caa8;
}

a:active {
     color: #382513;
	 background-color: #d8caa8;
}	  
     	  	 	    

   	


/*----------bottom-----*/	 

#bottom {
     width: 100%;
	 height: 200px;
	 margin-top: 20px;
}

#bottom p {
     margin-left: 20px;
	 width: 500px;
	 font-size: 100%;
}	 	 	  	
			 	    			  
