@charset "utf-8";
/* CSS Document */

#nav td {
	width:inherit;
	text-align:center;
	display:inline-table;
	padding-left: 5px;
}
#nav a {
	display:block;
	width: 74px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	background: url(navBg.png) 0 0 no-repeat;
	text-decoration: none;
	height: 22px;
	font-family: Verdana;
	font-size: 15px;
	vertical-align: bottom;
	
}
#nav a:hover {
	background-position: 0 -26px;
	color: #FFFFFF;
}
#nav a:active {
	background-position: 0 -52px;
	color:#FFFFFF;
	text-decoration: underline;
}
a img {border:none; outline:none;
}
a:link {
	color: #CCCC99;
}
a:hover {
	color: #CC9900;
}

body {
	font-family: Verdana;
	font-size: 14px;
	background-color: #000000;
	width: 920px;
	color: #FFFFFF;
	line-height: 19px;
}

.maincontentDef {
	background-image:url(bgimagA.jpg);
	background-repeat:no-repeat;
	height:400px;
	margin:0 auto;
	padding:10px;
}
.maincontentAbout {
	background-image:url(bgimagB.jpg);
	background-repeat:no-repeat;
	height:400px;
	margin:0 auto;
	padding:10px;
}
.maincontentCont {
	background-image:url(bgimagC.jpg);
	background-repeat:no-repeat;
	height:400px;
	margin:0 auto;
	padding:10px;
}
.maincontentVen {
	background-image:url(bgimagD.jpg);
	background-repeat:no-repeat;
	height:400px;
	margin:0 auto;
	padding:10px;
}
.maincontent1 {
	padding-top: 10px;
	color:#FFFFFF;
	font-size:10px;
}
.maincontent1 a {
	color:#FFFFFF;
}
.maincontent1 a:hover {
	color:#CC9900;
}

.textcontainer {
	background:none;
	border:none;
	margin-left:300px;
	display:inline;
	padding:5px;
	width:500px;
	float:left;
	margin-top:40px;
	text-align:left;
	margin-right:-3;
}
h1 {
	font-size:18px;
}
.work a {
	color:#CCCC99;
	text-decoration:none;
}
.work a:hover {
	color:#ffffff;
	text-decoration:underline;
}
