* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/back_all.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#contmain
{
	width: 665px;
	margin: 0 auto;
	background-color: #FFF;
}

h1, h2, h3 {
	color: #EC1815;
}

h1 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #ED1815;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #F51215;
}

a:hover {
	border: none;
	text-decoration: none;
}
h1 a, h2 a, h3 a , h4 a{
	border: none;
	text-decoration: none;
	color: #F51215;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #E61614;
}


#main
{
	width: 665px;
	margin: 0 auto;
	background: #ffffff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

/* Header */

#header {
	width: 665px;
	margin: 0 auto;
	height: 502px;
	background: #ffffff;
}

#menu {
	float: left;
	height: 65px;
	width: 620px;
	background: #ffffff url(images/menu.gif) repeat-x;
	padding-left: 45px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 115px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 25px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FFF;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 665px;
	height: 437px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	text-align: lefr;
}


#logo h1 {
	padding-top: 180px;
	padding-left: 20px;
	color: #F32015;
	font-size: 18px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 665px;
	background: url(images/table_back.gif) repeat-x;
	border-top: none;
}
/* Content */

#content2 {
	float: left;
	width: 430px;
	padding-left: 10px;
	margin-top: 20px;
}
#content2 H4 a
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F31215;
}
#content2 p
{
line-height: 20px;
}
#content2 .box
{
	border: thick solid #CCC;
	width: 403px;
	margin-bottom: 20px;
}
#content2 .box2
{
	background: #ffffff url(images/box_back.gif) repeat-x top;
	width: 383px;
	padding: 10px;
}

.date {
	text-align: right;
	color: #E45A5A;
	font-size: 11px;
}

.date a {
	color: #F47D7A;
}



/* Sidebars */

.sidebar {
	float: left;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
	width: 218px;
	background-color: #CCC;
	margin-top: 20px;
}
#sidebar2 ul li .title_back p {
	line-height: 17px;
	padding-left: 5px;
}

#sidebar2 li h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li li {
	padding: 5px;

	background: url(images/small.png) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



#bottom
{
}

/* Footer */
#footer
{
	padding-top: 20px;
	height: 50px;
	width: 665px;
	background: url(images/table_back.gif) top repeat-x;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F51615;
	text-align: center;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#footer a
{
	color: #000
}
address {
	font-style: normal;
	display: inline;
}
