@charset "utf-8";
/* CSS Document */

body {
	background-color: #888;
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center;
	color: #778;
}
h1 {font-size: 19px; margin: 0px; margin-bottom: 12px;}
h2 {font-size: 15px; margin: 0px;}
h3 {font-size: 13px; margin: 0px;}

#homepage_content_area {width: 940px; margin-top: 20px;}
#homepage_content_module {width: 300px; background-image: url(../images/homepage_content_module_bkg.gif); background-repeat: repeat-y; float: left; margin-right: 20px;}
#homepage_content_module_content {width: 280px; line-height: 20px; padding-left: 10px; padding-right: 10px;}

