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

body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-color: #ffcccc;
}
#container {
	text-align: left;
	width: 960px;
	top: 50px;
	position: relative;
	left: 25px;
	margin: auto;
}
#images {
	float: right;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF00CC;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0099;
	text-decoration: none;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF33CC;
	float: left;
	width: 120px;
}
#banner {
	width: 960px;
	float: left;
	clear: both;
}

#content {
	float: right;
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 600px;
	padding-right: 400px;
}
.floatright {
	float: right;
}

