/* Main background image */
html {
    background-color: #DEDEDE;
}
body {
    font-family: sans-serif, verdana, geneva, arial, serif;
    /* Layer 3 background images IE9 minimum */
    background: url(../images/castlemanfield.png) top repeat-x, url(../images/marquee.png) bottom repeat-x, url(../images/background.png) repeat;
    height: 100%;
}

#content {
	max-width: 930px;
	min-width: 930px;
	margin: auto;
        padding: 6px;
        width: 100%;
        background-color: Beige;
	border: medium groove;
}
#banner {
	height: 128px;
    	background: #88cdff;
	color: white;
	text-align: center;
}
#menu {
       height: 34px;
       background: #88cdff;
}
#menu ul {
         list-style-type:none;
         margin: 0;
         padding: 0;
}
#menu li {
        display: inline;
	float: left;
}
#menu a {
         display: block;
         width:124px;
         height:24px;
         padding:4px;
         background-color: #88cdff;
         font-weight:bold;
         text-align:center;
	 color: black;
         text-decoration:none;
         text-transform:uppercase;
}
#menu a:hover{
         background-color: LightBlue;
}
#events {
	width: 33%;
	float: right;
	text-align: center;
}
#bug {padding-left: 4px;}
#main {
	width: 64%;
	float: left
	text-align: center;
	padding-left: 12px;
}
/* Image containers for Index.html*/
.index-photo-layout {
    background-color: transparent;
    width: 320px;
    padding: 0;
    margin: 7px 3px 6px 12px;
    position: relative;
    float: left;
    border: 1px solid #CCCCCC;
}
/* Default Links */
a:link	{	
	color:	#0000CC;
	}	
		
a:visited	{	
	color:	#0000A7;
	}	
		
a:active	{	
	color:	#0000F7;
	}	
		
a:hover	{	
	background-color: yellow;
}
.td-em {
	vertical-align: top;
	width: 100px;
}
.td-of {
	border: solid blue 1px;
	padding: 6px;
	text-align: center;
}
.right	{
	float: right;
	padding-left: 12px;
	}
.left	{
	float: left;
	padding-right: 12px;
	}
.title	{
	color: blue;
	text-align: center;
	}
