

body {
	margin: 0px 0px;
	padding: 0px;
	background-color: #FF3300;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/imgb.jpg);
}

h1, h2, h3 {
	color: #990000;
}
h1 {
	font-size: 1.6em;

}

h2 {
	font-size: 1.6em;

}

h3 {
	margin: 5px;
	font-size: 1em;
		text-align: center;
}
h4 {
font-size: 1.1em;
color: #000000;
text-transform: uppercase;
letter-spacing:-0.9px;
font-style: italic;

}
h5 {
	margin: 5px;
	font-size: 0.8em;
			color: #B13313;
}

h6 {
	margin: 5px;
	font-size: 1em;
			color: #000000;
			font-weight: bold;
}

p, ul, ol, blockquote {
	margin-top: 10px;


}
ul, ol{
text-align: left;
display: block;
padding: 0px 0px 0px 0px;

}

a {

	text-decoration: none;
	color: #3284B5;
		font-weight: bold;
}

a:visited {

	text-decoration: none;
	color: #3284B5;
		font-weight: bold;
}

a:link {

	text-decoration: none;
	color: #3284B5;
		font-weight: bold;
}

a:hover {
	border: none;
	font-weight: bold;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 120px;
	margin: 0px auto;
	background: url(../images/img1.gif) no-repeat;
}

#header * {
	margin: 1px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #FF0000;
}

#header h1 {
	float: left;
	padding: 35px 0px 0px 0px;
	font-size: 2.3em;
}

#header h2 {
	float: left;
	padding: 60px 0px 0px 10px;
	font-size: 0.9em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0px auto;
	background: #FF0000 url(../images/img2.gif)
	
}

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

#menu li {
	display: inline;
		text-decoration: none;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(../images/img3.gif);
	color: #000000;

}

/* Content */

#content {
	text-decoration: none;
	width: 700px;
	margin: 0px auto;
	background: url(../images/img4.gif);
}

#colOne {
	text-decoration: none;
	float: right;
	width: 190px;
	padding: 10px 10px 10px 10px;

}

#colOne ul {
    list-style: none;
		padding-left: 40px
}
#colOne .active {
text-align: center;


	}
	#colTwo .active {
text-align: center;


	}

#colTwo {
	text-decoration: none;
	float: right;
	width: 360px;
	padding: 20px 10px 10px 10px;
}

#colTwo ul {
	list-style-type: disc ;
		padding-left: 40px
}

#colThree {
	text-decoration: none;
	float: left;
	width: 110px;
	padding: 0px;

}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0px;
	background: url(../images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #000000;
}
