@charset "UTF-8";
/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
color:#FFFFFF;
margin-left:auto;
margin-right::auto;
margin-top:0px;
margin-bottom:auto;
background-color:#000;
background-image:url(../images/home_bkg.png);
background-repeat:no-repeat;
	
	}
	a {
		color:#FC0;
		text-decoration:none;
		}
	a:link {
			}
	a:hover{color:#000;
	text-decoration:underline;
		}
	a:visited { color:#960;
	text-decoration::none;
		}
#wrapper {
background-image:url(../images/tile_bar_bkg.gif);
background-repeat:repeat-x;
	margin-left:auto;
	margin-top:auto;
	margin-left:auto;
	margin-bottom:0px;
	}
	
#nav{
	margin-left:auto;
	margin-right:auto;
	width:819px;
	height:46px;
	}
#nav_image {
		float:left;
		width:419px;
		height:46;
		}
#consult a { 
float:left;
display: block;   
background:  url(../images/header_title_consult.gif) top;   
width: 183px;   
height: 46px;   
}
#consult a:hover {   
background:  url(../images/header_title_consult_f2.gif) no-repeat bottom;   
}
#archit a { 
float:right;
display: block;   
background:  url(../images/header_title_arch.gif) top;   
width: 212px;   
height: 46px;   
}
#archit a:hover {   
background:  url(../images/header_title_arch_f2.gif) no-repeat bottom;   
}
#content {
margin-left:auto;
margin-right:auto;
width:auto;
height:600px;
}
#text_content {
float:right;
margin-top:10px;
padding:15px;
width:250px;
background-image:url(../images/text_bkg.png);
font-size:110%;
}
#info {
position:relative;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
width:auto;
height:200px;
background:url(../images/main_footer_bkg.gif);
background-repeat:repeat-x;
color:#999900;
}
#info_contain {
width:800px;
margin-left:auto;
margin-right:auto;
color:#000000;

}
#info_content {
float:left;
padding-left:15px;
padding-top:5px;
width:250px;
height:auto;
font-size:90%;
}
#info_content a {
	color:#000;
	text-decoration:none;
	}
#info_content a:link {
	color:#630;
	text-decoration:none;
	}
#info_content a:hover {
	color:#003;
	text-decoration:underline;
	}
#info_content a:visited {
	color:#000;
	text-decoration:none;
	}
