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;
}
p, blockquote, ol, ul {
	text-align: justify;
	line-height: 28px;
	font-size: 16px;
}

blockquote {
	padding: 15px 0 0 20px;
	background: url(img/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(img/img09.gif) no-repeat left center;
}

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/img03.gif) repeat-y;
	text-align: center;
}
/* Content */

#content {
	float: left;
	width: 500px;
	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;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 0 110px 0 20px;
	background: url(img/img05.gif) no-repeat right top;
}


/* Menu */

#menu {
	padding-top: 20px;	
}

#menu ul {
}

#menu li {
}

#menu a {
}

#menu a:hover {
}

#menu b {
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	background: url(img/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 14px;
}

#footer .links {
	float: right;
	padding: 15px 72px 0 0;
	color: #D7CE32;
}

#footer .legal {
	float: left;
	padding: 15px 0 0 120px;
	color: #D7CE32;
}

#footer a {
	color: #D7CE32;
}
