body {
	background: blue url(background.gif) repeat;
		
	font-family: arial san-serif;
	font-size: 11px;
	text-align: center;	

	margin: 0;
	padding: 20px 0x 20px 0px;
	text-align: center;
	height: 100%;}



#bigfatdiv { 
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;

	width: 728px;}
			


#banner {
	background: #000 url(banner.jpg) no-repeat fixed;
	width: 100%;
	height: 91px;}


#menu { 
	margin-top: 15px;
	margin-right: 5px;
	float: left;
	width: 100px;
	background: #fff;}

#menuitems {
	padding: 15px 15px 15px 15px;
	text-align: left; }

#menutop { 
	background: blue url(button1.jpg) no-repeat fixed;
	width: 100px;
	height: 20px;
	}

#menubottom { 
	background: blue url(button3.jpg) no-repeat fixed;
	width: 100px;
	height: 20px; }


#content {
	margin-top: 15px;
	margin-left: 10px;
	width: 618px;
	background: #fff;}

#text { 
	padding: 20px 15px 20px 15px; 
	text-align: left;
	width: 100%;}

#contop { 
	background: blue url(button-home.jpg) no-repeat fixed;
	width: 618px;
	height: 20px;
	}

#conbottom { 
	background: blue url(button4.jpg) no-repeat fixed;
	width: 618px;
	height: 20px; }



/* MISC JUNK */

b {
	font-weight: bold;}

p {
	font-size: 15px;
	line-height: 17px;
	color: #000; }

a {	font-size: 15px;
	line-height: 17px;
	text-decoration: underline;
	background: transparent;
	color: red;}

a:hover { color: blue; }
	
	



#menu a {
	text-decoration: underline;
	background: transparent;
	color: red;
	font-size: 11px;
	line-height: 15px;}

#menu a:hover {
	color: blue;}

#menu a.cur {
	text-decoration: none;
	color: #000; }

#menu a.cur:hover {
	text-decoration: line-through;
	color: #000;}



span.noneofyourbizniz {
	display: none;}






