body {
	background-image: url(../images/bg_main.png);
	background-attachment: fixed;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

img {
	border: none;
}

.spacer {
	clear: both;
}

#maincontainer {
	width: 766px;
	margin: 5px auto 0;
}

#main {
	background: url(../images/bg_fill.png) repeat-y;
}


/*** NAV ***/

#nav {
	margin-left: 3px;
	display: hidden;
	height: 200px;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 125px;
	height: 200px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 2px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks li a {
	text-decoration: none;
	color: #fff;
	font: normal bold 20px "Lucida Grande", "Lucida", "Lucida Sans Unicode";
	text-align: left;
	text-shadow: #f00 0 0 1px;
	opacity: 1;
}

.kwicks li a span.ti {
	height: 50px;
	width:  400px;
	/*background-color: rgba(0,0,0,0.4);*/
	
	padding-top: 5px;
	padding-left: 5px;
	
	position: absolute;
	bottom: 0;
	left: 0;
	/*background: url(../images/spanbg.png) repeat;*/
}

.kwicks li a span.sm {
	font-size: 14px;
}

#kwick_1 {
	
}
#kwick_2 {
	
}
#kwick_3 {
	
}
#kwick_4 { 
	
}
#kwick_5 {
	
}
#kwick_6 { 
	
}
.kwicks.horizontal #kwick_6 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_6 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


/*
#nav img{
	float: left;
}
*/

/*** Left ***/

#lft {
	float: left;
}

/*** Right ***/

#rgt {
	float: right;
}

#rgt img, #rgt #slideshow {
	margin-top: 15px;
	margin-right: 10px;
}

#rgt .rgttxt {
	width: 281px;
	padding-top: 20px;
	padding-right: 10px;
	text-align: left;
}

/*** NIWABOX ***/

.niwabox {
	width:  449px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin- px;
	margin: 15px 0 10px 10px;
}

.niwabox .niwaboxbdy {
	background: url(../images/textbox_02.png) repeat-y;
}

.niwabox .niwaboxftr {
	background: url(../images/textbox_03.png) no-repeat;
	height:  17px;
	margin: 0;
}

.niwatxt {
	padding: 2px 30px 7px;
	margin: 0;
}

.niwagal {
	padding-left: 19px;
	margin: 0;
}

.niwabox h3 {
	margin: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 19px;
	font: normal 18px Lucida Grande, Lucida Sans, Verdana;
	color: #666;
	background: url(../images/textbox_01.png) no-repeat;
	letter-spacing: 1px;
	text-shadow: #ccc 0 0 1px;
}

.niwabox .niwatxt p {
	text-align: justify;
}

.niwabox .niwatxt ul {
	list-style-type: disc;
	list-style-position: outside;
}

.niwabox .niwatxt ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
}

.niwabox .niwatxt ul li a:hover {
	color: #fff;
}

.ref {
	width: 80px;
	float: left;
	margin-left: 70px;
	margin-right: 45px;
}

.ref .reflink {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
}

.ref a{
	width: 100%;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.ref a:hover{
	color: #fff;
}


/*** FOOTER ***/

#footer {
	width: 766px;
	height:  32px;
	padding-top: 10px;
	padding-left:  7px;
	background: url(../images/bottom_bg.png) no-repeat;
	color: #666;
}







