body{
    background-color:#ffffff;
		color: #666666;
		margin:0px;
		text-align:left;
		font-family:verdana,sans-serif;
		font-size:11px;
}

a:link{color:#336699;}
a:hover{color:#336699;}
a:active{color:#336699;}
a:visited{color:#336699;}

.container{
    width:100%;
		height:100%;
		margin:0px;
		margin-top:0px;
}

.header{
    width:100%;
		height:95px;
		background-color:#689EC6;
}

.logo{
    width:100px;
		height:95px;
		background-color:#689EC6;
		float:left;

}
.logo img{border:0;}

.nav{
    width:650px;
		background-color:#689EC6;
		float:left;		
}		

.picture{
		width:100%;
		height:76px;
		background-color:#ffffff;
		backgrond-position:top left;
		background-repeat: repeat;
}

.home_stage{
		background-color:#ffffff;
		height:310px;
		width:100%;
		margin-top:35px;
		margin-left:115px;
}

.stage{
    background-color:#ffffff;
		width:100%;
		margin-top:35px;
		margin-left:115px;
}

.home_bottom{
    height:100%;
		background-image:url('../images/home_bottom.gif');
		background-position:top left;
		background-repeat:repeat;
}

.tb{
    width:485px;
		line-height:16px;
		padding-right:40px;
		float:left;
		display:inline;
		border-right:1px solid #689EC6;
		font-size:11px;
}

.title{
    color:#336699; 
		font-variant:small-caps;
		font-size:16px !important;
		font-size:/**/14px;/*for IE 5/win only*/
		font-weight:bold;
}

.subtitle{
    color:#336699;
		font-weight:bold;
}

.subtitle2{
    color:#666666;
		font-weight:bold;
}

.ct{
    width:150px;
		height:45px;
		padding-left:40px;
		float:left;
		font-size:11px;
}

.lines{
    width:100%;
		height:235px;
		background-image:url('../images/line_bg.gif');
		background-repeat:repeat;
		background-position:top left;
		float:left;
		margin-top:150px;
}

.built{
    font-size:9px;
		text-align:right;
		width:800px;
		height:14px;
		float:left;
}








