/*-----------------------------
/* Reset
/*---------------------------*/
*	{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#505050;
	}

html {overflow-y: scroll;}

body {
	margin-top:0px;
	margin-right:0;
	margin-left:0;
	margin-bottom:15px;
	text-align:center;
	}

img {
	border:none;
	vertical-align:top;
/*	for IE lisťԑ΍ */
	}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit; font:100%;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}


/*-----------------------------
/* Contents
/*---------------------------*/
#wrapper	{
	width:1004px;
	margin:0 auto;
	position:relative;
}

#container {
	width:954px;
	margin:0 auto 25px;
	text-align:left;
	font-size:10px;
	border-left:3px solid #f08200;
	border-right:3px solid #f08200;
}

.section	{
	margin:0px auto 0px;
	width:880px;
	/*\*//*/
	overflow:hidden;
	/**/
	}
	
.section:after	{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}

.orangeBG	{
	margin:0px auto 0px;
	width:880px;
	background:#fce2c4;
	/*\*//*/
	overflow:hidden;
	/**/
	}
	
.orangeBG:after	{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}

.orangeBGcontents	{
	width:848px;
	padding:12px 16px 0;
}

.orangeBGstep2right	{
	width:270px;
	float:left;
	margin:0 19px 20px 0;
	display:inline;
}

.orangeBGstep2left	{
	width:270px;
	float:right;
	display:inline;
}

.noteRed	{
	color:#d33c38;
}

#footer	{
	padding:20px 0;
	background:#f08200;
	text-align:center;
	color:#FFF;
	line-height:2;
	
}

a	{
	color:#FFF;
	text-decoration:none;
}
a:hover	{
	color:#fad4a8;
	text-decoration:underline;
}

#sideBar	{
	width:25px;
	position:absolute;
	right:0;
	top:35px;
}

#toTop	{
	width:25px;
	margin:0 auto;
	padding-left:985px;
}



