#window {
	width:1024px;
}
#top_bar {
	background-image:url(../images/top_bar.jpg);
	height:164px;
	background-repeat:repeat-x;
}
#design {
	background-image:url(../design/design.jpg);
	width:800px;
	height:600px;
}
#banner {
	width:786px;
	height:121px;
	background-image:url(../images/image_banner.jpg);
	background-repeat:no-repeat;
	
}
#image_banner_home {
	background-image:url(../images/image_page_home.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:153px;
}
#image_banner_products {
	background-image:url(../images/image_page_products.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:153px;
}
#image_banner_contact {
	background-image:url(../images/image_page_contact.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:153px;
}
#image_banner_company {
	background-image:url(../images/image_page_company.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:153px;
}
#image_banner_links {
	background-image:url(../images/image_page_link.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:153px;
}
#main_content {
	width:786px;
	height:600px;
}
#content_left {
	width:152px;;
	height:399px;
	background-image:url(../images/content_left.jpg);
	text-align:center;
	float:left;
}	
#content_middle {
	width:323px;
	height:399px;
	background-image:url(../images/middle_back.jpg);
	background-repeat:repeat-x;
	font-family:"Century Gothic";
	font-size:12px;
	font-style:normal;
	color:#666666;
	text-align:left;
	float:left;
}
#content_right {
	width:311px;
	height:399px;
	background-image:url(../images/middle_back.jpg);
	background-repeat:repeat-x;
	font-family:"Century Gothic";
	font-size:12px;
	font-style:normal;
	color:#666666;
	text-align:left;
	float:left;
}
#title {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding-left:20px; 
	padding-right:10px;
}
#menu {
	padding-left:8px;
	text-align:center;
	vertical-align:top;
}
#footer {
	width:786px;
	height:20px;
	background-image:url(../images/footer.jpg);
	clear:left;
}
#footer_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	padding-left:10px;
	padding-top:5px;
}

color_id {
	
}

a:link {
	text-decoration:underline;
	color:#666666;
}

a:hover {
	color:#000000;
}
a:visited {
	color:#999999;
}
