/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2005-09-30
	Author: websLINE, 2005
	-------
*/


body {
	margin: 2px;
	padding: 0px;
	background: #fff;
	}
#clearer {
	clear: both;
	line-height: 0px;
	}
#sem {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	}
#site {
	position: relative;
	width: 810px;
	border-left: 1px solid #000;
/*	background: url(img_bg-content.gif);*/
	background: #EBEBEB;
	}
#head {
	border-top: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
	background: #000;
/*	padding: 17px 36px 23px 36px;*/
	padding: 17px 0 23px 23px;
	}
#bttns {
	margin-left: 1px;
	background: url(img_bg-bttns.gif);
	text-align: center;
	padding: 6px 0px 6px 0px;
	}
#main  {
	background: url(img_bg-content_right.gif) repeat-y 590px 0px;
	}
#menu {
	position: absolute;
	right: 5px;
	width: 211px;
/*	border: 2px solid #000;*/
	padding-bottom: 5px;
	background: url(img_bg-content.gif);
	}
#content {
	width: 590px;
	margin-right: 216px;
/*	border-top: 2px solid #000;*/
	padding: 11px 11px 50px 11px;
	}
#footer {
	position: relative;
	margin: -30px 219px 0px 0px;
	padding: 0px 0px 9px 10px;
	border-bottom: 1px solid #000;
	}
h1.websline {
	margin: 0px;
	padding: 5px 0px 30px 592px;
	font-weight: normal;
	font-size: 10px;
	}
a.websline {
	text-decoration: none;
	}
