/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0 0 10px 0;
}


/***** Modify the main wrapper *****/
#wrapper {
	width: 800px;
	margin: 0 auto;
}


/***** Modify the header image (logo) *****/
#header img {
	position: relative;
	top: 15px;
        z-index: 1;
}


/***** Modify the navigation links *****/
#header ul
{
	list-style: none;
	margin: 0;
}

#header ul li
{
	float: right;
	font-size: 12px;
}

#header ul li a {
	color: #ccccff;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
	display: block;
}

#header ul li a:link,
#header ul li a:visited
{
	color: #ccccff;  
	
}


#header ul li a:hover,
#header ul li a:active
{
	color: #fff;
}

#header ul li a.active:link,
#header ul li a.active:visited,
#header ul li a.active:hover,
#header ul li a.active:active
{
	border-top: 2px solid #666;
	background: #fff;
	color: #666;
	cursor: default; 
}



/***** Modify the main content area *****/
#content
{
	clear: both;
	background: #fff;
	padding: 10px 20px 10px 20px;
	background-image: url(images/swirls.png);
	background-repeat: no-repeat;
	background-position:bottom;
}




/***** Modify the footer *****/
#footer {
	color: #999;
}

#footer a {
	color: #999;
	border-bottom: 0;
}



/***** General Modifications *****/
a {
	text-decoration: none;
	border-bottom: dashed 1px #666;
	color: #666;
}

a:hover {
	color: #333;
}

ul {
	margin-left: 30px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	width: 780px;
	text-align: right;
}

.bold {
	font-weight: bold;
}

.smallerText {
	font-size: 11px;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}