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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	background: #fff url(../images/bg.gif) repeat-y;
}

#sidebar {
	width: 500px;
	min-height: 1000px;
	height: 1000px;
	background: #03284a;
	text-align: center;
	float: left;
}

#main {
	width: 900px;
	min-height: 1000px;
	height: 1000px;
	float: left;
	position: absolute;
	left: 500px;
}

#catalog {
	width: 250px;
	float: right;
	margin-left: 50px;
	text-align: center;
}

#catalog p {
	font-size: 10pt;
	line-height: 12pt;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #03284a;
	text-decoration: underline;
}
