@charset "UTF-8";
body {
	text-align: center;
	height:100%;
	background: #dedede url(../img/side_bg.gif) repeat-x ;  
	background-position:0 20px;
}
#wrapper {
	width:1000px ;
	margin:0 auto 0;
	padding:0 0 1px 0 ;
	_padding:0 ;
	background: #fff; 
}

/*header*/
#head {
	background:#2a2948;
	height:20px;
}

#head div.tel{
	margin: 0 auto 0;
	width:920px;
	padding:2px 10px;
	font-size:85%;
	letter-spacing:0.1em;
	color:#FFFFFF;
	text-align:right;
}

div.tel label {
    position: relative;
    top: -4px;
}

#header {
	width: 940px;
	margin: 0 auto 0;
	position:relative;
}

#sitename {
	position:relative;
	left:7px;
	top:3px;
	padding:0;
	background:url(../img/logomark.gif) no-repeat;
	width:120px;
	height:38px;
	cursor:pointer;
	float:left;
}

#header p{
	float:left;
	display:block;
	color: #888;
}

#header div.left{
	position:absolute;
	background:url(../img/Sisco_Consulting.gif) no-repeat;
	text-indent:-9999px;
	width:204px;
	left:135px;
	top:15px;
	padding:0;
}

#header div.right{
	position:absolute;
	background:url(../img/text_head.gif) no-repeat;
	text-indent:-9999px;
	width:417px;
	left:524px;
	top:15px;
	padding:0;
}

#content {
	clear: both;
	margin: 0 auto;
	width: 940px;
	min-height: 200px;
	text-align: left;
}

#content h1 {
	float: left;
	width: 180px;
}
/*page*/
#page {
	float: left;
	width: 700px;
	margin-left: 60px;
	margin-top: 160px;
	font-size: 0.88em;
	_font-size: 0.72em;
	margin-bottom: 5em;
}
.related {
	float: right;
	width: 240px;
	margin-left: 60px;
	font-size: 0.85em;
	padding-left: 20px;
	border-left: 1px solid #dddddd;
	padding-bottom: 1em;
}
h2 {
	color: #0099CC;
	font-size: 1.28em;
	font-weight: bold;
	padding-bottom: 1em;
	clear: left;
}
h3 {
	float: left;
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #999999;
	font-weight: bold;
}
#page p {
	clear: left;
	line-height: 1.5em;
	text-align: justify;
}
