/* CSS Document */
/*PAGE LAYOUT*/
body {
	margin:0px;
	background-color:#000055;
}

.top {
	background-color:#FFFFFF;
	vertical-align:bottom;
	width:670px;
}

.top_left {
	background-image:url(top_left.jpg);
	background-repeat:no-repeat;
	width:40px;
	height:145px;
}

.top_right {
	background-image:url(top_right.jpg);
	background-repeat:no-repeat;
	width:40px;
	height:145px;
}

.left {
	background-image:url(left.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:40px;
}

.right {
	background-image:url(right.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:40px;
}

.bottom_left {
	background-image:url(bottom_left.gif);
	background-repeat:no-repeat;
	width:40px;
	height:22px;
}

.bottom_right {
	background-image:url(bottom_right.gif);
	background-repeat:no-repeat;
	width:40px;
	height:22px;
}

.bottom {
	background-image:url(bottom.gif);
	background-repeat:no-repeat;
	width:670px;
	height:22px;
}

.main {
	background-color:#FFFFFF;
	width:670px;
}

.content {
	padding: 0px 5px;
	vertical-align:top;
}