@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;border:0px;}
body{
	background-color: #000000;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color: #000000;
	background-position: top;
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
}
#left{
	position:relative;
	float:left;
	width:20px;
	background-color:#000000;
	background-image: url(../images/tri-left.jpg);
	background-repeat: repeat-y;
	height: 2698px;
}
#right{
	position:relative;
	float:left;
	width:20px;
	height:2698px;
	background-color:#000000;
	background-image: url(../images/tri-right.jpg);
	background-repeat: repeat-y;
}
#main{
	position:relative;
	width:800px;
	background-color: #000000;
	z-index: 1;
}
#banner{
	width:800px;
	height:152px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}
.spacer{
	position:relative;
	height:5px;
	width:800px;
	background-color:#000000;
}
.spacer2{
	position:relative;
	width:540px;
	height:5px;
	background-color:#000000;
}
#container-next{
	float:left;
	width:540px;
	height:100%;
	background-color:#000000;
}
#container-error{
	float:left;
	width:540px;
	height:800px;
	background-color:#000000;
}
#texture1{
	background-image:url(../images/red_01.jpg);
	width:540px;
	height:350px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#texture2{
	background-image:url(../images/red_02.jpg);
	width:530px;
	height:120px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-position: bottom;
}
#texture-spank{
	background-image:url(../images/red_01.jpg);
	width:540px;
	height:190px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#texture-error{
	background-image:url(../images/red_01.jpg);
	width:540px;
	height:800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#spacer-graf{
	background-image:url(../images/spacer-graf.jpg);
	height: 24px;
	width: 220px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left-graf{
	position:absolute;
	width:200px;
	height:29px;
	background-image: url(../images/left-graf.jpg);
	background-repeat: no-repeat;
	left: 340px;
	top: 779px;
	z-index: 2;
}
.style1 {font-size: 16px}

