/****************************************
	@, *, html, body, and more...
 ****************************************/

@import url("resets.css");

body {
	background-color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-size:12px;
	line-height:1.3em;
	color:#FFF;
	overflow: auto;
}

/****************************************
	frame
 ****************************************/

#mainWrapper{
	width:1007px;
	height:auto;
	margin:50px auto;
	padding:0;
}

#header{
	width:1007px;
	height:30px;
	background-image:url(../img/header.gif);
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
}

#contentWrapper{
	width:947px;
	height:687px;
	background-image:url(../img/back.gif);
	background-repeat:repeat-y;
	padding:0 30px;
	position:relative;
}

#logo{
	width:235px;
	height:161px;
	top:-42px;
	left:-78px;
	position:absolute;
	z-index:500;
}

#mainPhoto{
	width:965px;
	margin-left:-9px;
}

#footer{
	width:1007px;
	height:30px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;
}

/****************************************
	inside contentWrapper
 ****************************************/

h1{
	text-indent:-9999px;
	padding-top:100px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

ul#submenu{
	list-style:none;
	float:left;
	padding-left:9px;
	margin: 5px 10px 0px 0px;
	width:150px;
}

ul#submenu li{
	margin-top:12px;
}

ul#submenu li a{
	text-indent:-9999px;
	display:block;
	background-repeat:no-repeat;
}

#content{
	width:760px;
	height:430px;
	margin: 15px 0px 0px 0px;
	padding-right:15px;
	overflow:auto;
	background-color:#000;
	background-image:url(../img/sugnaka_logo.gif);
	background-repeat:no-repeat;
	background-position: center top;
}
	
/****************************************
	inside innerContentWrapper
 ****************************************/

.innerContentWrapper{
	width:740px;
	margin:0 auto;
	padding:0 0 10px 0;
}

.innerFooter{
	clear:both;
}

.line{
	text-align:left;
}
