/* CSS template */
* {
	margin:0;
	padding:0;
}
body {
	background:url(/images/main_bg.gif) repeat left top;
	color:#333;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	
}
h1, h2 {
	font-size:18px;
	line-height:24px;
	color:#376daa;
}
h2 { font-size:14px; }
h1 a:hover, h2 a:hover { border-bottom:1px dotted #376daa; } 

p, li { 
	font-size:12px;
	line-height:16px;
	margin-top:5px;
}
li { margin-left:25px; }
a { color:#376daa;text-decoration:none; }
a:hover { color:#000; }

label { font-size:12px; }

#container {
	background:url(/demos/img/container_bg.jpg) no-repeat center top;
	text-align:left;
	width:700px;
	margin:40px auto;
	padding-top:132px;
	
}
#main {
	background:url(/demos/img/main_bg.jpg) repeat-y center top;
	padding:0 60px 15px;
	min-height:300px;
	height:auto;
}

#footer { 
	background:url(/demos/img/footer_bg.jpg) no-repeat center top;
	padding-top:30px;
	text-align:center;
}
#footer p { 
	font-size:11px; 
}
.googlebanner {
	margin-top:10px;
}






