body {
  	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	background-color: cccccc;
	display: inline;
}

.background{
	/*background-color:333333;*/
	/*width:1000px;*/
	margin:0 auto; 
	/*padding: 0px 10px 0px 10px;*/
	border: 0;	
}

/* ie fix */
* html .background{
	/*width: 1020px;*/
}

.headerMenu{
	background-color: dddddd;
	margin: 0px 0px 5px 0px;
}

.headerTitleBar{
	background-color: 333333;
	background-image: url('http://crumbs.net/images/main/menubar.jpg');
	background-repeat: no-repeat;
	padding: 6px 0px 0px 27px;
	height: 24px;
	margin: 0px;
}
 /* ie fix */
* html .headerTitleBar{
	height: 30px;
}

.titleYellow{
	font-size: 12px;
	font-weight: bold;
	color: yellow;
}

.menu{
	float: right;
	font-size: 10px;
	color:777777;
	padding: 2px 27px 0px 0px;
}

.menuText{
	font-size: 11px;
	color:cccccc;
	padding:0px 10px 0px 10px;
}

.middleContent{
	/*background-color: aaaaaa;*/
	/*border-top:1px #999999 solid;
	border-bottom:1px #999999 solid;*/
	padding: 0px;
	margin: 5px 0px 0px 0px;
	/*min-height: 1100px;*/
}

.mainContent{
	/*width: 675px;*/
	/*background-color: cccccc*/;/*BFBD99 D3D4A8*/
	/*min-height:300px;*/
	/*float:left;*/
	padding: 10px;
	/*margin-bottom: 10px;*/
	/*border-right:1px #999999 solid;*/
}

/* ie fix */
* html .mainContent{
	width: 725px;
}

.sideBarContent{
	text-algin: center;
	clear:both;
	float:right;
	width: 260px;
	margin:0 auto;
	padding:25px 15px 25px 0px;
}

/* ie fix */
* html .mainContent{
	width: 250px;
}

.footer{
	background-image: url('http://crumbs.net/images/main/menubar.jpg');
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 5px 25px 0px 25px;
	height: 35px;
	clear:both;
	color: aaaaaa;
}

img.playButton{
	vertical-align:middle;
	border:0px;
}

h1 {
	font-size: 1em;
	color:yellow;
	font-weight: bold;
	margin: 0;
	margin-left: 5;
	}
	
h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-bottom: -15;
	}
	`
h3 {
	font-size: .6em;
	}

p, div, span {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.4em;
	}

.required{
	color:red;
}
div.top-left-corner, div.top-right-corner, div.bottom-left-corner, div.bottom-right-corner{
	position:relative;
	width:20px;
	height:20px;
	background-color:aaaaaa;
	overflow:hidden;
}

div.top-left-inside, div.top-right-inside, div.bottom-left-inside, div.bottom-right-inside{
	position:relative;
	font-size:150px;
	font-family:arial;
	line-height:40px
}

div.top-left-corner{
	float:left;
}

div.top-right-corner{
	float:right;
}

div.bottom-left-corner{
	float:left;
}

div.bottom-right-corner{
	float:right;
}

div.top-left-inside{
	left:-8px;
}

div.top-right-inside{
	left:-25px;
}

div.bottom-left-inside{
	left:-8px;
	top:-16px;
}

div.bottom-right-inside{
	left:-25px;
	top:-16px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: 287EC2;
	}
.menu:link {text-decoration: none; 
	color: red;
	}
a:hover {
	text-decoration: underline;
	color: FF6600;
	}
	
#blackBorder {
	bordercolor:FFFFFF;
	}

#smallFont {
	font-size: 10pt;
	color: green;
	}
	
.cafeTimeOverImage{
		color:white;
		position:absolute;
		padding:0px 5px 0px 5px; 
		margin:5px 0px 0px 0px; 
		background-image: url('http://crumbs.net/images/misc/cafeTimeBackground.gif');
		background-repeat: no-repeat;
		z-index: 99;
	}

ul, ol { 
	margin: 0px 0px 0px 15px; 
	padding:0px;
	color:777777;
}

.divContent {
	width:324px;
	padding: 0px 10px 10px 0px;
}

/* ie fix */
* html .divContent{
	width: 334px;
}

.divContentHeader {
	color: 333333;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0px 0px 15px;
	height: 24px;
	background-image:url('http://crumbs.net/images/css/headerShort.png');
	background-repeat: no-repeat;
}

.divContentMain {
	border-top:1px #cccccc solid;
	border-left:1px #dddddd solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #dddddd solid;
	padding: 15px;
	background-color: eeeeee;
}

.divContentFooter {
	background-image:url('http://crumbs.net/images/css/footerShort.png');
	background-repeat: no-repeat;
	height: 12px;
}

.divFeature {
	width:661px;
	padding: 0px 10px 10px 0px;
}

/* ie fix */
* html .divFeature{
	width: 651px;
}

.divFeatureHeader {
	color: 333333;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0px 0px 15px;
	height: 24px;
	background-image:url('http://crumbs.net/images/css/headerLong.png');
	background-repeat: no-repeat;
}

.divFeatureMain {
	border-top:1px #cccccc solid;
	border-left:1px #dddddd solid;
	border-bottom:1px #cccccc solid;
	border-right:1px #dddddd solid;
	padding: 15px;
	background-color: eeeeee;
}

.divFeatureFooter {
	background-image:url('http://crumbs.net/images/css/footerLong.png');
	background-repeat: no-repeat;
	height: 12px;
}
