/* #body {
	background-color: #000;
	position: relative;
	width: 755px;	
	margin: auto;
} */

body {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 86px 21px;
	background-attachment: scroll;
}
.container {
	position: absolute;
	height: 475px;
	width: 755px;
	margin-top: -237.5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -377.5px;
	left: 50%;
	top:50%;
	padding: 8px 8px;
	background-image: url(_assets/background1.png);
	background-repeat: no-repeat;
}
#main {
	font-family: Myriad Pro, Helvetica, Arial, Sans-serif;
	color: #D9CEB4;
	background-color: #3B3B3C;
	height: 410px;
	width: 210px;
	padding-left: 15px;
	float: left;
	font-size: 10.5pt;
	padding-right: 15px;
}
.main_list {list-style: none;}
.main_list li a{
    font-size:110%;
    color: #D9CEB4;
    /*text-decoration: none;*/
}
#formWrap {
}
#formWrap #form {
}
#form .row {
	width: 100%;
    padding-bottom: 0px;
	
}
#form .row .label {
	width: 200px;
}
#form .row .input {
	width: auto;
}
#form .row .context {
}
#form .submit {
}
.detail {
	width: 200px;
	}

.mess{
	width: 200px;
max-width: 200px;
height: 70px;	
	}
#logo {
	background-image: url(_assets/sg_logo.png);
	height: 123px;
	width: 128px;
	position: relative;
	visibility: visible;
	left: 580px;
	top: 0px;
	right: 70px;
	z-index: 10;
}
#slideshow {
	height: 410px;
	width: 500px;
	float: left;	
}
#menu {
	float: left;
	height: 50px;
	width: 740px;
	color: #00000;
	font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
	font-size: 11pt;
	background-image: url(_assets/menubox.png);
}
#MenuBar1 {
	/*background-color: #D9CEB4;*/
	background-image: url(_assets/menubox.png);
	font-family: Myriad Pro, Helvetica, Arial, Sans-serif;
	font-size: 13pt;
	color: #000; 
}
li {
	color: #00000;
}
#MenuBar1 li a {
	color: #00000; 
	font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
}

/* slider styles */
/******************************************************/

#s3slider {
	width:500px;
	height:410px;
	position:relative;
	overflow:hidden;
	
}
#s3sliderContent {
	width:500px;
	hieght:410px;
	position:absolute;
	top:0;
	margin:0px;
	padding:0px;
}

.s3sliderImage {
	float:left;
	position:relative;
	/*display:none;*/
	
}

.clear {
	clear:both;
}

