/** Stylesheet for shalgosetters.com **/

/* Page content structure */

BODY
{
    COLOR: black;
    font: 14px "Times New Roman", Times, serif;
    BACKGROUND-COLOR: white
}
.navStuff
{
    DISPLAY: none
}
a:after
{
	content:' [' attr(href) '] '
}


#maincontainer{
	width: 700px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #fff url(../images/topsection.jpg) no-repeat;
	height: 69px; /*Height of top section*/
	DISPLAY: none
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
	color: #FFF;
	DISPLAY: none
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #f0e5c9;
	background-image: url(../images/bgcontent.jpg);
	background-position: center;
	background-repeat: repeat-y;
	clear: both;
}

#contentcolumn{
	float: left;
	width: 100%;
	padding: 0px;
}

.innertube{
	margin: 10px 30px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* Page Elements */
b {
	font-size: 110%;
}
em {
	color: #FFF;
}

h2 {
color: #336633;
}

a {
	color: #336633;
}

hr {
	color: #000; height:1px;
}

/**** MAIN NAVIGATION ****/
#mainNav {
/*	margin-top: -6px; */
	padding-top: 5px;
	height: 2.5em;
	width: 100%;
	clear: both;
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	/* Attempt to fix the fact that everything isn't quite centred */
	DISPLAY: none
}

#mainNav ul {
	margin: 0px;
	padding-left: 20px;
	font: bold 12px "Times New Roman", Times, serif;
	color: #000;
	height: 100%;
	text-align: center;
	list-style: none;
	DISPLAY: none
}

#mainNav li { 
	float: left;
	height: 100%; 
	padding: 0; 
	margin: 0 auto; 
	text-align: center;
	list-style: none;
	DISPLAY: none
}

#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:active
{
	line-height: 2.5em;
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 0 5px;
	float: left;
	width: auto;
	color: #FFF;
	background: transparent;
	DISPLAY: none
}

#mainNav li a:hover {
	color: #336633;
	background-color: transparent;
	DISPLAY: none
}

#mainNav ul li a.active:link, #mainNav ul li a.active:visited, #mainNav ul li a.active:active, #mainNav ul li a.active:hover{ 
	color: #336633;
	background-color: transparent;
	DISPLAY: none
}

.hidden { display: none; }

/* IE5 is almost extinct by now - and IE7 is going to be pushed via Windows Update to all XP Service Pack 2 owners,
not worth the hassle unless you really need to support it */

/* IE 5 hack */
/* #mainNav,#mainNav  a, #mainNav ul, #mainNav li, #mainNav li a {overflow: hidden;}  */

/* end hack */

#rightcolumn{
float: left;
clear: right;
padding-top: 20px;
width: 260px; /*Width of right column*/
margin-left: -260px; /*Set left margin to -(RightColumnWidth) */
background: #F2E3D0;
background-image: url(../images/border-right.jpg);
background-position: right;
background-repeat: repeat-y;
}

#footer{
clear: both;
width: 750px;
background-image: url(../images/footer-bg.jpg);
background-repeat: repeat-y;
color: #FFF;
padding-top: 5px;
font-size: 12px;
line-height: 130%;
text-align: center;
DISPLAY: none
}
