/* CSS Document */

body {
	margin:0; padding:0;
	background:#4a9cf1;
	font:normal 12px verdana;
}

form, input, ul, li,
h1, h2, h3, h4, h5, h6 {
	margin:0; padding:0;
}

/* *** page frame *** */
div.main_frame {
	width:1000px; margin:auto; padding:0;
	margin-top:0px;
}
div.head_frame {
	height:200px; background:url(../images/head_frame_bg.png) no-repeat;
}
div.body_frame {
	margin:0; padding:0;
	background:url(../images/body_frame_bg.gif) repeat-y;
}
div.foot_frame {
	height:70px; background:url(../images/foot_frame_bg.gif) no-repeat;
}

/* *** body frame *** */
div.menu_frame {
	width:300px; height:510px;
	background:url(../images/menu_frame_bg.png);
}
td.content_frame {
	width:700px; vertical-align:top;
	background:url(../images/content_frame_bg.png) no-repeat top;	
}

/* *** content frame *** */
div.content_head {
	position:relative;
	width:600px; height:50px;
	background:url(../images/content_head_bg.png) no-repeat;
}
* html div.content_head {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_head_bg.png', sizingMethod='image');
}

div.content_body {
	position:relative;
	width:600px;
	background:url(../images/content_body_bg.png) repeat-y;
}
* html div.content_body {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_body_bg.png', sizingMethod='scale');
}

div.content_foot {
	position:relative; margin:0 0 30px 0;
	width:600px; height:30px;
	background:url(../images/content_foot_bg.png) no-repeat;
}
* html div.content_foot {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_foot_bg.png', sizingMethod='image');
}

/* *** menu *** */
ul.menu {
	position:relative;
	top:55px; left:188px;
	margin:0; padding:0;
	list-style:none;
}
ul.menu li {
	margin:0; padding:0;
}
ul.menu li a {
	font:bold 13px "Trebuchet MS", arial; line-height:30px;
	text-decoration:none; color:#2976c3;
}
ul.menu li a:hover {
	color:#26a219; letter-spacing:1px;
}

/* *** footer *** */
div.footer_content {
	width:80%; margin:auto; border-top:1px solid #319f29;
	padding:10px 0 0 0; text-align:center;
	font:normal 10px "Trebuchet MS", arial; color:#63d75b;
}
div.footer_content a {
	color:#93ee8d; text-decoration:none;
}
div.footer_content a:hover {
	text-decoration:underline;
}
