/* CSS Document by Dieter Schneider 2006 | www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;
}

p {
	margin-bottom: 15px;
/*	background-color: #f9f9f9;*/
	color: #000000;
	padding: 5px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 4em;
	font-style: italic;
	color: #595726;
}

h2 {
/*	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 4em;
	margin-bottom: 5px;
	color: #BCBB9F;
}

h6 {
/*	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 15px;
	color: #BCBB9F;
}
   
h3 {
	margin-top: 5px;
	color: #595726;
	font-size: 2 em;
/*	background-color: #ffffff; #dfdec9;*/
	padding: 4px;
}

h4 {
	color: #595726;
	font-size: 0.7em;
	background-color: #dfdec9;
	padding: 4px;
	text-align: left;
}

h5 {
       padding: 6px;
   }

a:link {
	color: #6C6A41;
	text-decoration: none;
}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */
   
.float_left {float: left;
              margin-right: 6px;}

 float_right {float: right; margin-left: 6px;}

body {
	height: 770px;
	background-attachment: scroll;
	background-image: url(images/cat17.png);
	background-repeat: no-repeat;
	background-position: right top;
    	font-size: 80%;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-image: url(images/cat14.png);
	background-repeat: no-repeat;
	height: 150px;
        width: 350px;
	padding-right: 10px;
	background-color: #ffffff;
	margin-bottom: 10px;
	text-align: right;
	color: #CCCCCC;
	padding-top: 45px;
}

.header_txt {
	color: #000000;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 4em;
}

#left {width: 30%;
       float: left;
	   font-size: 1.2em;
}

#right {width: 30%;
        float: right;
		font-size: 1.2em;
}

#content {margin-left: 32%;
          margin-right: 32%;
		  font-size: 1.2em;
}



#footer {
	font-size: 1.2em;
	background-color: #f9f9f9;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	padding: 15px;
	clear: both;
}


#navcontainer
{
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
	font-size: 1.2em;
	font-style: italic;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #f9f9f9;*/
}

#navlist
{
	list-style-type: none;
	color: #000000;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#menu  {
	float:left;
	color: #FFFFFF;
	position: relative;
	display: block;
	margin-right: 15px;
	margin-left: 0px;
	}
		#menu ul	{
	list-style-type: none;
		}
		#menu li	{
	font-size: 16px;
	height: 100px;
	display: block;
	width: 250px;
/*	border: 2px black solid;*/
	margin-right: -3px;
	margin-bottom: -2px;
		}
		#menu a{
	font-size: 16px;
	height: 45px;
	float: left;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #000033;
	background-image: url(images/dwnload.png);
	background-repeat: no-repeat;
	width:350px;
	overflow: hidden;
	padding-left: 17px;
}

		#menu a:hover{
/*	background-color: #6767AE;*/
        color: #ff0000;
	background-image: url(images/dwnload.png);
	background-repeat: no-repeat;
/*	background-position: bottom;*/
			}
