body
{
	background-color: #FFFFFF;
	height: 100%;
	width:100%;
	font: 12px/18px Arial, Verdana, sans-serif; /*apple*/
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1 
{
	font-size:24px;
	padding-bottom:12px;
	padding-top:12px;
}

h2
{
	font-size:18px;
	padding-bottom:9px;

	font-weight: normal;
	
	padding-top:9px;	
}

h3
{
	font-size: 14px;
	padding-bottom:7px;
	padding-top:7px;	
}

h4
{
	padding-bottom: 8px;
	padding-top:8px;
	
}

p
{
	padding-top:10px;
	padding-bottom:10px;	
}

#top_nav
{
	background-color: #000000;
	height: 49px;
}

#header_main
{	
	height: 88px; 
}

#content_main
{
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 800px;
	height:800px;
	overflow:visible;
	padding-top:20px;
}


#nav_left
{
	border-top:solid 1px #dcddde;
	width:210px;
}

#nav_left li
{
	width:210px;
	height:46px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #dcddde;
}

#nav_left li div
{
	background-repeat:no-repeat;
	background-position:left;
	height:44px;
}

#nav_left li div.active
{
	width:222px;
	background-image:url(images/active.jpg)	
}

#nav_left li div a
{
	text-decoration:none;
	line-height:45px;
	margin-left: 40px;
	color: #797c80;
	font-family: helvetica, sans-serif, Arial;
	font-size: 13px;
	font-weight: bold;	
}

#link_appIntro
{
	background-image:url(../images/contact-new.png);
}

#link_empTerm
{
	background-image:url(../images/user-info.png);
}

#link_home
{
	background-image:url(../images/new-go-home.png);	
}

#link_sendEmail
{
	background-image:url(../images/stock_lock-ok.png);
}

#link_receiveEmail
{
	background-image:url(../images/stock_lock-open.png);
}

#home_sendEmail
{
	background-image:url(../images/stock_lock-ok_big.png);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
}

#home_sendEmail div, #home_receiveEmail div {margin-left:130px;}

#home_receiveEmail
{
	background-image:url(../images/stock_lock-open_big.png);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
}


