/* COMMON VALUES */
img { border: 0; }
body {
	margin: 80px;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 11px;
}

/* STRUCTURE VALUES */
#web-left, #web-right, {
	width: 250px;
	background-repeat: repeat-y;
	font-size: 0;
	line-height: 0px;
}
#web-left {
	background-image: url('../images/left.jpg');
	background-position: right;
}
#web-right {
	background-image: url('../images/right.jpg');
	background-position: left;
}
#header {
	width: 100%;
	height: 181px;
	text-align: center;
}
#main {
	padding: 20px 20px 0;
	text-align: justify;
}
#content { padding: 15px 10px; }
#content-frame {
	width: 100%;
	height: 300px;
}
#web-footer-left, #web-footer-right {
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
}
#web-footer-left {
	background-image: url('../images/bott-left.jpg');
	background-position: right;
}
#web-footer-right {
	background-image: url('../images/bott-right.jpg');
	background-position: left;
}
#web-footer {
	height: 56px;
	background-image: url('../images/bott.jpg');
	background-repeat: repeat-x;
}
#web-upper-left, #web-upper-right {
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
}
#web-upper-left {
	background-image: url('../images/up-left.jpg');
	background-position: right;
}
#web-upper-right {
	background-image: url('../images/up-right.jpg');
	background-position: left;
}
#web-upper {
	height: 56px;
	background-image: url('../images/up.jpg');
	background-repeat: repeat-x;
}
/* COMMON VALUES */
.default-table { width: 800px; }
