@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #660000;
	background-image: url(assets/images/background.gif);
}

a:link {
	color: #530000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover, active {
	color: #336600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	font-size: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
} 
.thrColFixHdr #header {
	background-image: url(assets/images/bloody_cranesbill_2.jpg);
	height: 129px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
}

div.container {
	margin: 0px;
	padding: 5px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #DDEAF0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #FCD0CD;
	background-image: url(assets/images/sidnav2_background.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	margin-left: 2px;
	margin-top: 0px;
	font-size: 90%;
}
.thrColFixHdr #mainContent {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #000000;
}
.thrColFixHdr #mainContent2 {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #4f2700;
	font-family: "Lucida Handwriting";
	background-image: url(assets/images/main_back.gif);
	background-repeat: repeat-y;
	color: #FFFFDF;
}

.thrColFixHdr caption {
	font-size:100%;
	font-weight: bold;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
	background-image: url(assets/images/background.gif);
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.floatright {

float: right;
}

.table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}

/*Form Sty;es */

div.form {
	height: 80%;
	font-family: "comic Sans MS";

}
div.row {
	clear: both;
	padding-top: 8px;  
}

div.row span.label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 15px;
  
}

div.row span.formw {
	width: 410px;
	text-align: left;
  
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#cfnavbar{
margin: 0;
padding: 0;
}

#cfnavbar ul{
	background: url(assets/images/menu/bg2.gif) repeat-x;
	padding: 0;
	float: left;
	font: bold 80% Verdana;
	margin: 0;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
float: left;
color: black;
font-weight: bold;
padding: 8px 13px 5px 6px;
text-decoration: none;
background: url(assets/images/menu/divider2.gif) top right no-repeat;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}

#cfnavbar ul li a#leftcorner{
float: none;
padding-left: 10px;
padding-right: 0px;
background: url(assets/images/menu/leftcorner2.gif) top left no-repeat;
}

#cfnavbar ul li a#rightcorner{
padding-right: 10px;
background: url(assets/images/menu/rightcorner2.gif) top right no-repeat;
}

#cfnavbar ul li a:hover{
	text-decoration: underline;
}

#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/*css for new style*/
.boxmodel {
	background-color: #4F2700;
	width: 580px;
	height: 600px;
}

.boxmodel h2 {
	font-family: "Lucida Handwriting";
	color: #FCF9E0;
}


</style>

