@charset "UTF-8";
/* CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
}

body{
	color: #063;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #003300 url(images/bg.jpg) repeat-x fixed center top;
}

a, a:link, a:visited {
	text-decoration: underline;
	color:#060;
}

 a:hover{
	text-decoration:none;
	color:#060;
}

h2 {
	font-size:20px;
}

#wrap {
	width:960px;
	overflow:hidden;
	margin:0px auto;
	position:relative;
}

#content {
	/*filter: alpha(opacity=55); -moz-opacity: .55; background-color:#FFF;*/
	background: url(images/bg-parchment.jpg) repeat-y;
	width:750px;
	text-align:center;
	margin:0px auto;
	position:relative;
	overflow: hidden;
	padding-bottom:20px;
	/*height:1100px;*/

}

#top {
	/*background:url(images/topPict.jpg) no-repeat;*/
	width:750px;
	/*height:175px;*/
	overflow:hidden;
	float:left;
}

#top_title {
	width:750px;
	/*height:75px;*/
	overflow:hidden;
	float:left;
}

#top_title_index {
	width:600px;
	/*height:75px;*/
	overflow:hidden;
	float:left;
}

#clicktotalk{
	width:150px;
	overflow:hidden;
	float:left;
}
	
#sidebar_r {
	width:245px;
	text-align:center;
	position:relative;
	overflow:hidden;
	float:left;
}

#main {
	width:500px;
	float:left;
	position:relative;
	text-align:left;
}

#news {
	width:490px;
	float:left;
	padding:5px;
	margin-bottom:5px;
}

#main2 {
	width:750px;
	float:left;
	position:relative;
	text-align:left;
}
	

#nav {
	/*background-image:url(images/welcome.png);
	background-repeat:no-repeat;
	background-position:center;*/
	z-index:1000;
	position: fixed;
	left:50%;
	top:120px;
	width:196px;
	height:400px;
	margin: 0 0 0 -540px;
}
* html #nav{ position: absolute; }

h5 {
	margin-left:25px;
	margin-right:25px;
}

#demo {
	height:600px;
	width:600px;
	margin-left:65px;
	margin-top:10px;
	position:relative;
	float:left;
}

ul {
  float: left;
  width: 600px;
  margin: 10px 0 10px 0px;
  padding-left: 80px;
  list-style: none;
}
 
li {
  float: left;
  width: 200px;
  margin: 0;
  padding: 0;
} 

.smalltext {
	font-size:14px;
}

.texttable {
	color:#FFF;
	background-color:#060;
	margin:3px;
}