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

html, body {
	height: 100%;
}

body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #666;
}

small {
	font-size: 11px;
	font-weight: normal;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
}
a:hover {
	color: #3399cc;
}
a:active {
	color: #666;
}
h1 {
	font-size: 16px;
	color: #3399cc;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
}

#outer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 100%;
	height: 100%;
	margin-bottom: -216px;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat;
	background-position: left;
	height: 100px;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	position: relative;
	clear: both;
	text-align: left;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#index {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	position: relative;
	clear: both;
	padding-top: 30px;
}

#banner {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	height: 300px;
}

#bannerpage{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	height: 150px;
	clear: both;
	background-image: url(images/banner_01.jpg);
	background-repeat: no-repeat;
}

#banner1 {
	width: 595px;
	position: relative;
	float: left;
	height: 300px;
	display: block;
	clear: right;
}
#banner2 {
	width: 960px;
	position: relative;
	height: 32px;
	display: block;
	clear: both;
}
#flash {
	width: 365px;
	float: right;
	height: 300px;
	display: block;
	background-color: #336699;
	position: relative;
}
.flash {
	position: absolute; top:50%; left:50%; 
	margin:-120px 0px 0px -160px;
}
#content {
	display: block;
	float: left;
	width: 575px;
	margin-top: 30px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#contentleft {
	display: block;
	float: left;
	width: 575px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#contentright{
	display: block;
	float: right;
	width: 325px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#picturebox{
	display: block;
	float: right;
	width: 325px;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 150px;
	margin-top: 80px;
	text-align: right;
}
.contentsmall{
	display: block;
	width: 50%;
	position: relative;
	float: left;
}

#boxbox {
	border:#CCC;
	padding: 10px;
	border: 1px solid #CCC;
	display: inline-block;
	width: 300px;
}

#footer {
	display: block;
	position: relative;
	height: 180px;	
	clear: both;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	bottom: 0;
	
}

#list ul {
	list-style-position: inherit;
	list-style-type: none;
	float: left;
	width: 40%;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#list li {
	margin:0px;
	padding:0px;
	list-style-position: outside;
	list-style-image: url(images/arrow.png);
	list-style-type: none;
}



/* Footer Nevigator*/

#nev {
	margin: 135px auto 0px auto;
	font-family: Georgia;
	font-size: 11px;
	padding: 0px;
	display: inline-block;	float: left;
	left: 50%;
	position: relative;
}

#nev ul {
	list-style: none;
}
#nev li {
	float: left;
	display: inline;
	float: left;
	right: 50%;
	position: relative;
}
#nev li a{
	font-size: 11px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	list-style-type: none;
	text-decoration: none;
	display: block;
}
#nev li a:visited {
	color: #666;
	text-decoration: none;
}

#nev li a:hover {
	color: #0CF;
	text-decoration: none;
}


/* Menu bar */


#menu {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	list-style: none;
	float: right;
	margin-top: 55px;
}

#menu ul {

	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {

	float: left;
}

#menu li a {
	width: auto;
	color: #3399cc;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu li a:visited {

	color: #3399cc;
	text-decoration: none;
}

#menu li a:hover {
	color: #0CF;
	text-decoration: none;
}


table.table1 {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCC;
	border-collapse: collapse;
	background-color: white;
}
table.table1 th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #CCC;
	background-color: #3399cc;
	text-align: center;
	color: #FFF;
}
table.table1 td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #CCC;
	background-color: white;
	text-align: center;
}

/* Gallery Table */

table.gallery {
	width: 100%;

}
table.gallery td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #CCC;
	text-align: center;
}

