/* CSS Reset
------------------------------------------------ */

*{
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, p, address {
font-size: 100%;
font-weight: normal;
font-style: normal;
}
h1 img{
vertical-align:bottom;
}
h2 img{
vertical-align:bottom;
}
h3 img{
vertical-align:bottom;
}
h4 img{
vertical-align:bottom;
}
h5 img{
vertical-align:bottom;
}
h6 img{
vertical-align:bottom;
}
p img {
vertical-align:bottom;
margin: 0px;
padding: 0px;
}
ul {
margin: 0px;
padding: 0px;
}
li {
margin: 0px;
padding: 0px;
}


/* Common Layout
------------------------------------------------ */

body {
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	padding: 0px 20px;
	width: 760px;
	text-align: left;
	background-image: url(../img-common/wrapper-bg.jpg);
	background-repeat: repeat-y;
}

/* ------------------------------------------------header */

#headerIMG {
	margin: 0px;
	padding: 0px;
	width: 760px;
}

#headerTXT {
	margin: 0px 0px 1px;
	padding: 2px 0px;
	width: 760px;
	text-align: right;
	background-color: #666666;
}

#headerTXT p {
	font-size: 70%;
	line-height: 140%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 3px 0px 0px;
}

#headerTXT em {
}

#headerTXT a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#headerTXT a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#headerTXT a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

/* ------------------------------------------------Col */

#contsWrap {
	margin: 10px 0px 0px;
	padding: 0px;
	width: 760px;
	background-image: url(../img-common/conts-wrap_bg.jpg);
	background-repeat: repeat-y;
}

#leftCol {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

#leftCol a:link {
	text-decoration: none;
	color: #6699FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#leftCol a:visited {
	text-decoration: none;
	color: #6699FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#leftCol a:hover {
	text-decoration: none;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}

#leftCol img {
	border-bottom-style: none;
}

#rightCol {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* ------------------------------------------------Head Menu */

/* ------------------------------------------------Right Menu */

#rightMenu {
	margin: 0px;
	padding: 0px;
	width: 180px;
}

*:first-child+html #rightMenu {
	margin: 0px;
	padding-right: 100px;
	width: 180px;
}

#rightMenu ul {
	padding: 0px 10px 0px 0px;
}

#rightMenu > ul {
	padding: 0px 0px 0px 10px;
}

*:first-child+html #rightMenu ul {
	padding: 0px 10px 0px 0px;
}

#rightMenu li {
	text-decoration: none;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 180px;
	list-style-position: inside;
	list-style-type: none;
	height: 30px;
	display: block;
	text-align: left;
}

#rightMenu a:link {
	font-size: 0.8em;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	background-image: url(../img-common/menu-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	height: 30px;
	width: 150px;
	display: block;
}

#rightMenu a:visited {
	font-size: 0.8em;
	line-height: 30px;
	color: #666666;
	text-decoration: none;
	background-image: url(../img-common/menu-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	height: 30px;
	width: 150px;
	display: block;
}

#rightMenu a:hover {
	font-size: 0.8em;
	line-height: 30px;
	color: #FF6600;
	text-decoration: none;
	background-image: url(../img-common/menu-bg-2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	height: 30px;
	width: 150px;
	display: block;
}

/* ------------------------------------------------Staff FLASH */

#staffFlas {
	margin: 15px 0px 0px 10px;
	padding: 0px;
	height: 180px;
	width: 180px;
	border: 1px solid #CCCCCC;
}

*:first-child+html #staffFlas {
	margin: 15px 0px 0px 10px;
	padding: 0px;
	height: 180px;
	width: 180px;
	border: 1px solid #CCCCCC;
}

/* ------------------------------------------------Banner */

.banner {
	margin: 15px 0px 10px 10px;
	padding: 4px;
	width: 170px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

*:first-child+html .banner {
	margin: 15px 0px 10px 10px;
	padding: 4px;
	width: 170px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* ------------------------------------------------Footer */

#footer {
	margin: 10px auto 0px;
	padding: 10px 0px 3px;
	width: 760px;
	text-align: center;
	background-color: #F7F7F7;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(../img-common/footer-bg.jpg);
	background-repeat: no-repeat;
}

#footer p {
	font-size: 0.7em;
	line-height: 1.4em;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}