@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
	width: 989px;
	margin-top: 25px;
	height: 498px;
	margin-left: auto;
	margin-right: auto;
}

#left {
	width: 12px;
	height: 483px;
	float: left;
	background-image:url(images/left.png);
}

#bottom {
	width: 989px;
	height: 15px;
	float: left;
	background-image: url(images/bottom.png);
}

#right {
	width: 20px;
	height: 427px;
	float: left;
	background-image: url(images/right.png);
}

#top {
	width: 553px;
	height: 56px;
	float: left;
	background-image: url(images/top.png);
}

#nav {
	width: 424px;
	height: 56px;
	float: left;
}

.nav_item {
	width: 106px;
	height: 56px;
	float: left;
}

#content {
	width: 957px;
	height: 427px;
	background-image: url(images/content.png);
	float: left;
}

#text {
	width: 530px;
	height: 407px;
	float: left;
	padding: 10px;
}

.smallfont {
	font-size: 12px;
}

ul {
	margin: 0;
}
