/* CSS Document */
#mainWrapper {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background-color: #ffffff;
	border: 1px solid #efefef;

}

html>body #mainWrapper {
	width:760px;

}

#header{
	width:760px;
	height:120px;
	background-image:url(../images/template/headerBgrd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
}

html>body #header {
	width:760px;
	height:120px;
}

#logoType {
	padding-left:45px;
	padding-top:41px;
}

#leftMenu {
	display:inline;
	position:relative;
	width:180px;
	height:495px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

html>body #leftMenu {
	width:163px;
	height:495px;
}

#rightContent {
	display:inline;
	position:relative;
	width:570px;
	height:100%;
	min-height:100%;
	float:right;
}

html>body #rightContent {
	width:570px;
	height:100%;
	min-height:100%;
}

#leftlinksbackground li{
	list-style-type: none;
	margin: 0px;
	padding-left:14px; padding-top:3px; padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-position: outside;
	background-color:#FFFFFF;
	margin-left: -3.5em;
	margin-bottom: 0.0em;
	line-height:1.3;
	list-style-image:none;
	/* border-top-width: 1px; border-top-style:solid; border-top-color: #B80000; */
}


#leftlinksbackground li a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	
}


#leftlinksbackground li a:hover{
	color: #e44d05;
	
}

#pictureArea {
	position:relative;
	display:inline;
	width:145px;
	padding-left:10px;
	float:right;
	border:thin solid #fff;
	padding-top:100px;
	margin-right:5px;
}

html>body #pictureArea {
	width:145px;
}

#textArea {
	position:relative;
	display:inline;
	width:380px;
	padding-left:10px;
	float:left;
	border:thin solid #fff;
	padding-top:40px;
}

html>body #textArea {
	width:380px;
}
