* { padding: 0; margin: 0;}

body {
 font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
 font-size: 16px;
 background: url(images/brick_bg.jpg) center repeat-y #050505;
}

p {
 padding: 10px;
 line-height:1.7em;
}


#wrapper { 
 margin: 0 auto;
 width:800px;
 
}

/*=================== TOP LINE ===================*/
#top {
 width:100%;
 height:50px; 
 background:url(images/topline.jpg) top left repeat-x;
}

/*=================== TOP LINE ===================*/


/*=================== HEADER ===================*/	
#header {
width:100%;
margin-top:20px;
}

#header #logo {
	background:url(images/logo.png);
	width:200px;
	height:97px;
	margin-left:60px;
}


h2.header{
	font-size: 15px;
	line-height: 40px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-style:italic;
	letter-spacing:2px;
	color:#fff;
	float:right;
	}
/*=================== HEADER ===================*/	

/*=================== NAVIGATION ===================*/	

#nav-menu {
margin:-40px 0px -90px 160px;
width:100%;
}


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;

}

#nav-menu li a
{
background: url(images/background.gif) transparent bottom left repeat-x;
height: 4em;
letter-spacing:1px;
float: left;
padding-top:10px;
width: 11em;
display: block;
color: #ccc;
text-decoration: none;
text-align: center;
font-size:12px;
font-weight:bold;
}

#nav-menu li a:hover
{
background: url(images/backgroundhover.gif) transparent bottom left repeat-x;
height: 4em;
float: left;
width:11em;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-size:12px;
}

#nav-menu li a.current
{
background: url(images/backgroundhover.gif) transparent bottom left  ;
height: 4em;
float: left;
width:11em;
display: block;
color: #fff;
text-decoration: none;
text-align: center;
font-size:12px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

/*=================== NAVIGATION ===================*/	  

/*=================== CONTENT ===================*/	
#content { 
 float: left;
 color: #fff;
 font-weight:normal;
 font-size:17px;
 width: 800px;
 margin-left:20px;
}

img.polaroidright {
	padding: 8px 8px 30px 8px;
	border:1px solid #ccc;
	background:#fff;
	float:right;
	margin:0 -5px 0 5px;
	}
	
img.polaroidleft {
	padding: 8px 8px 30px 8px;
	border:1px solid #ccc;
	background:#fff;
	float:left;
	margin:0 10px 0 -5px;
	}
		
h2.splash {
	font-size: 18px;
	line-height: 40px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	letter-spacing:3px;
	margin-left: 42%; 	/* opera does not like 'margin:20px auto' */
	color:#fff;
	}	
	
h2.header{
	font-size: 15px;
	line-height: 40px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-style:italic;
	letter-spacing:2px;
	margin-left: 40%;
	margin-top:20px;
	margin-bottom:-80px;
	color:#fff;
	}
	h2.tagline {
	font-style:italic;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	margin-left:10px;
	margin-top:-10px;
	color:#bb241b;
	width:1000px;
	}
	
h4 {
border-bottom:2px solid #bb241b;
width:450px;
padding-bottom:2px;
text-transform:uppercase;
font-size:18px;
font-weight:bold;
color:#bb241b;
}

#content ul {
margin-left:40px;
}

	
#button {
  text-align:center;
  width:100px;
  height:35px;
  text-decoration:none;
  margin-left: 46.4%;
  margin-top:10px;
 }
   .buttontext {
   	color:#000;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
    .buttonover {
	 color:#fff;
	 cursor:pointer;
}

#splash {
	margin-top: 100px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background:url(images/enter.png);
	width:500px;
	height:335px;
}		

table {
margin-left:225px;
}


input {
background-color:#ccc;
}

textarea {
background-color:#ccc;
}
 .buttons {
font-size:12px;
background-color:#ccc;
color:#000;
margin:3px;
padding:5px;
}

  	

/*=================== CONTENT ===================*/	

/*=================== FOOTER ===================*/	
#footer { 
 width: 800px;
 height: 45px;
 clear: both;
}

#footer p {
  color: #666666;
  text-align:right;
  margin-right:26px;
}

#footer p a{
 font-weight:bold;
 color:#666666;
 text-decoration:none;
}

#footer p a:hover{
 font-weight:bold;
 color:#ce7926;
 text-decoration:none;
 border-bottom:1px dotted #ce7926;
}

#footer p a.current{
 font-weight:bold;
 color:#ce7926;
 text-decoration:none;
 border-bottom:1px dotted #ce7926;
}
/*=================== FOOTER ===================*/
