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

.container {
	margin-left: auto;
	margin-right: auto;
}
.header {
	color: #0099FF;
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
}
.content {
width:600px;
margin-left:20px;
}
.content_tr {
	background-image: url('images/topright.jpg');
	width: 20px;
	height: 20px;
	margin-left:620px;
}
.content_br {
	background-image: url('images/botright.jpg');
	width: 20px;
	height: 20px;
	margin-left:620px;
}
.content_bl {
	background-image: url('images/botleft.jpg');
	width: 20px;
	height: 20px;
}
.content_tl {
	background-image: url('images/topleft.jpg');
	width: 20px;
	height: 20px;
}
.content_top {
	background-image: url('images/top.jpg');
	background-repeat: repeat-y
	height: 20px;
	margin-left:20px;
}
A:link {text-decoration: none; color: #0099FF;}
A:visited {text-decoration: none; color: #0099FF;}
A:active {text-decoration: none; color: #0099FF;}
A:hover {text-decoration: underline; color: #0099FF;}
.content_bot {
	background-image: url('images/bot.jpg');
	background-repeat: repeat-y
	height: 20px;
	margin-left:20px;
}
.content_left {
	background-image: url('images/left.jpg');
	background-repeat: repeat-x
	width: 20px;
}
.content_right {
	background-image: url('images/right.jpg');
	background-repeat: repeat-x
	width: 20px;
	margin-left:620px;
}body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
