body {  
	font-size: 12px; 
	font-family: arial; 
	color:#FFFFFF;
	text-decoration: none;
}
h2 {font-size: 22px; 
	font-family: arial; 
	color:#FFFFFF;
	text-decoration: none;
}
h3 {font-size: 18px; 
	font-family: arial; 
	color:#FFFFFF;
	text-decoration: none;
}
hx {font-size: 12px; 
	font-family: arial; 
	color: #999999;; 
	text-decoration: none;
}


a { color:#999999;
}


#slider {
    position: relative;
	width: 100%;
}

#wrapper {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 130px;
	xxbackground: url(../images/header.png) no-repeat;
	xxborder: solid 1px red;
}

#header h1 { margin: 0; padding: 0 }

#header h1 a { 
	display: block; 
	float: left; 
	margin: 20px 0 0 140px; 
	width: 320px; 
	font-size: 30px; 
	font-family: arial; 
	color:#999999;
	text-decoration: none;
}

#header h1 a span { display: block; font-size: 15px; color:#999999; }

#menu {
	width: 780px;
	height: 40px;
	padding: 0 90px;
	background: url(../images/menu.png) no-repeat
}


#content {
	clear: both;
	width: 700px;
	height: 380px;
	padding: 60px 130px 42px 130px;
	background: url(../images/body.png) no-repeat;
	xxborder: 1px solid blue;
	
}

#links {
	width: 700px;
	color:#FFFFFF;
	text-align: right;
	padding-left: 100px;
	margin-top: -60px;
	text-decoration: none;
	padding-bottom: 3px;
}

#footer {
	width: 700px;
	color:#FFFFFF;
	padding: 10px 130px;
	text-align: center;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color:#999999;
}

.scroll {
    height: 380px;
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	xxborder: solid 1px red;
	
}

.scrollContainer div.panel {
    height: 400px;
    width: 701px;
	padding: 0;
	overflow: hidden;
	xxborder: solid 1px green;
}

ul.navigation {
	width: 960px;
	height: 40px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin: 0;
	padding: 0;
}

ul.navigation a {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	padding: 10px 0 0 0;
	margin-right: 1px;
	color:#999999;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
}

ul.navigation a:hover, ul.navigation a.selected {
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #424242;
	background: url(../images/menu_hover.png) repeat-x;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}

#contactus1 {
    text-align: center;
}