/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

img, img a {
border: none;
}

/* page: is defined to replace the bgcolor=#FFFFFF; in the top table for the page */
.page {
	background-color : #FFFFFF;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */
	margin-right: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 1024px;   /* to center, change to 900px or 90% */
}

/*  home page sections replaces valign="top" width="300" */
.section {
	width: 500px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px;
	vertical-align: top;
}

.spacercol {
	width: 1%;
}

.content {
	width: 100%;
	vertical-align: top;
}

/* indexpage defined to replace bgcolor="#FFFFFF" sytle="text-align:left" "border="0" cellspacing="0" cellpadding="0" in index.php */
.indexpage {
	background-color : #FFFFFF;
	margin-top: 0px;
	text-align:left;  /* added to replace style="text-align:left" in 6.2.0 */  
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;    /* total width of all the columns */
}

/* bigphoto defined to replace width="300" height="172" border="0" in index.php */ 
.bigphoto {
	height: 200px;
	border: 0px;
} 
/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	background-color: #A49650;
	border-right: 0px; 
	border-bottom: 0px;
	width: 200px;
	margin-left: 10px;
	vertical-align: top;
} 


