/* CSS Document */

body{
	font-family: arial, helvetica, serif; 
	width: 804px;
    margin: 0 auto; 
	background-color: #333333;
}

img {
	border:0;
}

#maincontainer{
	width: 800px;
	height:690px;
	background-color:#000000;
	border: 2px solid #000000;
	margin:0px;
	padding:0px;
}

#header{
	width: 800px;
	height: 75px;
	padding: 0px;
 	margin: 0px;
	border: 0px;
}

#navcontainer {
	width: 800px;
	height: 20px;
 	padding: 0px;
 	margin: 0px;
	border-top:2px #000000 solid;
	border-bottom:2px #000000 solid;
	background:#000000;
}

/* 1st Level Menu */
ul#nav {
	height:22px;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
	background:#ffffff;
	font-size:12px;
	text-decoration:none;
	}

/* 1st Level Menu Items */
ul#nav li {
	width: 100px; 
	height:22px;
	position:relative;
	list-style: none;
	float: left;
}

/* 2nd Level Menu */
ul#nav ul {
	width:100px;
	position: absolute;
	display: none;
	left:-1px;
	top: 22px;
	margin: 0;
	padding: 0;
	background: transparent; /* IE6 Bug */
	font-size: 100%;
}

/* 2nd Level Menu Items */

ul#nav li ul li{
	height:21px;
}

/* Menu Styles */
ul#nav li a, ul#nav li ul li a {
	height:18px;
	display:block;
	text-decoration: none;
	color: #000000;
	border-right:2px #000000 solid;
	padding-top:3px;
	padding-bottom:1px;
	text-align:center;	
}

/* 2nd Level Menu Style */
ul#nav li ul li a
{
	height:16px;
	border:1px #000000 solid;
	background:#CCCCCC;
	padding-top:2px;
	padding-bottom:2px;
} 

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li.menuparent { background: transparent url(down_arrow.gif) right center no-repeat; }

ul#nav li.menuparent:hover 
{ 
	color: #cc0000; 
	background-color: #cccccc;  
}

/* 1st Level Hover Styles */
ul#nav li a:hover { color: #cc0000; background:#999999; } 

/* 2nd Level Hover Styles */
ul#nav li ul li a:hover { color: #FF0000; background:#999999; } 

/* The magic */
ul#nav li:hover ul, ul#nav li.over ul { display: block; } 

#datesection {
	display:block;
	float:right;
	width: 100px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#date{
	text-align:right;
	padding-top:3px;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFFFF;
	display:block;
}

#contentsection{
	width: 800px;
	height: 512px;
	padding: 0px;
 	margin: 0px;
	border:0px;
	clear:both;
}

#leftcolumn{
	float:left;
	width: 600px;
	height: 512px;
	padding: 0px;
 	margin: 0px;
	border-bottom: 2px #000000 solid;
	border-top: 2px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	text-align:justify;
	background-image:url(../assets/images/Garden_03.png);
}

#rightcolumn{
	float:right;
	width: 200px;
	height: 512px;
	padding: 0px;
 	margin: 0px;
	border-bottom: 2px #000000 solid;
	border-top: 2px #000000 solid;
	background-image:url(../assets/images/Garden_01.png);
}

#mainframe{
	border:0px;
	height:512px;
	width:600px;
}

#footer{
	width: 800px;
	height: 75px;
 	margin: 0px;
	border: 0px;
}

#footertext{
	text-align:right;
	color:#FFFFFF;
  	font-size: 12px;
	font-weight:bold;
}

.bigword {
	font-weight:bold;
}

