/* COLORS

black purple = #050006;
dark purple = #452952
hilite blue = #7E7DC2
rose accent = #D74F78
gold accent = #FCB02F
off white = #F1FDF3

*/

* { margin: 0; padding: 0;}

body {
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #452952;
	}

#main {
	width: 760px;
	text-align: center;
	margin: 0 auto;
	background: url(img/bg.jpg) repeat-y center;
	}

#head {
	background: url(img/head.jpg) no-repeat;
	width: 760px;
	height: 180px;
	}
	
#head h1 { display: none; }

#menu {
	width: 680px;
	margin: 0 40px;
	background: #452952;
	text-align: left;
	}

#menu ul {
	padding: 12px 0;
	}

#menu li {
	display: inline;
	padding: 0 0 0 24px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#menu a {
	color: #F1FDF3;
	text-decoration: none;
	}

#menu a:hover {
	color: #D74F78;
	}

#menu a.here {
	color: #FCB02F;
	}

#menu ul li ul, #menu ul li ul li { display: inline; }
#menu ul li ul li { display: none; }
#menu ul li ul li.on {
	display: inline;
	font-weight: normal;
	color: #7E7DC2;
	text-transform: lowercase;
	background: url(img/widget.jpg) no-repeat left center;
	}

#content {
	margin: 0 40px;
	padding: 24px;
	text-align: left;
	color: #7E7DC2;
	}

#content h2 {
	color: #F1FDF3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 12px 0 24px 0;
	}

#foot {
	background: url(img/foot.jpg) no-repeat;
	clear: both;
	text-align: right;
	height: 100px;
	width: 760px;
	}

#foot p {
	padding: 30px 64px 0 64px;
	color: #452952;
	}

#foot a {
	font-weight: bold;
	color: #452952;
	text-decoration: none;
	}
	
#foot a:hover {
	color: #7E7DC2;
	}

/* styles */

#splash {
	width: 632px;
	height: 286px;
	background-image: url(img/splash.jpg);
	background-repeat: no-repeat;
	background-position: 0px 24px;
	padding-bottom: 15px;
	}

#sticker {
	margin-top: -42px;
	float: right;
	width: 120px;
	height: 120px;
	}
	
#sticker a {
	width: 120px;
	height: 120px;
	}

#sticker:hover {
	cursor: hand;
	background-position: 0px -120px;
	}

#sticker span { display: none; }