/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0 auto;
	padding: 0px;
	background-color: #000000;
}

#clear {
clear: both;
}


/* CSS Framework */

#wrap { 

	float: none;
	width: 780px;
	margin: 0 auto;
	border:#ffffff solid 1px;
	background-color:#CC9933;
	
}

#top { 

	float: none;
	width: 780px;
	margin: 0 auto;
	height: 100px;
	
}

#image { 

	float: none;
	width: 780px;
	margin: 0 auto;
	height: 175px;
	border-bottom:#FFFFFF solid 1px;
	
}

#main {
	float: none;
	width: 780px;
	border-top:#FFFFFF solid 1px;
	min-height: 500px; !Important
	
}

#right { 
float: right;
	width: 215px;
	padding: 15px 15px 30px 15px;
	
}

#left { 
	float: left;
	width: 489px;
	padding: 15px 15px 15px 15px;
	background-color: #FFCC66;
	border-right:#666666 dashed 1px;
	min-height:500px;
 	height:auto !important;
  	height:500px;
	
}

#bottom { 

	float: none;
	width: 780px;
	margin: 0 auto;
	height: 60px;
	
}

#footer { 

	float: none;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	
}

#table { 
	width: 780px;
	border-bottom: #CC9933 solid 4px;
	background-image: url(../images/secondmenu.gif);
}

#menu { 

	float: none;
	width: 780px;
	text-align: center;
	height:23px;
border-bottom: #FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	
}

#submenu { 

	float: none;
	width: 780px;
	text-align: center;
	height:23px;
border-bottom: #FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	
}

/* CSS Framework End */


html, body {
height: 100%;
min-height: 100%;
}

