body, html
{
	background-color:#666;
	padding:auto;
	margin:auto;
	width:100%;
	min-width:1050px;
	background-color:#CCCCCC;
	text-align:center;
	/* Background & Colors*/
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#ABADBA;
	/* -- */
	/* Default font */
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/* -- */	
}
img
{
	border:none;
}
html div
{
	margin:auto;
	padding:auto;
}
#core
{
	width:80%;
	max-width:1150px;
	background-color:#E1E1E1;
	height:100%;
}
#top_menu
{
	width:100%;
	height:25px;
	background-color:#666666;
	font-size:12px;
	color:white;
	line-height:24px;
	text-align:right;
}
#top_menu a
{
	color:white;
}
#header
{
	width:100%;
	background-color:#99CC00;
	height:90px;
	border-bottom:1px solid #F7F7F7;
	/* Background & Colors*/
	background-image:url(../img/bg_header_main.jpg);
	background-repeat:repeat-x;
	background-color:#306;
	/* -- */	
}
#headersub1
{
	/* Dimensions & Positioning */
	float:left;
	width:30%;
	text-align:left;
	/* -- */
	/* Background & Colors*/
	background-image:url(../img/bg_corner_ul.gif);
	background-position:top left;
	background-repeat:no-repeat;
	/* -- */
}
#headersub2
{
	/* Dimensions & Positioning */
	float:left;
	width:70%;	
	text-align:right;
	line-height:95px;
	/* -- */
	/* Background & Colors*/
	background-image:url(../img/bg_corner_ur.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/* -- */
}
#menu
{
	background-image:url(../img/bg_menu_top.jpg);
	background-repeat:repeat-x;
	height:21px;

	}
#left_frame
{

	float:left;
	width:20%;
	background:url(../img/bg_left_frame.jpg) repeat-x;
	min-height:680px;
}
#left_frame a
{
	color:white;
}
#lframeinner
{
	text-align:left;
	margin:6px;
	padding:5px;;
}

#rframeinner
{
	clear:both;
	margin:25px 20px 40px 20px;
}
#right_frame
{
	text-align:left;
	float:left;
	width:80%;
	background-color:white;;
	min-height:680px;

}
#footer
{
	text-align:left;
	clear:both;
	width:100%;
	height:40px;
	position:relative;
	bottom:0;
	
	/* Background & Colors */
	background-image:url(../img/bg_footer_main.gif);
	background-color:white;
	background-repeat:repeat-x;
	border-top:1px solid #CCCCCC;
	color:#999999;
	/* -- */
}
#footersub1
{
	/* Dimensions & Positioning */
	width:50%;
	height:100%;
	float:left;
	line-height:40px;
	text-indent:15px;
	/* -- */
	/* Background & Colors*/
	background-image:url(../img/bg_corner_dl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	/* -- */	
}

#footersub2
{
	/* Dimensions & Positioning */
	width:50%;
	height:100%;
	float:right;
	line-height:40px;
	text-align:right;
	/* -- */
	/* Background & Colors*/
	background-image:url(../img/bg_corner_dr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	/* -- */	
}
