/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#FFFFFF;
	font-family:arial, helvetica, sans-serif;
	color:#000000;
	}
	
h1 {
	margin:3px 0px 3px 0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
	}
	
h2 {
	margin:3px 0px 3px 0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	}
	
a {
	color:#FF0000;
	}
	
#glow {
	width:841px;
	background-image:url(images/glow.png);
	background-repeat:repeat-y;
	}

#headliner {
	width:515px;
	height:30px;
	padding:220px 0px 0px 265px;
	background-image:url(images/headliner.png);
	font-size:16px;
	font-weight:bold;
	}
	
/* Menu styling starts here */

#menu {
	width:772px;
	height:25px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#FF0000;
	}

ul.menu {
	margin:0px;
	padding:4px 0px 0px 0px;
	}
ul.menu li {
	display:inline;
	list-style:none;
	margin:0px 5px 0px 5px;
	}
ul.menu li a {
	padding:4px 3px 4px 3px;
	color:#FFFFFF;
	text-decoration:none;
	}
ul.menu li a:hover {
	background-color:#000000;
	}
	
/* Menu styling ends here */
	
#content {
	width:772px;
	margin:0px;
	padding:0px;
	border-left:4px solid #000000;
	border-right:4px solid #000000;
	background-color:#FFFFFF;
	font-size:14px;
	text-align:left;
	}
#content-top {
	width:780px;
	background-image:url(images/content_bg_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
#index-pics {
	width:780px;
	background-image:url(images/index_pics.png);
	background-repeat:no-repeat;
	background-position:left top;
	}
#wrapperTop {
	width:780px;
	padding:0px 0px 10px 0px;
	background-image:url(images/wrapper_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
#wrapper {
	width:780px;
	padding:0px 0px 10px 0px;
	background-image:url(images/wrapper_bg_bottom.png);
	background-repeat:repeat-y;
	background-position:top left;
	}
#push {
	width:465px;
	padding:3px 50px 10px 265px;
	}
#contact {
	width:680px;
	padding:3px 50px 10px 50px;
	}
#footer {
	width:780px;
	font-size:14px;
	text-align:center;
	color:#000000;
	}
#footer a {
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	}
#bottom {
	width:780px;
	height:10px;
	background-image:url(images/bottom.png);
	background-repeat:repeat-x;
	}
	
	