body {
	background-image: url('http://i23.photobucket.com/albums/b397/Badboysrbak04/background-1.jpg');
    background-repeat:repeat-x;
	background-color: #959383;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#pageWrapper {
	width: 95%;
	margin: 10px auto; /*Put a 10px margin above and below this container, and center it horizontally*/
	padding: 10px 30px 10px 10px; /*Top, right, bottom, left padding.*/
}

#header {
	min-height: 489px;
	background-color: black;
}

#menu ul li{
    background-repeat: no-repeat;
    background-position: 5px 2px; /*1 pixel from the left, and 2 pixels from the top of the element.*/
    padding-left: 25px !important; /*!important needs to be here to make this work*/
	padding-right: 30px !important;
	display: inline; 	/*Note we are changing it from a block display style to inline*/
	padding: 10px 10px 10px 10px;
	min-height: 30px;
	background-color: black;
}

#menu ul {
	list-style: none;
}

#menu ul {
	list-style: none;
	margin-left: 0px; /*Need to override the built in margin and padding on a ul list to pull it back to the left.*/
	padding-left: 0px;
}

#menu ul li {
    background-position: 5px 2px; /*1 pixel from the left, and 2 pixels from the top of the element.*/
    padding-left: 25px !important; /*!important needs to be here to make this work*/
	padding-right: 30px !important;
	padding: 10px 10px 10px 10px;
	
}

#mainContent {	
	padding: 30px 0px 5px 5px;
	border: 1px solid black;
	width: 73%;
	min-width: 20%;
	background-color: black;
	background-image: url('http://i23.photobucket.com/albums/b397/Badboysrbak04/backgroundimage.jpg');
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bbbbbb;
}


#rightSidebar {
	padding: 5px 5px 5px 0px;
	border: 1px solid black;
	overflow: hidden;
	width: 25%;
	float: right;
	background-color: black;
	background-image: url('http://i23.photobucket.com/albums/b397/Badboysrbak04/backgroundimage.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bbbbbb;
	
}



#footer {
	clear: both;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	background-image: url('http://i23.photobucket.com/albums/b397/Badboysrbak04/backgroundimage.jpg');
	background-repeat:repeat-x;
	color: #bbbbbb;
}
