body {
	margin: 20px 0;
	background: #FFFFFF url(img/img01.gif) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 36px "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h2 {
	font-size: 24px;
	color: #FFFFFF;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Logo */

#logo {
	width: 960px;
	height: 227px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(img/img022.gif) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 150px 0 0 130px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 40px "Times New Roman", Times, serif;
	font-style: italic;
}

#logo h2 {
	margin: -5px 0 0 0;
	padding: 0 0 0 155px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	
}

     
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(img/img031.gif) repeat-y;
	text-align: center;
}
/* Content */

#content {
	float: left;
	width: 760px;
	padding: 0 0 0 120px;
	background: url(img/img04.gif) no-repeat ; 
}

#content .title {
	padding: 10px 10px 10px 50px;
	background: url(img/img07.gif) no-repeat 20px 50%;
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: url(img/img08.gif) repeat-x;
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(img/img10.gif) no-repeat center bottom;
}
td,th  { 
     font-family: "Times New Roman", Times, serif;
     font-size : 18px;
     font-style: normal;
     text-align: center;
     padding: 22px;
     color: black;
}


/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	background: url(img/img061.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 14px;
}

#footer .links {
	float: right;
	padding: 15px 62px 0 0;
	color: #D7CE32;
}

#footer .legal {
	float: left;
	padding: 15px 0 0 120px;
	color: #D7CE32;
}

#footer a {
	color: #D7CE32;
}