@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bg.jpg) repeat-x;
}
.main #logo {
	position:absolute;
	left:40px;
	top:0px;
	width:550px;
	height:51px;
	/*background-image: url(images/logo.png);
	background-repeat: no-repeat;*/
}
.main #tagline {
	position:relative;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main #content { text-align:left;
    
	width: 850px;
	margin: auto;
	/*position:relative;
	font-size: 14px;
	color: #000099;
	text-align:justify;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;*/
}
.main #wrapper {
	width: auto;
	margin: 0 auto;
}
.main #portfolio {
	background-position: center;
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.main #services {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000099;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #5E96FF;
}
a:active {
	text-decoration: none;
	color: #000099;
}
.main #tableone {
	display: block;
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	color: #000099;
}
.main #tbcell {
	text-align: left;
	width: 300px;
	display: block;
	float: left;
}
.main #tbcell2 {
	text-align: left;
	width: 300px;
	display: inline-block;
	float: right;
}
.main #news {
	padding: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000099;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
.main #quote {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #000099;
}
.main #copyright {
	text-align: center;
	font-size: 12px;
	color: #000099;
	padding: 40px;
}
.main #left {
	display: block;
	width: 600px;
	margin: auto; 
}
.main #right {
	display: block;
	width: 600px;
	margin: auto; 
}
