/*------ Global Tags ------*/
body {
	/*background: #2d5e9b url(/templates/public/moosememory/images/layout/background.gif) center top repeat-x;*/
	background: #859933 url(/templates/public/moosememory/images/layout/background.gif) repeat-x top left;
	font-family: Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

p {padding-bottom: 1em;}

h1{color: #637c1e;font-family: Verdana; font-size: 1.4em;}
h2 {color: #637c1e; font-family: Verdana; font-size: 1.2em;}
h3, h4 {}

a {}

a:hover {}

a:link {}

a img {border: 0;}

/*------ Layout ID Boxes ------*/
#wrap {
	width: 799px;
	margin: 0px auto;
	padding: 13px;
    border: 0px solid #303242;
    border-right: 0px solid #303242;
    background: url(/templates/public/moosememory/images/layout/wrapBackground.gif) top left no-repeat;
}

/*#wrapInner{
	margin: 120px auto 0px auto;
	background: url(/templates/public/moosememory/images/layout/wrapInnerBackground.gif) bottom center no-repeat #fff;
}*/

#header {
    border: 0px solid #303242;
    /*background: url(/templates/public/moosememory/images/layout/bannerLogo.jpg) top center no-repeat #fff;*/
    /*width: 801px;*/
    height: 105px;
}

#menu {
	/*font-size: 10px;*/
	margin: 20px 0 0 0;
    /*border-top: 0px solid #fff;
    border-bottom: 1px solid #ea7505;
    border-bottom: 1px solid #bf5e00;*/
    /*background: url(/templates/public/moosememory/images/layout/menuMainBeckground.gif) top center repeat-x ;*/
    border-bottom: 4px solid #ea7505;
    height: 36px;
}

#menu ul{
    list-style: none;
    padding: 6px;
    margin: 0;
}

#menu ul li {display: inline;}

#menu ul li a{ padding: 9px 9px 9px 25px; color: #637c1e; font-size: 12px; text-decoration: none; text-transform: uppercase; font-weight: bold;}

#menu ul li a:hover{background: url(/templates/public/moosememory/images/layout/menuBackgroundHover.gif) no-repeat center left; color: #555;}
#menu ul li a:active{background: url(/templates/public/moosememory/images/layout/menuBackgroundSelected.gif) no-repeat center left;}
#menu ul li a:focus{background: url(/templates/public/moosememory/images/layout/menuBackgroundSelected.gif) no-repeat center left;}

#menu .selected{background: url(/templates/public/moosememory/images/layout/menuBackgroundSelected.gif) no-repeat center left;}

#footer {
    border-top: 4px solid #ea7505;
    color: #a5a5a5;
    background: url(/templates/public/moosememory/images/layout/footBackground.gif) bottom center no-repeat #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    /*margin-top: 40px;*/
    line-height:59px;
}

#content {
    border: 0px solid #303242;
    background: #fff;
}

#contentMain {
	/*width: 482px;*/
	padding: 20px;
	/*float: left;*/
}

#contentRight {
	width: 254px;
	padding: 10px;
	float: left;
}

#heighlight{border: 4px solid #ea7505;}

.menySeparator {/*color: #ea7505;*/ color: #fff;}

br.breaker {clear: both; margin: 0; padding: 0;}

.frontBoxes {
	border-left: 6px solid #5b371d;
	border-top: 5px solid #5b371d;
	border-bottom: 5px solid #5b371d;
}
.frontBoxes td{border-right: 6px solid #5b371d;}