/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(gfx/wood.jpg) repeat-x 50% 0;;
	text-align: left;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	font-size: 12px;
	color: #FFFFFF;
}

container {
background-color: #FFFFFF;
}

h1 {
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #9abec6;
	font-weight: bold;
}

h2, h3, h4{
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
}

a {
	font-weight: bold;
	color: #9abec6;
}

h2 {
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 15px;
}


li {
	list-style: circle outside;
	color: #CCCCCC;
}

cite {
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	color: #9abec6;
	font-weight: normal;
	font-size: 9px;
	font-style: italics;
	line-height: 100%;

}

h5 {
	font-style: bold;
	color: #9abec6;
	font-size: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;

}

hr {color: #444444; background-color:
	#444444; border: 1px dotted #9abec6;
	border-style: none none dotted; }
}

img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #9abec6;
}



.text1 {
	font-size: 14px;
}

table.smpr {
	border-width: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family: "Century Gothic", "Avant Garde Gothic", "Avant Garde", "URW Gothic L";
	padding: 0px 0px 0px 0px;
	color: #9abec6;
	font-size: 11px;
	margin-top: 00px;

}

table.smpr th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #9abec6;
	background-color: rgb(250, 240, 230);
}

tr:nth-child(even) {background: #EEEEEE}
tr:nth-child(odd) {background: #FFFFFF}

table.smpr td {
	padding: 10px;
}


/** HEADER */

#header {
	width: 770px;
	height: 193px;
	margin: 0px auto;
	background: #9abec6 url(gfx/controls.jpg);
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 4px 0px;
	background-color: #333333;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

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


/** SUBMENU */

#submenu {
	width: 770px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: #9abec6;
}

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

#submenu li {
	display: inline;
}

#submenu a {
	padding: 5px 15px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

#submenu a:hover {
	text-decoration: underline;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #333333;
}

#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: 96px;
	height: 1400px;
	padding: 15px 15px 40px 15px;
	border-right: 1px dotted;
	background-color: #333333;
}




#left img {
	float: left;
	margin: 0px 0px 10px 0px;
	border: 1px solid #9abec6;
}



#right {
	float: left;
	width: 613px;
	height: 1400px;
	padding: 15px 15px 40px 15px;
	background-color: #333333;
}



#colA {
	float: left;
	width: 348px;
	padding: 0px 15px 0px 0px;
	border-right: 1px dotted;
}

#colA img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #9abec6;
}

#colB {
	float: left;
	width: 234px;
	padding: 0px 0px 0px 15px;
}

#colB img {
	float: left;
	margin: 0px 0px 20px 0px;
	border: 1px solid #9abec6;
}




/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #9abec6;
	background-color: #333333;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 20px 15px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

a {
	font-weight: normal;
	color: #9abec6;
}

#border-top {
	border-top: 0px solid #9abec6;
}