html, body, div {margin:0;padding:0;}

html, body {
	font-family: Andale Mono,Tahoma, Arial, monospace;	
	line-height: 1.6em;
  	font-size: 0.93em;
	color: #333;
	//background-image: url('http://www.iRacine.com/images/background.jpg');
	background-color: #fff;
  	background-repeat: repeat-x;
  	background-position: bottom;
  	min-width: 1000px; 
  	width: 100%; 
  	height:100%;


}
h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	letter-spacing: .02em;
	font-family: arial, helvetica, "hirakakupro-w3", osaka, "ms pgothic", sans-serif;
	color: #000000;	
	text-align: left;
}  	
div#surround {
height:100%;
overflow:auto;
min-height:100%;
width: 100%;
}
div#header {
	margin:0;
	border-bottom: 2px solid #b5cbd9;
	width:100%;
	height:150px;
}	

div#logo {
	float:left;
	width: 410px;
	height: 150px;
	padding-left:10px;
}
div#signup {
width: 400px;
float:right;
padding: 50px 10px 50px 10px;
}

input
{
color: #C4C2BC;
background:#faf3ea;
border: 1px solid #9a7656;
margin: 2px;
}

.submit input
{
color: #ffffff;
background: #eb9e39;
border: 1px outset #727272;
margin: 2px;
} 
div#content {
width:100%;
}
div#main {
padding:20px;

}
div#right {
width: 200px;
padding-left:200px;
padding: 20px;
text-align:center;
}
div#left {
float:left;
width: 200px;
padding: 20px;
text-align:center;
}
div#rss {
font-size: .9em;
}
div#rss h3,a {
font-size: 1.0em;	
color:#336699;
}


