@charset "utf-8";
/* CSS Document */

body {
	color:#333333;
	padding:0px;
	margin:0px;
	background:#39150d url(../img/bg-repeat.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {color:#da4d00; font-size:16px; margin-top:0px;}
h4 {color:#da4d00; font-size:14px;}
p {color:#4b4f40; font-size:12px; margin:0 0 20px;}

.clear {clear:both;}

#main {background:url(../img/bg-main.gif) no-repeat; background-position:top center; padding:14px 0 50px;}

#container {
	margin:0px auto;
	background:#e9dfcc;
	padding:4px;
	width:918px;
	border:#FFF solid 1px;
}

#header {
	background:url(../img/header.jpg) no-repeat;
	width:918px;
	height:181px;
	position:relative;
	color:#ffffff;
}

#header h1 {margin:0px; padding:0px; position:absolute; left:30px; top:50px; font-size:40px; font-family:Georgia, "Times New Roman", Times, serif;}
#header h2 {margin:0px; padding:0px; position:absolute; left:30px; top:94px; font-size:20px;}

#header .catwoman {position:absolute; bottom:1px; right:211px;}
#header .babydrac {position:absolute; bottom:1px; right:129px;}
#header .crusty {position:absolute; bottom:1px; right:-21px;}


#main-content {
	background:url(../img/main-content-bg.gif) no-repeat;
	margin-top:5px;
}

#main-content .bkg {
	background:url(../img/content-bottom-bkg.gif) no-repeat;
	background-position:right bottom;
	padding:6px 6px 0;
}

#main-content .left-column {
	width:513px;
	margin-right:20px;
	float:left;
}

#main-content .left-column h2 {margin:0px; font-size:22px; font-family:Georgia, "Times New Roman", Times, serif; padding:12px 21px; color:#333333;}

#main-content .left-column .box {
	border:1px solid #aa995d;
	background:#ffffff url(../img/box-bg.gif) no-repeat;
	background-position:bottom center;
	padding:4px;
}

#main-content .right-column {
	float:right;
	width:373px;
}
#main-content .right-column .google-links {
	float:left;
	width:160px;
	margin-right:20px;
}
#main-content .right-column .main-links {
	float:right;
	width:192px;
	font-size:11px;
}
#main-content .right-column .main-links h3 {margin:0px; padding:0 0 10px;}
#main-content .right-column .main-links a {text-decoration:none; color:#333;}
#main-content .right-column .main-links a:hover {text-decoration:underline;}


#main-content .right-column .main-links ul {
	list-style:none;
	padding:0 0 30px 0;
	margin:0px;
}
#main-content .right-column .main-links ul li {padding-bottom:5px;}


#footer {background:url(../img/footer.gif) repeat; height:32px; margin-top:3px; padding:26px 30px 0;}
#footer p {margin:0px; font-size:12px; color:#ffffff; font-weight:bold;}
