body {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center;
}
#container{
	margin: 0px auto;
	text-align: left;
	position: relative;
	width: 675px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 215px;
	width: 675px;
}
#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 215px;
	width: 340px;
	background: #778cb3;
	color: white;
	font-family: tahoma, verdana, sans;
	font-size: 48pt;
}
#header_left p{
	margin-top: 70px;
	margin-left: 7px;
}
#header_right{
	position: absolute;
	top: 0px;
	left: 347px;
	height: 215px;
	width: 328px;
	background: white;
	color: red;
	font-family: tahoma, verdana, sans;
	font-size: 18pt;
}
#header_right p{
	margin-top: 75px;
}
#mainlink{
	display: none;
}
#photo_bar{
	position: absolute;
	top: 222px;
	left: 0px;
	width: 675px;
	height: 148px;
}
#photo_bar img{
	display: block;
	float: left;
	outline: 0px;
	padding: 0px;
	margin: 0px;
}
#photo_bar_title{
	width: 225px;
	height: 148px;
	display: block;
	float: left;
	background: #ffbb33;
	color: black;
	font-family: consolas, tahoma, verdana, sans;
	font-size: 28pt;
}
#photo_bar_title p{
	margin-top: 50px;
	margin-left: 7px;
}
#left_bar{
	position: absolute;
	top: 377px;
	left: 0px;
	width: 200px;
	height: 660px;
	background: #778cb3;
	color: white;
	font-family: tahoma, verdana, sans;
	font-size: 10pt;
	overflow: auto;
}
#left_bar h3{
	color: white;
	font-family: tahoma, verdana, sans;
	font-size: 12pt;
}
#left_bar p, #left_bar h3{
	padding-left: 7px;
	padding-right: 7px;
}
#left_bar a{
    /* color: #c0cfcb; */
	color: #ccccff;
    text-decoration: none;
    font-style: italic;
}
#nav_bar{
	position: absolute;
	top: 377px;
	left: 207px;
	width: 468px;
	height: 83px;
	background: #ffbb33;
	color: black;
	font-family: consolas, tahoma, verdana, sans;
	font-size: 11pt;
}
#nav_bar a{
	position: absolute;
	display: block;
	float: left;
	color: black;
	font-family: consolas, tahoma, verdana, sans;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 83px;
}
#nav_bar a:hover{
	background: #ffee99;
}
#home{
	left: 15px;
}
#products{
	left: 75px;
}
#services{
	left: 160px;
}
#news{
	left: 245px;
}
#about{
	left: 305px;
}
#contact{
	left: 390px;
}
#main{
	position: absolute;
	top: 467px;
	left: 207px;
	width: 468px;
	height: 570px;
	background: #a0afcb;
	color: black;
	font-family: tahoma, verdana, sans;
	font-size: 11pt;
	overflow: auto;
}
#main h3{
	color: black;
	font-family: tahoma, verdana, sans;
	font-size: 14.5pt;
}
#main h4{
	color: black;
	font-family: tahoma, verdana, sans;
	font-size: 12pt;
	line-height: 12pt;
}
#main ul{
	color: black;
	font-family: tahoma, verdana, sans;
	font-size: 12pt;
}
#main p, #main h3, #main h4{
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main a{
    color: #444488;
    text-decoration: none;
    font-style: italic;
}
#main a small{
    color: #444488;
    text-decoration: none;
}
#main a strong{
	font-style: normal;
}
.news_item{
	margin-left: 100px;
	text-indent: -100px;
}
#bottom_bar{
	position: absolute;
	top: 1044px;
	left: 0px;
	width: 675px;
	height: 83px;
	margin-bottom: 7px;
	background: #ffbb33;
	color: black;
	font-family: tahoma, verdana, sans;
	font-size: 10pt;
}
#bottom_bar p{
	text-align: center;
}
#bottom_bar a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-family: tahoma, verdana, sans;
	font-size: 11pt;
}
