
/* CSS Document */

body {
	color: #990000;
	text-align: center;	 }
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 15px; }
.subtext {font-size: 9px; }
.submenu {margin-left: 40px; }
sup { 
	font-size: 9px;
	line-height: 0em; }
.comma {
	margin-left: -9px;
	margin-right: 6px; }
 
.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	height: 695px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 1.4em;
	background: url(../images/background2.jpg) center center no-repeat; }
#home .container {
	background: url(../images/background.jpg) center center no-repeat; }
#creative .container {
	background: url(../images/background3.jpg) center center no-repeat; }

.content {
	position: absolute;
	width: 575px;
	height: 600px;
	top: 175px;
	left: 155px; }
#creative .content {
	width: 650px; }
.title {margin-bottom: 10px; }
.menu {
	position: absolute;
	top: 65px;
	left: 17px; }
#image {
	position: absolute;
	right: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	width: 425px;
	height: 340px; }
.border {
	position: absolute;
	width: 425px;
	height: 340px;
	right: 0;
	top: 50px;
	background: url(../images/border.gif) center center no-repeat; }

.nav {
	position: absolute;
	width: 725px;
	height: 30px;
	bottom: 40px;
	left: 125px; }

/* LINKS
*******************************/

a { color: #990000; }
a:hover { color: #666666; }

.nav a {
	margin-right: 50px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none; }

.menu a {
	cursor: pointer;
	text-decoration: none; }	