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

body {
	background-color: #000000;
	background-image: url(images/cps_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
}

ul {
	font-size: 12px;
	list-style-type: square;
}

img {
	width: 200px;
	margin: 0 20px 10px 0;
}

a:link, a:visited  {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.main {
	width: 700px;
	margin: 50px auto;
}

.open {
	margin-top: 20px;
	width: 500px;
	line-height: 20px;
}

.open img {
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
}

.nav {
	float: right;
}

.nav ul {
	list-style-type: none;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}

.big {
	font-size: 16px;
}
.small {
	font-size: 10px;
}