@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}



img {
	border:0
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}
p { margin-bottom:10px;}
#nav_user {
}
#nav_user img {
	margin-right:5px;
}
#nav_user a {
	color:#666;
	text-decoration:none;
	font-size:13px;
	display:block;
	line-height:25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}


#nav_user a:hover {
	color: #990000
}

#nav_user a.x2 {
	background-image:none;
}
h2 {
	font-size:16px;
	color:#fbaf20;
	margin-bottom:10px;
}
h3 { margin-bottom:10px;}
.intro-main-cont {
	height: 600px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(../images/bg-intro.jpg);
	background-repeat:no-repeat
}
.hdr-intro {
	background-image:url(../images/header-bgg.jpg);
	background-repeat:no-repeat;
	height:105px
}
.hdr-intro h1 a {
	text-indent:-99999px;
	display:block;
	height:80px;
}
.lft-nav {
	float: left;
	width: 200px;
	margin-left:8px;
}
.right-cont-intro {
	float:right;
	width:530px;
	margin:0 10px 5px 5px;
}

