@charset "utf-8";
/* CSS Document */

body {
	font-size: 100.01%;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-grad3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,dl,dd,dt,img {
	margin:0;
	padding:inherit;
}

#wrapper {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fafafa;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 750px;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 750px;
}

#footer h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/foota_bg.jpg);
}
#wrapper #content img {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#wrapper #footer {
}


#footer ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: inline;
}
#footer ul li {
	text-decoration: none;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: circle;
	padding-left: 30px;
	text-align: left;
	padding-right: 20px;
	line-height: 70px;
}


a:link, a:visited {
	text-decoration: none;
	color: #706f7a;
	display: inline;
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
}

a:hover {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: inline;
}

#wrapper #footer h2 {
	background-image: none;
}
