@charset "utf-8";
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
html {
	background: #7a7977;	
}
body  {
	background: #7a7977;	
	text-align: center;
}

h1{
	font-size: 197%;
	font-weight:bold;
}

h2{
	font-size: 153.9%;
	font-weight:bold;
}

h3{
	font-size: 123.1%;
	font-weight:bold;
}

strong{font-weight:bold;}

em{font-style:italic;}
p {margin-bottom:1em;}
a {color:#000000;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
/* -----------------------------------*/
/* ---------->>> LAYOUT <<<-----------*/
/* -----------------------------------*/

#container {
	background: #c1b4a1; 
	background-image: url(../images/sidebar_bkg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid #000000;
	width: 974px;
	margin: 0 auto;
} 
#header {
	padding: 0px;
	height: 94px;
	margin: 6px;
	color:#FFFFFF;
	background-image: url(../images/header165.png);
}
#header #logo {
	background-image: url(../images/logo_lrg.gif);
	background-repeat: no-repeat;
	height: 70px;
	margin-top: 15px;
	margin-left: 15px;
	width:49%;
	float:left;
}
#header #tagline {
	margin-top: 38px;
	font-weight:bold;
	float:right;
	margin-right: 20px;
}
#body {
	margin: 0px 0px 0px 0px;
}
#content {
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 108%;
	float: right;
	width: 770px;
}

#navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 6px 15px 6px !important;
	padding: 0px 6px 15px 6px;
	text-align:left;
}
#navigation h1{
	font-size: 116%;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background: #777777;
	height: 24px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 5px;
	display:block;
}

#navigation h2{
	font-size: 108%;
	display:block;
	font-weight:bold;
	color:#444444;
	padding-left: 8px;
	height: 20px;
	padding-top: 3px;
	display:block;
}
#navigation a:link { color:#444444;}
#navigation a:visited {color:#444444;}
#navigation a:hover {
	display:block;
	background-color:#ec9802;
	color:#FFFFFF;
}
#navigation .subcatselected{
	color:#ffffff;
	background-color:#ec9802;
}
#navigation .subcatselected a:link {
	color:#ffffff;
	text-decoration:none;
}
#navigation .subcatselected a:visited {
	color:#ffffff;
	text-decoration:none;
}
#navigation .subcatselected a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#footer {
	font-size: 85%;
	padding: 10px 10px 10px 170px;
	margin: 10px 0px 0px 10px;
	text-align: center;
}
/* -----------------------------------*/
/* ---------->>> CLASSES <<<----------*/
/* -----------------------------------*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.floatLeft{float:left;}
.floatRight{float:right;}
.left{text-align:left;}
.center{text-align:center;}
.arta{color:#9999FF;}
.artr{color:#FF6600;}
.artt{color:#FFCC66;}


