body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
}
body a:link {
	color: #0033FF;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #0033FF;
}
body a:hover {
	color: #0099FF;
}
body a:active {
	text-decoration: none;
	color: #0033FF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-family: arial;
	font-size: 20px;
	border-bottom-color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.main {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#left {
	position: absolute; top: 0; left: 0; 
	overflow: hidden; 
	height: 100%; width: 100%;
	visibility:visible
}
body > #left {
	position:fixed;
}
.footer {
	font-size: 10px;
	position:absolute;
	top:360px;
	width:315px;
	height:40px;
	z-index:1;
}
body > .footer {
	position:fixed;
}
#content {
	position:absolute;
	top: 0px;
	width: auto;
	height: auto;
	left: 320px;
	margin-right: 5px;
}
.navi {
	font-size:14px;
	padding-right: 2px;
}
.navi a {
	color: #000000;
	text-decoration: none;
}
.navi a:hover {
	color:#0066FF;
}
#table_top {
	margin-top: 2px;
}
#navigation {
	position:absolute;
	top:165px;
	width:190px;
	height:40px;
	z-index:1;
}
body > #navigation {
	position:fixed;
	left:127px;
	top:120px;
}
li {
	list-style-type: none;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	background-image: url(images/navi_bg_1.png);
	background-repeat: no-repeat;
}
li:hover{
	color: #0000CC;
	text-decoration: none;
	background-image: url(images/navi_bg_2.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
}
#main_table {
	padding-left: 10px;
	padding-top: 10px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.circle_work {
	background-color: #FFFFC4;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image: url(images/circle_work.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.quotes{
	padding-left: 20px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
H1 {
	font-size: 16px;
	font-weight: bold;
}
.success_stories {
	background-image: url(images/success_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}