/* CSS Document */

/*---------------------Global styles---------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
  }
  

body {
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
	behavior: url(css/csshover.htc);}
	
	*html {margin:0; padding:0;}


	

/*---------------------Wrapper---------------------*/

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}


.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 900px;
	height: 123px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
