body {
	height:auto !important;
	height:100%;
	min-height:100%;
/*	width: 1000px; */
	font-size: 14px;
	color: #000;
	font-family: Arial;
	background: url(images/bg_filler.jpg) 0 0 repeat;
	padding:0;
/*	margin:0;*/
	text-align: left;
/*	margin:0 auto;*/
}

a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#container {
	min-width:1000px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px": "auto");
	max-width:1000px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) > 1000 ? "1000px": "auto");
	margin-left: auto;
	margin-right: auto;
}
#container_main {
	height: 700px;
	min-width:1000px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px": "auto");
	max-width:1000px;
	width: 1000px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) > 1000 ? "1000px": "auto");
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 2;
}
#header_overall {
	height: 205px;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
#header {
/*	width: 97%; */
	width: 100%;
	height: 162px;
	overflow: hidden;
	float: right;
	background: url(images/header_filler.jpg) top right repeat;
	z-index: 4;
}
#logo {
	width: 159px;
	height: 145px;
	overflow: hidden;
	background: url(images/logo.png) top right no-repeat;
	margin-top: 20px;
	float: left;	
	z-index: 2;
}
#logotext {
	width: 616px;
	height: 108px;
	overflow: hidden;
	background: url(images/logotext.png) top right no-repeat;
	margin-top: 20px;
	position: relative;
	top: -90px;
	float: right;
	cursor:	hand;
	z-index: 2;
}

#content {
	z-index: 2;
	text-align: left;
	margin-bottom: 10px;	
	background: url(images/stend.png) bottom right no-repeat;
	width: 97%;
	float: right;
}
#content_all {
	z-index: 2;
	text-align: left;
	margin-bottom: 10px;	
/*	background: url(images/stend.png) bottom right no-repeat;	*/
	width: 97%;
	float: right;
}

.description {
	font-family: 'Comic Sans MS';
	/*font-family: Sans;*/
	margin-top: 4px;
	margin-right: 30px;
	font-size: 26px;
	font-weight: bold;
	width: 530px;
	text-align: right;	
}

#man {
	background: url(images/man.png) 0 0 no-repeat;
	width: 248px;
	height: 239px;
	overflow: hidden;
	float: left;
}
#spin {
	width: 571px;
	height: 125px;
	overflow: hidden;
	background: url(images/spin.png) 0 0 no-repeat;
/*	float: left;*/
	margin-top: 30px;
	z-index: 2;
}
#construct {
	width: 670px;
	height: 63px;
/*	float: left;*/
	overflow: hidden;
	background: url(images/construct.png) 0 0 no-repeat;
	margin-top: 25px;	
	z-index: 2;
}

#footer {	
	height: 239px;
}

.triangle {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(images/treangle.png) 0 0 no-repeat;
}
.main_link a, .main_link a:link, .main_link a:visited {
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.main_link a:hover {
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

#header_left {
	height: 182px;
	width: 10px;
	background: url(images/header_left.jpg) 0 0 no-repeat;
}
#header_right {
	height: 182px;
	width: 9px;
	background: url(images/header_right.jpg) 0 0 no-repeat;
}
#header_bottom {
	height: 10px;
	background: url(images/header_bottom.jpg) 0 0 repeat-x;
}
#header_top {
/*	margin-top: 8px;*/
	height: 10px;
	overflow: hidden;
	background: url(images/header_top.jpg) 0 0 repeat-y;
}