* {
	margin:0;
	padding:0;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff url(../images/bodyBackground.jpg) right top no-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: #fff;
}
a {
	color:#ff4600;
	text-decoration:underline;
}
a:hover {
	color:#ff4600;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	color:#e63f00;
	padding-bottom:10px;
}
h4 {
	color:#c3f48a;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:20px;
} 
#header { 
	padding: 0 10px 0 20px;  /* 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. */
} 
#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 */
}
#mainContent { 
	margin: 0 230px; /* 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 */
} 
#footer { 
	background: url(../images/footerBackground.jpg) left top repeat-x;
	height:106px;
	margin:10px 0;
} 
#footer p {
	padding:37px 0;
	text-align:center;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
.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;
}
/* begin MAIN MENU */
#mainMenu {
	height:24px;
	background: #000;
	padding:30px 10px;
	font-size:18px;
}
#mainMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mainMenu li {
	float:left;
	width:100px;
	margin:0 20px;
	padding:0;
	text-align:center;
}
#mainMenu li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #de7751;
}
#mainMenu li a {
	background:  url(../images/bg2.jpg) repeat 0 0;
}
#mainMenu li a:hover, li a:focus, li a:active {
	background-position:-150px 0;
}
#b a {
	background: url(../images/bg2.jpg) repeat 0 0;
}
/* end MAIN MENU */
.pic {
	float:right;
	margin:0 0 10px 10px;
}



#sidebar1 {
	float: left; 
	width: 215px; /* since this element is floated, a width must be given */
	padding-left:5px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* 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-right:5px;
}
#sidebar1 p, #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

h3 {
	margin:0;
	padding:0;
}
#sidebar1 h3, #sidebar2 h3 {
	width: 190px;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 10px;
	color: #ffffff;
	background: url(../images/title.png) no-repeat;
}
.title_back ul {
	margin:0;
	padding:0;
}
#sidebar1 ul, #sidebar2 ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#sidebar1 .title_back, #sidebar2 .title_back {
	background: url(../images/title_back.png) no-repeat top;
}

#sidebar1 li, #sidebar2 li  {
	padding: 7px;
	padding-left: 20px;
}
.bot {
	padding: 10px;
}

#calendar {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}
#calendar tbody td {
	border: 1px solid #F1F1F1;
}
#calendar #prev {
	text-align: left;
}
#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}
#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}