body  {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/main_bg.jpg');
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
#wrapper {
	width: 940px;  /* using approximately 60px less than a full width allows for browser chrome and avoids a horizontal scroll bar - using a percentage will allow for a liquid or fluid site */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
#container {
	width: 920px;  /* using approximately 60px less than a full width allows for browser chrome and avoids a horizontal scroll bar - using a percentage will allow for a liquid or fluid site */
 /* creates the gray background color behind the menu and sidebar and extends all the way to the bottom */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('images/bg_center_02.png');
	background-repeat: no-repeat;
} 
#header { 
	background : url('images/jimmyz_logo_05.jpg');
	height : 230px;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 10px 20px; /* padding keeps the content of the div away from the edges */
	margin: 0 20px 0 0;


}
#menu a {
	display:block; /* causes the links to appears stacked rather than in a straight line */
	color:#000066;
	line-height:1.5em; /* adds space between each link */
}
#imageholder-left {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
#imageholder-right {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	
}
#menu a:hover {
	color:#FF0000; /* adds the rollover effect */
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 10px 0px; /* padding keeps the content of the div away from the edges */
	text-align: right;
}
#mainContent { 
	margin: 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
 /* causes the gray background from the container div to be hidden by white backgroun in the main content div */
	border: 0px solid #EBEBEB; /* This is a fix to allow the white background to extend all the way from the header to the footer */
} 	
#mainNavigation { 
	margin: 0 150px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#1f0508; /* causes the gray background from the container div to be hidden by white backgroun in the main content div */
}
.nav {
	padding : 0;
	font-weight : bold;
	border-top : 0 solid #0000ff;
	border-left : 0 solid #0000ff;
	vertical-align : top;
	text-align : center;
	width : inherit;
	height : 28px;
	font-size: 10px;
	background: #1f0508;
}
.center_nav {
	padding : 0px;
	border-top : 1px solid #2F0A11;
	border-left : 1px solid #2F0A11;
	border-right : 1px solid #2F0A11;
	vertical-align : top;
	text-align : center;
	width : 124px;
	font-size: 10px;
	padding-top: 0px;
	height: 15px;
	border-bottom: 1px solid #2F0A11;
	background-image: url(images/red_btn.gif);
	font-weight: bold;
}
#footer {
	width: 620px;
	margin: 0;
	padding: 5px 40px 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	text-align:center;
	font-size:9px;
	color: #ffff00;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2pt; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 5px double #000000;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 5px double #000000;
}
#leftBody { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 20px 0 0;
	border: 0px double #000000;
	width: 290px;
}
#pageBody { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0;
	border: 0px double #000000;
	width: 600px;

}
.form { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 0 0 10px;
	border: 0px double #000000;
	padding-bottom:1em;
	width: 600px;

}
#rightBody { /* this class can be used to float an element left in your page */
	float: right;
	margin-left: 5px;
	border: 0px;
	width: 290px;
	margin: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color : #0F0;
	text-decoration : none;
	font-weight : bold;
} 

a:visited {
	color : #0F0;
	text-decoration : none;
	font-weight : bold;
} 

a:hover {
	color : #f00;
	font-weight : bold;
} 

a:active {
	color : #00f;
	font-weight : bold;
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #F30;
	font-size : 22px;
	padding-top : 0;
	text-align : center;
} 

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #FF0;
} 

h3 { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	color : #ffff00; 
	font-size : 12px; 
	padding-top : 0; 
	text-align : center; 
}
