html {
	text-align: center;
}
body {
	color: #444444;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	font-size: 13px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
#page {
	margin: 0 auto;
	width: 770px;
}
.header {
	width: 732px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
.skin {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.skin a {
	color: #999999;
	text-decoration: none;
}
.skin a:hover {
	color: #999999;
	text-decoration: underline;
}
.menu-top {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	float: right;
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
.menu-top a {
	color: #444444;
	text-decoration: none;
}
.menu-top a:hover {
	color: #444444;
	text-decoration: underline;
}
.menu-gallery {
	width: 730px;
	font-size: 11px;
	padding: 1px;
	background-image: url(../images/h-grad1_white.gif);
	background-repeat: repeat-y;
}
.menu-gallery ul {
	margin: 0px;
	padding: 0px;
}
.menu-gallery ul li {
	list-style-type: none;
	display: block;
	clear: right;
	float: left;
	border: 1px solid #999999;
	margin: 1px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #ffffff;
}
.menu-gallery ul li a {
	color: #000000;
	text-decoration: none;
}
.menu-gallery ul li a:hover {
	color: #666666;
	text-decoration: none;
}

h1 {
	color: #444;
	font-size:30px;
	font-weight: bolder;
	margin:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h2 {
	color: #444;
	font-size: 24px;
	margin-top: 40px;
}
h3 {
	color: #222;
	font-size: 18px;
}
h4 {
	font-size: 14px;
	color: #92BDFA;
}
.content {
	width: 732px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content a, .footer a {
	color: #B28B5B;
	text-decoration: none;
}
.content a:hover {
	font-style: italic;
}
.content strong {
	font-weight: bolder;
	color: #FFFFFF;
}
.content em {
	color: #CCCCCC;
}
/* Showcase content */

.demo_container {
	text-align: center;
}
#myGallery {
	text-align: left;
	margin: 0 auto;
}
.content p.linkage {
	margin-top: 2em;
	text-align: right;
}
.content p.linkage a {
	font-size: 1.7em;
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}
.content p.linkage a:hover {
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}
/* detail content */

.content #jdsgShowcase {
	width: 500px;
	height: 200px;
	overflow: hidden;
}
.content p.detail {
	margin: 0 auto;
	/*width: 800px;*/
	text-align:center;
	background: #eee;
	padding: 5px;
	color: #333;
}
/* Raw content */
/*
.content code
{
	background:#444444 none repeat scroll 0% 50%;
	display:block;
	font-family:courier,monospace;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:120%;
	margin:10px 15px;
	overflow:auto;
	padding:10px;
}
*/
/* Footer */
.footer {
	width: 732px;
	margin: 1px auto 0 auto;
	color: #666666;
	font-size: 11px;
	background-image: url(../images/h-grad2_white.gif);
	background-repeat: repeat-y;
}
.footer p {
	margin: 0;
	padding: 5px;
}
.table-bg-inside {
	background-color: #FFFFFF;
}
