body,html {
	margin: 0px;
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eeeeee
}
#threeway_sidebar {
	float: left;
	width: 180px;
	text-align:left;
}
#threeway_content {
	text-align:left;
	float:left;
	width:575px;
}
#threeway_main{
	width:760px;
	margin-left: auto;
	margin-right: auto;
}
#outer {
	text-align: center;
}
.threeway_block{
	margin-left:5px;
	margin-right:5px;
}
	.threeway_block_header{
	background-image: url(/images/menu_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 170px;
	background-position: bottom;
	}

	.threeway_block_content{
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-y;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	}
	.threeway_block_footer{
	background-image: url(/images/menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 170px;
	}
.threeway_node{
	background-image: url(/images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
	.threeway_node_header	{
	background-image: url(/images/content_top.jpg);
	text-align:center;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}
#threeway_main {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

	.threeway_node_content {
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	.threeway_node_footer {
	background-image: url(/images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	margin: 0px;
	padding: 0px;
	}

#threeway_footer {
	background-image: url(/images/footer_bottom.jpg);
	background-repeat: repeat-x;
	background-color:#C60000;
	margin-top: 10px;
	color: #FFFFFF;
}
#threeway_footer a:link,#threeway_footer a:visited{
	color:white;
	text-decoration:none;
	font-weight:normal;
}
#threeway_footer a:hover{
	text-decoration:underline;
	
}
.threeway_block_content a:link, .threeway_block_content a:visited{
	color:black;
	text-decoration:none;
}
.threeway_block_content a:hover{
	color:black;
	text-decoration:underline;
}

/*******************************************************************\
	override style from phptemplate standard
\*******************************************************************/

#main{
	padding:0px !important;
}
.tabs,#help{position:relative;}
.block{border-bottom:0px none #FFFFFF;}
.block-user{padding-left:10px;}
.content{position:relative;}