
#big{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	min-height:400px;
	height:auto;
}
body{
	background-color:#ccc;
	font-family:arial;
}
#header{
	background-image:url('images/header.jpg');
	background-color:blue;
	height:243px;
	width:800px;
	margin-bottom:0px;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#885A3E;
	
}
#invisible{
	display:none;
}
#user a{
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	color: white;
}
#user{
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	color: white;
}
#bar{
	background-image:url('images/bar.jpg');
	margin:0px;
	padding:0px;
	height:20px;
	width:800px;
	border-bottom:4px solid #885A3E;
}
#nav_box{
	background-color:#AC794C;
	border-right-style:solid;
	border-right-width:3px;
	border-right-color:#444;
	background-image:url("images/nav_bg.jpg");
}
#content_box{
width:800px;
background-color:#F8DDA3;
float:left;
min-height:400px;
background-repeat:repeat-x;
vertical-align:bottom;
}
#navcontainer
{
background-color:#FFC6A8;

width: 180px;

margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size:12pt;
color: #333;
float:left;
min-height:510px;
height:100%;
}

#content{
	background-image:url("image.php");
background-color:#F8DDA3;
	background-repeat:repeat-x;
	float:left;
	padding-top:10px;
	padding-right:20px;
	width:580px;
	padding-left:20px;
	height:auto;
	min-height:500px;
	font-size:12pt;
	vertical-align:top;
	color: #17232a;

}
#content a{
	font-size:12pt;
	vertical-align:top;
	color: #337;
	text-decoration: none;	

}
#content a:hover{
	font-size:12pt;
	vertical-align:top;
	color: #ff5555;
	text-decoration: none;	

}
#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{

margin-bottom:2px;

}

#navcontainer li a
{
font-family:arial;
font-size: 14pt;
display: block;
padding: 5px 5px 5px 0.5em;
background-image:url("images/link.jpg");
color: #243;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
background-image:url("images/link_hover.jpg");
background-color: #574A15;
color: #fff;
}
#bottom_gradient{
	background-image: url("image2.php");
	width:620px;
	height:20px;
	background-repeat:repeat-x;
}
#badge{
	vertical-align:bottom;
	background-image: url("images/badge.jpg");
	width:615px;
	height:156px;
	
}

form textarea,form input,form checkbox{
background-color:#B9CCD9;
}


#footer{
	font-family:arial;
	font-size:8pt;
	padding-left:10px;
}
.comments{
	margin-left:50px;
}
.box{
	display:none;
	margin-left:40px;
	margin-top:10px;
	
}
.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}