/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Garamond, serif;
 font-size: 15px;
}
h1 {
 font-size: 1.4em;
}
p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 100%;
}

/* ************* */ 
/*     MAIN   */
/* ************* */ 

#content { 
 float: left;
 margin-left:25%;
 margin-right:25%;
 min-width: 600px;
 color: #333;
 background: #FFFFFF;
 width: auto;
 display: inline;
 font-size:1.1em;
}

#menu a {
 margin-left:25%;
 margin-right:25%;
 text-shadow: 1px 1px 1px #e9ae24;
 font-size:1.3em;
 color: #e77e43;
}

ul { 
	padding: 0;
	list-style-type: none;
	line-height: 1.8em;
	}
ul li { background: url(images/bullet.gif) no-repeat 0% 52%; padding-left: 25px; }


/* ************* */ 
/*     HEADERS   */
/* ************* */ 
#header {
 width: 100%;
 float: left;
 min-width: 800px;

 height: 120px;
 background: #000;
 text-align: center;
}
#header h1 a {
 text-shadow: 1px 1px 1px #b64459;
 color: #e9ae24;
}
#header a {
 color: #e9ae24;
 font-size: 1.3em;
}

#divider {
 width: auto;
}
#divider #left {
 float: left;
 width: 100%;
 height: 260px;
 background:url(images/back.png) repeat-x;
}
#divider #main {
 margin-top: -260px;
 margin-left: 25%;
 float: left;
 width: 800px;
 height: 260px;
 background:url(images/header.jpg) no-repeat;
 text-align: center;
}


/* ************* */ 
/*     FOOTER    */
/* ************* */ 

#footer { 
 width: auto;
 margin-left: 25%
 height: 25px;
 clear: both;
 color: #333;
 background: #e7ead5;
 text-align: center;
 border-top: thin solid #999;
}
#footer a {
 text-shadow: 0px 1px 1px #e9ae24;
 font-size:1.0em;
 color: black;
}
