@charset "utf-8";

/* CSS Document */
/* Style sheet for shufawest/index.html */

body {
	background-image: url(images/bground.jpg);
	background-repeat: repeat;
	text-align: center;
	height: 100%;
	width: 100%;
}

a { display: block; }

a:active { color: #000000; }

a:hover {
	color:#000;
	background: #FC3;
}

a:link {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

.window {
	position: relative;
	top: 90px;
	width: 700px;
	left:0px;
	right:0px;
	margin: 0 auto;
}

.centerCol {
	width: 225px;
	height:450px;
	background-color: #cc3300;
	position: absolute;
	top: 0px;
	text-align:center;
	left: 240px;
	border: 2px solid #000000;
}

.tinyColLeft {
	width: 10px;
	height:450px;
	background-color: #CC0000;
	position: absolute;
	top: 0px;
	left: 212px;
	border: 2px solid #000000;
	background-image: url(images/wall-left.png);
}

.navColLeft {
	width: 113px;
	height:450px;
	background-color: #CC3300;
	position: absolute;
	top: 0px;
	text-align:center;
	left: 82px;
	border: 2px solid #000000;
}

.insideEdgeColLeft {
	width: 15px;
	height:450px;
	background-color: #CC0000;
	position: absolute;
	top: 0px;
	left: 50px;
	border: 2px solid #000000;
	background-image: url(images/wall-left.png);
}

.edgeColLeft {
	background-image:url(images/wall-left.png);
	width: 33px;
	height:450px;
	background-color: #CC0000;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 2px solid #000000;
}

.tinyColRight {
	width: 10px;
	height:450px;
	background-color: #CC0000;
	position: absolute;
	top: 0px;
	left: 483px;
	border: 2px solid #000000;
	background-image: url(images/wall-right.png);
}

.navColRight {
	width: 113px;
	height:450px;
	background-color: #CC3300;
	position: absolute;
	top: 0px;
	text-align:center;
	left: 509px;
	border: 2px solid #000000;
}

.insideEdgeColRight {
	width: 15px;
	height:450px;
	background-color: #CC0000;
	position: absolute;
	top: 0px;
	left: 639px;
	border: 2px solid #000000;
	background-image: url(images/wall-right.png);
}

.edgeColRight {
	width: 33px;
	height:450px;
	background-color: #CC0000;
	position: absolute;
	top: 0px;
	left: 668px;
	border: 2px solid #000000;
	background-image: url(images/wall-right.png);
}
