body{
	background-image:url('../img/bg1.png');
	background-repeat: repeat-x;
	background-position: top left;
	
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	
	margin: 0px 0px 0px 0px;
}

#header{ margin-top: 2px; background-image:url('../img/header_bg1.jpg'); background-repeat: no-repeat; background-position: top left; position: relative; height: 115px;}
#header .logo{ position: absolute; top: 39px; left: -5px;}
#header .mid_nav { position: absolute; right: 45px; top: 10px; width: 600px;}
#header .mid_nav ul { padding: 17px 0px 0px 40px; margin: 0px 0px 0px 0px; list-style: none;}
#header .mid_nav ul .knowledgebase { padding: 3px 35px 12px 70px; margin: 0px 0px 0px 0px; background-image: url('../img/ico_knowledge.png'); background-position: left center; background-repeat: no-repeat; float: left; width: 205px;}
#header .mid_nav ul .troubleshooter { padding: 2px 0px 5px 70px; margin: 0px 0px 0px 0px; background-image: url('../img/ico_trouble.png'); background-position: left bottom; background-repeat: no-repeat; float: left; width: 180px;}
#header .mid_nav a { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; color: #ffb303; font-weight: bold; }
#header .mid_nav p { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; color: #ffffff; line-height: 17px;}



#content{
	padding: 20px 0px 0px 35px;
	margin: 2px 0px 0px 0px;
	background-image:url('../img/content_top.png');
	background-repeat: no-repeat;
	background-position: top left;	
}

#content h1{ color: #0d5250; font-size: 20px; font-weight: normal;}
#content h2{ padding: 60px 0px 20px 0px; margin: -10px 0px 0px 0px; color: #0d5250; font-size: 20px; font-weight: normal; background-image:url('../img/h2.png'); background-position: left top; background-repeat: no-repeat; width: 890px;}
#content a{ color: #0d5250;}
#content a:hover{ color: #f47c04; }
#content hr { border: 0px solid red; border-top: 1px solid #dedede; display: block; widht: 100%; clear: both;}

#footer{
padding: 60px 0px 20px 0px; margin: 0px 0px 0px 0px;  background-image:url('../img/h2.png'); background-position: left top; background-repeat: no-repeat; width: 890px; color: #cccccc; font-size: 11px;	
}
