/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C4C;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4C4C4C;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #4C4C4C;
}

.img1 {
	float: left;
	margin: 4px 15px 10px 0px;
	border: 5px solid #333333;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 760px;
	margin: 0px auto;
	background: url(images/header.jpg) left top;
	padding: 157px 0px 0px;
	height: 32px;
}

/** MENU */

#menu {
	width: 760px;
	margin: 0px auto;
	background-color: #FA370F;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B01E22;
	padding: 15px 0px 3px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/dot.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#menu a:hover {
	background-color: #CC0000;
}

/** CONTENT */

#content {
	width: 760px;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background-image: url(images/logo%20symbol.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 475px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 200px;
	padding: 0px 20px 40px 20px;
}

#colA {
	float: left;
	width: 220px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 220px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 760px;
	margin: 0px auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	background-color: #666666;
}

#footer p {
	margin: 0px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
}

#footer a {
	color:#FFFFFF;
}

#border-top {
	border-top: 1px solid #4C4C4C;
}
#search {
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
