/*--------------*/
/* CSS Document */
/*--------------*/






/* MAIN BODY & CONTENT */
body {
  color: #000000;
  font-family: Stylus BT,Times New Roman;
}

h1 {
  color: #AA2211;
}

h3 {
	color: #335533;
}

div.content {
	position:relative;
	width:auto;
	min-width:10px;
	margin:20px 130px 10px 210px;
	background-color:white;
	padding:2px;
}












/* FOOTER */
div#footer {
  width: 100%;
  margin-top: 20px;
  color: #779977;
}












/* COMMENTS */
div.comments {
    position: relative;
    width: 490px;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #AA2211;
    font-weight: bold;
    font-size: 18px;
}

table.add_comment {
    width: 300;
    margin-left: 20px;
    color: #AA2211;
}

td.comment_header {
	border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #CC4433;
}

div.add_comment {
    border-style: dashed;
    border-width: 1px;
    border-color: #CC4433;
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 20px;
}











/* MAIN NAVIGATION */
div.navMain {
	position: absolute;
	left: 5px;
 top: 50px;
    width: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: #779977;
}

.navMainTitle {
    font-size: 18px;
}

.navMainItem,.navMainSubItem {
    font-family: Stylus BT,Times New Roman;
}

.navMainItem {
    padding-left: 5px;
    height: 22px;
    background-image: url(images/green_grad.jpg);
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 16px;
}

.navMainSubItem {
    padding-left: 15px;
    font-size: 15px;
    background-color: #FFFF88;
}

a.navMain {
    text-decoration: none;
    color: #335533;
}

a.navMain:hover {
    color: #779977;
}










/* GOOGLE STUFF (ADS AND SEARCH TOOL) */
div#googleAdTop {
	position: absolute;
	top: 5px;
	width: 100%;
}
		
div#googleAdRight {
	position:absolute;
	width:2px;
	top:60px;
    right:10px;
	background-color:white;
	padding:2px;
	z-index:1;
	width:120px;
}

div#googleSearch {
	margin-top: 30px;
}
