/*
General Layout Stylesheet
*/


/* Overall */
*{
	margin:				0;
	padding:			0;
	font-style:			normal;
	text-decoration:	none;
}

/* html */
html{
	height:				100%;
	overflow-y:			scroll;
}
img{
	border:				none;
}
table{
	border-collapse:	collapse;
}
/* /////////////////////////////////////// */
/* Content */
body{
	background:			url("../img/bg.gif") left top repeat-x;
	background-color:	#000000;
	height:				100%; 
	text-align:			center;
	font-size:			80%;
	font-family:		"Arial", Verdana, "Tahoma";
	/*padding-bottom:	20px;*/
}
#bodyInner{
	padding-top:10px;
	background:			url("../img/bg_top.jpg") center top no-repeat;
}

#wrap{
	margin:				auto;
	width:				720px;	
	/*
	height:				100%;
	min-height:			100%;
	*/
	/*
	background:			url("../img/side_bg.jpg") left 203px no-repeat;
	background-color:	#ffffff;
	border-left:		solid 1px #898989;
	border-right:		solid 1px #898989;
	border-bottom:		solid 1px #898989;
	*/
	text-align:			left;
}
/* float */
#wrap:after{
    display:			block;
    height:				0;
    content:			"";
    clear:				both;
}



/* ////////////////////// */
/* Copyright */
#copyright{	
	width:				820px;
	margin-left:		auto;
	margin-right:		auto;
	padding-bottom:		30px;
	font-size:			12px;
	text-align:			center;
	color:				#cccccc;
	font-family:		"Tahoma, Arial";
	z-index:			2;
}

/************************************************
* Back to Top Link
************************************************/
#content .pageTop{
	padding-top:		15px;
	padding-bottom:		5px;
	text-align:			right;
	width: 				600px;
}
#content .pageTop a{
	color:				#3369b1;
}
#content .pageTop a:hover{
	color:				#0d587b;
}

/************************************************
* Home Site Link
************************************************/
#navi{
	padding-top:		5px;
}
#navi li{
	padding:			0 4px 0 4px;
	display:			inline;
	border-left:		solid 1px #666666;
}
#navi li.first{
	border-left:		none;
}
#navi a{
	color:				#ffffff;
}
#navi a:hover{
	background-color:	#666666;
}



