@charset "UTF-8";
body, td {
	margin:0px 0px; padding:0px;
	text-align:left;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color: #333;	
}
	
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
	
#vertical{
	/* position:absolute;
	top:50%;
	margin-top:-274px;half main elements height
	left:0;*/
	width:100%;
}

#container {
	width:956px;
	margin:0px auto;
	text-align:left;
	}

#menu {
	height: 15px;
	width: 956px;
}
#topline {
	height: 1px;
	width: 956px;
	background-color:#d7d7d7;
	background-image:url(images/top_line_img.gif);
	background-position:right;
	background-repeat:no-repeat;

}
#leftline {
	height: 509px;
	width: 1px;
	background-color:#d7d7d7;
	float:left;
}
#maincontent {
	height: 509px;
	width: 948px;
	background-image:url(images/bg_main_content.jpg);
	float:left;
}
#rightline {
	height: 509px;
	width: 7px;
	background-color:#d7d7d7;
	background-image:url(images/right_img_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#bottomline {
	height: 6px;
	width: 956px;
	background-color:#d7d7d7;
	background-image:url(images/bot_line_img.gif);
	background-position:left;
	background-repeat:no-repeat;
	clear:left;
}
#footer {
	height: 18px;
	width: 956px;
	padding-left:5px;
	background-color:#fff;
}
