/* CSS -- browser reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

html, body {
	background: #261b1d url(../images/bg.jpg) repeat-x;
	text-decoration:none;
	font-family:"Lucida Grande","Lucida Sans Unicode"	,Arial,Verdana,sans-serif;
	font-size: 80%;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
}

/* wrapper */

#wrapper {
	height: 00px;
	width: 970px;
	margin: 0 auto;
}

/* header */

#header {
	height: 68px;
	width: 100%
}

#branding a {
	margin: 22px 0 0 0;
	float: left;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

/* nav */

ul[id="nav"] {
	float: right;
	margin: 28px 0px 0px 0px;
}	

div[id="header"] li {
	display: inline;
	margin: 0px 0px 0px 0px;
}

div[id="header"] li a{
	color:#d7d6c9;
	text-decoration: none;
	font-size: 12px;
	padding:0px 15px 0px 15px;
}

div[id="header"] li a:hover{
	background: url(../images/nav_bg.jpg) repeat-x;
	padding:1px 15px 1px 15px;
	color:#000;
}

/* mainconent */

#main {
	background: url(../images/mn.jpg) no-repeat;
	height: 412px;
	width: 970px;
}

/* homepage */

/* leftconent */

.left {
	float:left;
	width: 383px;
	margin: 18px 0 0 30px;
}

div[class="left"] h1 {
	font-size: 17px;
	margin: 5px 0 0 0;
}

div[class="left"] h2 {
	font-size: 20px;
	color:#fff;
	padding-top: 15px;
}
div[class="left"] h3 {
	font-size: 12px;
	color:#9a9a91;
	padding-top: 15px;
}

div[class="left"] p {
	padding: 15px 20px 0px 0px;
	color:#b5b4ae;
	line-height: 140%;
}

div[class="left"] a {
	float: right;
	text-decoration: none;
	color: #fff;
	padding: 10px 60px 0 0;	;
}

div[class="left"] a:hover {
	color: #666;
}

/* midconent */

.mid {
	float:left;
	width: 165px;
	height: 200px;
	margin: 22px 0 0 40px;
	background: url(../images/dvider.jpg) no-repeat top right;
}

div[class="mid"] h1 {
	font-size: 17px;
	padding: 0 0 32px 0;
}

div[class="mid"] li {
	padding: 0 0 12px 0;
}

div[class="mid"] a {
	text-decoration: none;
	padding: 0 0 15px 0;
	font-size: 11px;
	color:#919191;
}

div[class="mid"] a:hover {
	color:#fff;
}

/* rightconent */

.right {
	float:left;
	width: 330px;
	height: 300px;
	margin: 22px 0 20px 0;
	padding: 0 20px 0 0;
	background: url(../images/dvider.jpg) no-repeat top right;
}

div[class="right"] h1 {
	font-size: 17px;
	padding: 0 0 15px 0;
}

div[class="right"] h2 {
	font-size: 14px;
	padding: 0 0 10px 0;
	color:#9a9a91;
}

div[class="right"] p {
	padding: 8px 0 0 0;
	color: #919191;
	line-height: 130%
}

div[class="right"] span {
	padding: 8px 0 0 0;
	color: #fff;
	line-height: 130%;
	font-size: 12px;
}

div[class="right"] a {
	float: right;
	text-decoration: none;
	color: #fff;
	padding: 15px 25px 0 0;	;
}

div[class="right"] a:hover {
	color: #666;
}

/* footer */

#footer {
	height: 00px;
	width: 00px;
}
