* { margin: 0; padding: 0; border: 0; } /* Everything has 0 unless defined */

html {
	border: 0;
}

body {
	background: url('../images/bg.gif') repeat-x #f5cc00;
	font-family: verdana, arial;	
}

a {
	color:#cc6600;
}

p {
	margin:0px;
	margin-top:15px;
	font-size:12px;
	line-height:17px;	
}

p.quote {
	font-style: italic;
}

.tiny {
	font-size: 10px;
}

h1 {
	font-size:24px;
	font-weight:normal;
	margin: 10px 0;
}
		
h2 {
	margin:0px;
	font-size:16px;
	color:#cc6600;
	font-weight:normal;				
}

.dont {
	color: #cc6600;
	font-size:16px;
	font-weight:bold;	
}

hr {
	margin: 20px 0;
	height: 1px;
	background-color: #f5cc00;
	
}

img.border {
	float: right;
	margin: 10px;
	border: 10px solid #232323;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 10px solid #232323;
}
img.fixed {

display: block;
position: fixed;
    margin-left: auto;
    margin-right: auto;
	border: 10px solid #232323;
}

table {
	margin-left: auto;
    margin-right: auto;
}
	

#side-content img.border {
	float: right;
	margin: 0px;
	border: 10px solid #cc6600;
	margin-bottom: 10px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:860px;
}

#header {
	width:860px;
	height:135px;
	background: url('../images/header.jpg') no-repeat #000;
}

#header img {
	float: left;
}

#nav {
	float:left;
	width:595px;
	height:30px;
	padding-left: 300px;
	margin-top:105px;
}

#nav ul {
	width:595px;
	height:30px;
}

#nav li {
	float: left;
	font-size:12px;
	list-style-type: none;
	font-weight: bolder;
	height:30px;
	margin: 0 2px;
}

#nav li a {
	background-color: #686868;
    color: #ececec;
	display:block;
	text-decoration:none;
	border-top: 1px solid #898989;
	height: 24px;
	padding: 0 10px;
	padding-top: 5px;
}

#nav li a:hover {
	background-color: #fff;
	color: #000;
	border-top: 3px solid #F5CC00;
	height: 24px;
	padding-top: 3px;
}

#nav li a.this {
	background-color: #fff;
	color: #000;
	border-top: 3px solid #F5CC00;
	height: 24px;
	padding-top: 3px;
}

#side-content {
	width:227px;
	float:left;
	padding: 20px;
}

#side-nav {
	float:left;
	width:249px;
	margin: 30px 0;
}

#side-nav ul {
	width:249px;
	border-top: 1px dotted #cc6600;
}

#side-nav li {
	font-size:12px;
	list-style-type: none;
	font-weight: bolder;
	height:30px;
	margin: 0 2px;
}

#side-nav li a {
    color: #cc6600;
	display:block;
	text-decoration:none;
	border-bottom: 1px dotted #cc6600;
	height: 24px;
	padding: 0 10px;
	padding-top: 5px;
}

#side-nav li a:hover {
	color: #000;
	border-bottom: 1px dotted #cc6600;
}

#side-nav li a.this {
	color: #000;
	border-bottom: 1px dotted #cc6600;
}

#content {
	width:553px;
	float:left;
	background-color: #fff;
	padding: 20px;
}

#content ul {
	padding: 10px 25px;
	font-size:12px;
	line-height:17px;	
}

.item_img {
	float:left;
	width:300px;
	padding:8px;
}

.date {
	padding: 0;
	margin: 0;
	font-size:11px;
	color:gray;
	font-family: verdana, arial;
}

.clear {
	clear:both;
	height:0px;
	display:block;
}

.url {
	font-family: verdana, arial;
	font-size: 11px;
	background-color: #5a610b;
	color: white;
	display: block;
	padding: 5px;
	text-decoration:none;
	position:absolute;
	bottom:23px;
	right:23px;
}

.url:hover {
	background-color: #effc53;
	color: #000;
}

.footer {
	float: right;
	font-family: verdana;
	text-align: right;
    margin-bottom:10px;
}

.footer a {
	color:#000;
}

#form { 
    width: 340px;
	float: left;
}

#form .nobots { 
   display: none;
}
  
#form label {
    font-size: 10px;
	font-weight: bold;
    color: #000;
}  

#form label .hl {
	font-weight: bold;
    color: #666;
}  

#form input {
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	font-size: 14px;
	font-weight:bold;
	padding: 2px;
	color:#cc6600;
	margin: 2px 0 8px;
	width: 320px;
}

#form input[type='text'], #form input[type='password'], #form textarea {
	background: #F7F7F7;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 2px;
	font-size: 14px;
	font-weight:bold;
	color:#cc6600;
	margin: 2px 0 8px;
	width: 320px;
}

#form input[type='text']:hover, #form input[type='password']:hover, #form input[type='submit']:hover, #form input[type='button']:hover, #form textarea:hover {
	border-color: #888;
}

#form input[type='text']:focus, #form input[type='password']:focus, #form textarea:focus {
	background: #FFF;
	color: #333;
}

#form input[type='radio'] {
	margin-bottom:-2px;
}

#form .reqd input, #form .reqd select, #form .reqd .sq select, #form .reqd textarea{
	/*border: red 2px dotted; */
	background: #FFF5BF;
}

#form select {
	background: #F9F9F9;
	border: solid 1px #BBB;
	border-bottom-color: #DDD;
	padding: 2px;
	font-size :16px;
	font-weight: bold;
	color: #0099cc;
	margin: 5px 0 16px;
	width: 330px;
}

#form input.submit {
	clear: both;
	border: none;
	background-color: #F7F7F7;
	margin-top: 20px;
	margin-left: 110px;
    width: 127px;
    height: 36px;
    background: url('../images/send.gif') no-repeat;
}

#form input:hover.submit {
	clear: both;
	background-color: #336699;
    color: #F7F7F7;
}

#check input {
    position: static;
    float: left;
	margin-left: 10px;
	display: inline;
	width: 20px;
	background: none;
    border: #fff 1px solid;
}

#check{ 
    font-size: 12px;
	font-weight:bold;
}

#indeximage
{
position: absolute; 
margin-top: 150px; 
margin-left: 25px; 
}
