html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #CC9900;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #996600;
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: #FEFF99;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

#header {
	position: absolute;
	top: 0;
	left: 210px;
	width: 568px;
	height: 305px;
	background-image: url(../images/page/skylinebg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#left {
	float: left;
	width: 200px;
}
#logo {
	width: 216px;
	height: 305px;
	text-align: center;
	color: #990000;
	background-image: url(../images/page/skylinebg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 5px;
}
#logo h1 {
	padding-top: 45px;
	font: bold 35px/.8em Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
#logo p {
	padding: 3px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	margin-top: 215px;
	margin-right: 25px;
	margin-bottom: 4px;
	margin-left: 25px;
	
}

#nav {
	
}
#nav ul {
	margin-left: 9px;
	padding-left: 0px;

}
#nav li {
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	background-position: 188px 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 29px;
}
#nav a {
	color: #FFFF00;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	width: 156px;
	padding: 2px 0 6px 8px;

}
#nav a:hover {
	text-decoration: none;
	font-weight: bold;
}
#nav .important {
	background: 188px 10px url(../images/arr_orange.gif) no-repeat;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFF00;
}
#nav .important a {
  color: #F4A411;
}

#news {
	background: url(../images/news_bg.jpg) repeat-y;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	height: 100%;
	padding-top: 10px;
	line-height: 12px;
}
#news h2 {
	font-size: 12px;
	color: #CC9900;
	margin-bottom: 10px;
	text-transform: capitalize;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(../images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(../images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}

#right {
	float: right;
	width: 535px;
	padding-right: 9px;
	padding-top: 310px;
}
#right h2 {
	font: normal 18px arial, sans-serif;
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#right h3 {
	font: 14px arial, sans-serif;
	color: #BE8B06;
	border-bottom: 1px solid #C4AE7C;
	padding-bottom: 2px;
	margin-bottom: 1em;
	margin-top: 5px;
	font-weight: bold;
}
#welcome {
	margin-right: 15px;
	margin-top: 0px;
}
#profile {
  margin-right: 16px;
}
#right .left {
	margin-right: 8px;
	margin-bottom: 15px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
	float: left;
	width: 48%;
	padding-left: 5px;
}
#corp {
	margin-right: 1%;
	border-right: 1px solid #CC9900;
}
#corp-img, #indu-img {
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
	background-image: url(../images/pic_2.gif);
	background-repeat: no-repeat;
}
#indu-img {
	background: url(../images/pic_9.jpg) no-repeat;
}
#spacer {
  height: 0em;
}

#footer {
  background: url(../images/footer_bg.gif) repeat-y;
}
#copyright {
	text-align: center;
	padding: 22px 0px 30px 00px;
	font-size: 9px;
	color: #996600;
	font-weight: bold;
}
#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
li {
	list-style:circle;
	margin-left: 15px;
	padding-left: 10px;
	line-height: 1.8em;
	text-transform: capitalize;
	}
#wrapper #right #welcome p {
	line-height: 1.4em;
	margin-top: 0px;
}
#wrapper #left #logo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
}
#wrapper #right #profile #indu h4 {
	font-weight: bold;
}
.mainbod_img_box {
	font-size: 9px;
	text-align: center;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4AE7C;
	float: right;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4AE7C;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4AE7C;
	padding-left: 10px;
}
#mainbod_img_box p {
	float:;
	}
#wrapper #footer #copyright a {
	color: #996600;
	text-decoration: none;
}
#wrapper #footer #copyright a:hover {
	color: #660000;
	text-decoration: underline;
}
