
html,body {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;

	}

img {
float:right;
border:none;
display:inline;
}


div#content a, div#extra a, div#sidebar a {
	color: #FFBA27;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
	padding: 1px;
}

div#content a:hover , div#extra a:hover, div#sidebar a:hover {
	color: #FFBA27;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFAFA; 
	border-bottom: 1px solid #CCC; 
	border-right: 1px solid #CCC;
	padding: 1px;
}

div#header {
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
  
	}

div#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFBA27;
	letter-spacing: -1px;
margin-bottom: 0;
	}

div#header h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	
}

#navigation {
margin-top: 0;
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
float: right;
}

#navigation li {
display: inline;
padding-right: 10px;

font-size: 11px;
}

#navigation li a {
font-size: 11px;
color: #666;
font-weight: normal;
padding: 4px;
text-decoration: none;
}

#navigation li a:hover {
text-decoration: underline;
}

div#container {
text-align:left
}

div#content p, div#extra p, div#sidebar p {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #444;
line-height:1.8em;
}

div#content h1, div#extra h1, div#sidebar h1 {
font-size: 14px;
font-weight: bold;
color: #000000; 
text-decoration: none; 
padding: 0; 

}

div#content h2 {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #009DF7;
margin-top: 20px;
padding: 0;
}

div#content h3 {
font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFBA27;
margin-top: 20px;
padding: 0;
}

div#footer p {

margin:0;padding:5px 10px;
}

div#container {
width:700px;
margin:0 auto;
}

div#sidebar {
float:right;
width:330px;
padding-bottom: 10px;
}

div#extra {
float:left;
width:330px;
}

div#footer {
margin-top: 10px;
background-color: #333;
color: #FFF;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
clear:both;
width:100%;
height: 45px;
padding: 5px;
}

div#footer a, div#footer a:hover {
margin-top: 10px;
background-color: #333;
color: #FFF;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
clear:both;
width:100%;
color: #FFBA27;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #333; 
border-right: 1px solid #333;
}

/*

 Would be nice if you could keep this credit below. Thanks.

*/

#design-by {
text-align:right;
float: right;

}
.clear{
clear:both;
}

#slot{
width:30%;
text-align:center;
float:left;
margin-left:10px;
}

#slot img{
margin: 10px auto 10px auto;
float:none;
}


form {
	margin:0;
	text-align:center;
	border: 1px solid #C4C4C4; 
	background-color: #E6E6E6;
padding: 10px;
	}
label {
	color:#999;
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	text-align:center;
	width:30%;
	padding: 4px;
	border:1px solid #C4C4C4;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#999;
  background-color:#ffffff;
	}
textarea {
	margin: 10px auto 10px auto;
	text-align:left;
	width:620px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #C4C4C4;
	height:100px;
	display:block;
	color:#999;
}
input.button { 
	text-align:center;
	margin: 0 auto 0 auto;
	width:20%;
	margin: 0 auto 0 auto; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #C4C4C4;
	background: #FFF; 
	padding: 2px 3px; 
	color: #5C4C4C4;	
}
