body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,'Lucida Grande',Arial,Sans-Serif;
	font-size: 62.5%;
	color: #444444;
	background-color: #E7E7E7;
}
#page {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 760px;
}
#top {
	display: block;
	padding: 0px 0px 30px 0px;
	/*height: 400px;
	background: transparent url(images/header.jpg) no-repeat 0px 30px;*/
	height: 335px;
	/*background: transparent url(images/header_650.jpg) no-repeat 55px 30px;*/
	background: transparent url(images/header-tr.gif) no-repeat 0px 10px;
}
#content #left {
	display: block;
	margin: 0px;
	float: left;
	min-height: 380px;
	*height: 380px;
	width: 15%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: 1.5em;
	/*border-right:1px solid #CCCCCC;*/
}

#content {
	display: block;
	padding: 20px 0px;
}
#fut {
	clear: both;
	display: block;
	padding: 15px 0px 5px 0px;
	height: 15px;
	/*border-top: 2px solid #CCCCCC;*/
	text-align: center;
}
#content #center {
	display: block;
	margin: 0px;
	float: left;
	min-height: 200px;
	width: 76%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: 1.2em;
	/*background-color: #CCCCCC;*/
}
.l_bord {
    border-left:1px solid #CCCCCC;
}
.r_bord {
    border-right:1px solid #CCCCCC;
}
#center h3{
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}
#fish {
	position: absolute;
	/*background: transparent url(images/fish_green_small.gif) no-repeat bottom;*/
	width: 90px;
	height: 91px;
	top: -104px;
	left: 0px;
}
#fish a, a:hover {
	border-bottom: none;
}
a, a:hover {
	color: #004868;
	text-decoration:none;
	border-bottom:1px dotted;
}
#left a {
	line-height:25px;
	font-style: normal;
}

table.emailus #message{
	font-family: Verdana,'Lucida Grande',Arial,Sans-Serif;
	font-size: 1em;
}

#ctform input, textarea{
	border: 1px solid black;
	width: 345px;
}

.al_r {
	text-align: right;
}

.al_c {
	text-align: center;
}
.error {
	color: red;
	font-weight: bold;
}
label.error {
	color: red;
	left: 370px;
	position: absolute;
	top: -18px;
	white-space: nowrap;
	font-weight: normal;
}
.rel {
	position: relative;
}
#upl_f {
	color: black;
}
#c_us_th {
	display: none;
}
.progressbar { 
    border:1px solid white; 
    width: 200px; 
    height: 20px; 
    line-height: 20px; 
    text-align: center; 
    /*margin: 30% auto;*/
}
#pbar {
	background: transparent url(images/loadinfo.gif) no-repeat center center;
}

.blog_cntnt {
    border:1px solid #CECECE;
    height:200px;
    margin-bottom:20px;
    width:100%;
}
#sel_bl {
    background-color: #CCFFFF;
}
#dev_bl {
    background-color: #FFFFCB;
}
#prod_bl {
    background-color: #CECECE;
}
.blog_desc {
    height: 199px;
    width: 356px;
    padding: 0 10px;
    font-size:1.3em; 
    line-height:1.3em; 
}
.f_left {
    float: left;
}
.f_right {
    float: right;
}
.cl {
    clear: both;
}