/* CSS Document */

body {
		margin:0px 0px 0px 2px;
		align: left;
		font-family: Arial;
		font-size: 12px;
		line-height: 15px;
		color: #000000;
		scrollbar-face-color: #3B5D21;
    	scrollbar-HIGHLIGHT-COLOR: #C0C0C0;
    	scrollbar-SHADOW-COLOR: #C0C0C0;
    	scrollbar-3DLIGHT-COLOR: #C0C0C0;
    	scrollbar-ARROW-COLOR: #6A9C45;
    	scrollbar-TRACK-COLOR: #C0C0C0;
    	scrollbar-DARKSHADOW-COLOR: #C0C0C0;
		}
		
	#building_logo {
		position: 			absolute;
		left:				225px;
		width:				650px;
		min-width:			650px;		
		height:				100px;
		top:				45px;
		overflow:           off;
		background:			none;
		}

	#guy_logo {
		position: 			absolute;
		left:				40px;
		width:				163px;
		min-width:			163px;		
		height:				382px;
		top:				150px;
		overflow:           off;
		background:			none;
		}

	#building_news {
		position: 			absolute;
		left:				100px;
		width:				265px;
		min-width:			265px;		
		height:				25px;
		top:				160px;
		overflow:           off;
		background:			#FFF;
		}

	#inside_news {
		position: 			absolute;
		left:				230px;
		width:				650px;
		min-width:			650px;		
		height:				350px;
		top:				175px;
		overflow:           auto;
		background:			#C0C0C0;
		}

	#building_menu {
		position: 			absolute;
		left:				370px;
		width:				130px;
		min-width:			130px;		
		height:				320px;
		top:				15px;
		overflow:           off;
		background:			#FFF;
		}

	#building_feature {
		position: 			absolute;
		left:				530px;
		width:				300px;
		min-width:			300px;		
		height:				25px;
		top:				190px;
		overflow:           off;
		background:			#FFF;
		}

	#inside_feature {
		position: 			absolute;
		left:				530px;
		width:				300px;
		min-width:			300px;		
		height:				205px;
		top:				215px;
		overflow:           auto;
		background:			#FFF;
		}

	#building_designpic {
		position: 			absolute;
		left:				530px;
		width:				115px;
		min-width:			115px;		
		height:				125px;
		top:				55px;
		overflow:           off;
		background:			#FFF;
		}

	#inside_copyright {
		position: 			absolute;
		left:				540px;
		width:				225px;
		min-width:			225px;		
		height:				20px;
		top:				515px;
		overflow:           off;
		background:			#C0C0C0;
		}

	#building_logo, #building_menu, #building_designpic  {
		border:0px solid #000000;
		}

	#building_news, #building_feature, #inside_news,
        #inside_feature, #inside_copyright  {
		border:1px solid #000000;
		}
		
	p,h1,h2,pre {
		margin:1px 1px 1px 1px;
		}
		
	h1 {
		font-size:14px;
		padding-top:5px;
		}
		
	h2 {
		font-size:12px;
		padding-top:0px;
		}
	
	
        a {text-decoration: none; font-weight: bold; color: #002065; filter: DropShadow(Color=#BABBBC, OffX=0, OffY=0); height: 11px;}
	a:hover {text-decoration: none; font-weight: bold; color: #BABBBC; filter: DropShadow(Color=#FFFFFF, OffX=0, OffY=0); height: 11px; position:relative; top:1px; left:1px;}