body {
	background-image: url(resource/art/background_pattern.jpg);
	background-repeat: repeat;
	padding: 0px;
	font-family: Tahoma, Calibri;
	font-size: 11px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E1E1E1;
}

#header {
	background-image: url(resource/art/bck_header.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 960px;
	position: relative;
}
#menubar {
	background-image: url(resource/art/bck_menu.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 950px;
	padding-right: 10px;
}

#content {
	background-image: url(resource/art/bck_content.png);
	background-repeat: repeat-y;
	height: 600px;
	width: 940px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	background-image: url(resource/art/bck_footer.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 960px;
}
.clearer {
	clear: both;
}
.whiteBck {
	background-image: url(resource/art/bck_white.png);
	background-repeat: repeat;
	height: 100px;
	width: 940px;
}

#news {
	height: 270px;
	width: 190px;
	background-image: url(resource/art/bck_white.png);
	background-repeat: repeat;
	padding: 5px;
	overflow: hidden;
}
#leftPane {
	height: 600px;
	width: 200px;
	float: left;
}

#articles {
	height: 590px;
	width: 725px;
	background-image: url(resource/art/bck_white.png);
	background-repeat: repeat;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
}

#articles a{
	color: #E1E1E1;
}

#articles a:hover {
	color: #EFEFEF;
}

#articles a:visited {
}

#articles h2 {
	font-size: 12px;
	color: #E1E1E1;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#articles h3 {
	font-size: 11px;
	color: #E1E1E1;
	padding: 0px;
	margin: 0px;
}

#articles div input {
	font-size: 11px;
}

#articles p, ul {
	color: #E1E1E1;
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 12px;
}

.newsText {
	margin-bottom: 5px;
	color: #E1E1E1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	font-size: 10px;
	cursor: default;
	display: none;
	height: 75px;
}

.newsTitle {
	background-image: url(resource/icons/play_dark.png);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 1px;
	font-size: 11px;
	color: #E1E1E1;
	cursor: pointer;
}

.newsTitleDown {
	background-image: url(resource/icons/play_dark_down.png);
}

.newsTitle:hover {
	text-decoration: underline;
}

#demoData {
	height: 100px;
	width: 725px;
	color: #E1E1E1;
	border-collapse: collapse;
}

#demoDataDesc {
	height: 60px; 
	text-align: justify; 
	padding-left: 5px;
}

#demoData th{
	font-size: 12px;
}

#demoData td {
	height: 100px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#demoData img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#demoData a{
	display: block;
	text-decoration: none;
	color: #CCC;
}

#demoData a:hover {
	text-decoration: underline;	
}

#demoData a:visited {
}

#map {
	height: 600px;
	width: 735px;
	background-image: url(resource/art/bck_white.png);
	background-repeat: repeat;
	float: left;
	margin-left: 5px;
}

#mapGlobalContainer {
	background: url(resource/art/map_global.png);
	height: 22px;
	width: 715px;
	padding-top: 578px;
	padding-left: 10px;
	padding-right: 10px;
}

#mapLocalContainer {
	background: url(resource/art/map_local.png);
	height: 22px;
	width: 715px;
	padding-top: 578px;
	padding-left: 10px;
	padding-right: 10px;
}
#map p{
	color:#CCC;
	padding: 0px;
	margin: 0px;
	float: right;
	display: block;
}

#map a{
	display: block;
	text-decoration: none;
	color:#DBDBDB;
	background-image: url(resource/icons/play_dark.png);
	background-repeat: no-repeat;
	width: auto;
	padding-left: 18px;
	height: 16px;
	float: left;
	margin-right: 20px;
}

#map a:hover{
	text-decoration: underline;	
}

#map a:visited{
}

.contact {
	width: 136px;
	margin-top: 15px;
	height: 95px;
	background-image: url(resource/art/contact.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	float: left;
	margin-left: 1px;
	padding-left: 8px;
}

.contact h3 {
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.contact p{
	color: #CCC;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.links {
	width: 725px;
	float: left;
	margin-top: 10px;
}
.links a {
	margin-top: 5px;
	color: #CCC;
	background: url(resource/icons/play_dark.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	height: 16px;
	text-decoration: none;
	float: left;
	width: 220px;
}

.links a:hover {
	text-decoration: underline;
}
#info {
	background-image: url(resource/art/bck_white.png);
	padding: 5px;
	height: 305px;
	width: 190px;
	margin-top: 5px;
}

#info h3 {
	color: #E1E1E1;
	padding: 0px;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#info p {
	color: #E1E1E1;
	margin: 0px;
	padding: 0px;
	
}

.left {
	float:left;
	font-size: 12px;
}

#info a {
	color: #E1E1E1;
}

#info a:hover {
	color: #FFF;
}

#info a:visited {
	color: #E1E1E1;
}
.fancyImg {
	float: left;
	height: 70px;
	width: 115px;
}

img {
	border-style: none;
}.videoCaption {
	float: left;
	width: 362px;
	margin-top: 5px;
}


.inputText {
	width:150px;
	color: #333;
}

.textFault {
	background-color: #FCC;
}
#shopLink {
	background-image: url(resource/images/shop.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 270px;
	position: absolute;
	left: 676px;
	top: 18px;
}

