/* Type Settings */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, em, font, img, small, strong, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 1.5;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
}

body { 
    font-size: 75%; /* for IE */
    font-family: Arial, Lucida Grande, Lucida Sans Unicode, Bitstream Vera Sans, Geneva, Helvetica, sans-serif;
    line-height: 1.5;
    color: #000;
	background-image: url("bg.jpg");
    }
    
html>body { 
	font-size: 14px; 
	line-height: 18px;	
} /* for the rest */

h2.title {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}

.clear {
	clear: both;
}

body {
	background-color: #e4e6fd;
}

#wrapper {
    width: 956px;
    margin: 0px auto 0 auto;
    background: url('rightbckgrnd.png') top right repeat-y;
    /*position: relative;
    z-index: 1;*/
	  background-color: white;

}



#content {
  
	background-image: url('leftbckgrnd.png');
	background-repeat: repeat-y;
}


#left {
	width: 242px; 
	float: left;
	/*height: 100%;*/
	

}

#right {
	width: 691px;
	float: left;
	padding: 0 10px 0 7px;
	
	
	
	
}

	#footer {
	width: 100%;
	background-color: #000;
	text-align: center;
	color: #FFF;
	height: 25px;
	font-weight: bold;
	
}


#buttons {
	padding: 0 0 0 0;
	display: block;
	margin: 0 30px 0 30px;
	width: 175px;
}

#buttons li{
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}

#buttons li a {
	background-image: url(button.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 175px;
	display: block;
	text-align: center;
	line-height: 66px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 20px;
}

#buttons li a:hover {
	background-position: 100% -66px;
}

