

/* WHEN CENTERING A SITE, PUT CENTER TAGS IN THE BODY OF THE DOCUMENT - TEXT-ALIGN: CENTER IN THE BODY STYLE DOESN'T WORK IN THE OPERA BROWSER */

body {
	margin: 0px;
	background: url(../../files/CommunityKitchensBHM/Theme/bg.gif);
	font-family: "arial";
	font-size: 80%;
	color: #232323;
	text-align: center;
	margin-top: 25px;
	}

/* -------------------------------------------- TEXT & LINK STYLES -------------------------------------------- */
td {
	font-size: 80%;
	color: #232323;	
	}
	
	
h1, h2 {line-height: 20pt;}

h3, h4 {line-height: 15pt;}

h5, h6 {line-height: 10pt;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Franklin Gothic Medium Cond", "helvetica condensed", "arial";
	margin-bottom: 0px;
	}
	
a {text-decoration: underline;}

a:link:hover {text-decoration: none;}
	
a, h1, h2, h3, h4, h5, h6 {
	color: #9C163A;
	font-weight: normal;
	}

#copyright {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #232323;}

#copyright a {
	font-size: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #E9D86E;
	text-decoration: none;
	}
	
#copyright a:link:hover {color: #232323;}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */

.menu,.submenu {
	font-size: 8pt;
	height: 30px;
	color: #C9B78F;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	display: block;
                background-color:#1F4C5F;
	}

.menuover,.menuitemover,.submenuover {
	font-size: 8pt;
	height: 30px;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	display: block;
                background-color:#1F4C5F;
	}



#whiteoutline {
	width: 775px;
	background-color: #fff;
	padding: 1px 0px 1px 0px;
	}
	
#beighoutline {
	width: 773px;
	background-color: #9D8D6B;
	padding: 5px 0px 5px 0px;
	}
	
#bigwhite {
	width: 763px;
	background-color: #fff;
	text-align: left;
	padding: 1px;
	}
	
#main {
	background: #fff url(../../files/CommunityKitchensBHM/Theme/bg-maintext-rightcol.gif) top right repeat-y;
	height: 500px;
	}
	
#secondary-main {height: 500px;}
	
#menucol {
	vertical-align: top;
	background: #1F4C5F url(../../files/CommunityKitchensBHM/Theme/soup-left.jpg) no-repeat;
	width: 187px;
	text-align: right;
	padding-top: 200px;
	}
	
#maintext {
	vertical-align: top;
	background: url(../../files/CommunityKitchensBHM/Theme/soup-right.jpg) no-repeat;
	width: 574px;
	padding-top: 185px;
	}
	
#secondary-maintext {
	vertical-align: top;
	background: url(../../files/CommunityKitchensBHM/Theme/secondary-soup-right.jpg) no-repeat;
	width: 574px;
	padding-top: 185px;
	}
	
#live-rightcol {height: 100%;}
	
#live {
	width: 371px;
	vertical-align: top;
	}
	
#secondary-live {vertical-align: top;}
	
#live-padding, #rightcol-padding {padding: 0px 10px 10px 10px;}

#rightcol {
	width:204px;
	vertical-align: top;
	}

.Content, .RadEContent, .RadEContentBordered {
	font-size: 75%;
	width: 554px;
	color: #232323;
	font-family: "arial";
	padding: 10px 10px 10px 0px;
	}


