@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}
body {
	margin: 15px auto;	
	font-size: 12px;
}
p { margin: 15px auto; }
a {
	color: #B2D238;
	font-weight: bold;
}
li {
	list-style-type:none;	
}
#wrap {
	width:928px;
	margin: auto;
	position:relative;
}
#header {
	margin-bottom: 10px;
	position: relative;
	height: 100px;
}
h1 {
	font-size:18px;
	margin-top:15px;
}
h2 {
	font-size:14px;	
}
#logo {
	float: left;
}
#logosub {
	float: right;
	margin-top: 65px;
}


#navigation {
	background-image: url(../body/navbg.gif);
	height: 21px;
	margin-bottom: 10px;
	color: #FFF;
}
#navigation a {
	color: #CCC;
	text-decoration: none;
	display: inline-block;
	margin: auto 7px;
	margin-top: 1px;
	font-size:13px;
	font-weight:normal;
}
#navigation a.on, #navigation a:hover {
	color: #FFF;
}

#cwrap {
	height: 550px;
	width: 920px;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../bgs/home.jpg);
}
#bubble {
	background-image: url(../body/circle.png);
	height: 301px;
	width: 297px;
	padding-top: 70px;
	padding-right: 50px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 11px;
	color: #FFF;
}
#bubble2 {
	background-image: url(../body/circlebox.png);
	height: 257px;
	width: 284px;
	padding-left: 15px;
	padding-right: 100px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#bubble p, #bubble2 p {
	font-size: 12px;	
}
#footer {
	background-image: url(../body/footerbg.gif);
	height: 17px;
	width: 708px;
	float: left;
	color: #FFF;
	padding-top: 4px;
	text-align: center;
}
#subscribe {
	float: right;
}
#tquote {
	width: 300px;
	position:absolute;
	left: 20px;
	top: 10px;
}

input, textarea {
	margin-bottom:2px;	
	border:1px solid #999;
	background-color:#FFF;
	font-size: 12px;
}

