body {
    margin: 0 auto;
	padding:0;
	width: 980px;
	font-family: font-family: Times New Roman;
	font-size: 14px;
	color: #707070;
	background-color:#FCFCFC;
}

h1, h2, h3, a{
	font-family: Times New Roman;
	font-weight: normal;
	font-style: italic;
	color: #C85A1F;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }


a {
	text-decoration:none ;
	color: #818181;
	font-size: 12px;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

.clr {
	clear: both;
}
/* Header */

#header {
	width: 980px;
	height: 182px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat top center;
}

/* Content */
#wrapper{
width : 980px;
margin : 0 auto;
background : url(images/bg.jpg) repeat-y;
}

#content {
	width: 810px;
	margin: 0 auto;
	padding: 10px;
}

#navi {
	float: left;
	width: 180px;
}

#navi ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: font-family: Times New Roman;
	font-size: 14px;
}
#navi li a {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: font-family: Times New Roman;
	font-size: 14px;
}
#navi li a:hover {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: font-family: Times New Roman;
	font-size: 14px;
	color:#121212;
}
#content2 {
	float: right;
	width: 620px;
}

/* Footer */
#paddingthefooterfooter {
	width:980px;
	margin: 0px;
	padding-top:120px;
	text-align: center;
	font-size: 9px;
	font-family: Times New Roman;
}

#footer{
    background:url(images/footer.jpg) no-repeat top center;
	margin: 0 auto;
	width:980px;
	height:192px;
}
