body {
	margin:0;
	background:black;
	font:12px arial;
	color:white;
}

div#contain {
	width:980px;
	text-align:left;
}

a, a:link, a:active, a:visited {
	color:#00c6ff;
	letter-spacing:1px;
}

a:hover {
	text-decoration:none;
}

div#header {
	position:relative;
	width:980px;
	height:150px;
	background:url('http://i131.photobucket.com/albums/p297/AmyHerrera_album/Kawaii%20Layouts/topheaderbg.gif');
}

h2 {
	margin:0;
	padding:0;
	font:50px/40px century gothic, arial;
	font-weight:bold;
	color:black;
	text-transform:uppercase;
	letter-spacing:-1px;
	position:absolute;
	left:5px;
	top:40px;
}

h1 {
	margin:0;
	padding:5px;
	font:25px/30px century gothic, arial;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	border-left:15px solid #dedede;
}

h4 {
	margin:0;
	padding:5px;
	font:15px/20px century gothic, arial;
	color:#ff00ae;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:3px;
	border-left:15px solid #dedede;
}



span.slogan {
	color:#9cff00;
	font:10px century gothic, arial;
	letter-spacing:5px;
	font-weight:bold;
	position:absolute;
	left:5px;
	top:130px;
}

.leaderboard {
	position:absolute;
	top:30px;
	left:220px;
}

.skyscraper {
	display:block;
	text-align:center;
	padding:5px;
}

.medrec {
	float:left;
	margin:2px;
}

.clear {
	clear:both;
}

#content {
	background:#FFFFFF;
	
}

#footer {
	background:url('http://i131.photobucket.com/albums/p297/AmyHerrera_album/Kawaii%20Layouts/footerbg.gif') no-repeat black;
	padding:22px 10px;
margin-left:auto;
margin-right:auto;
margin-bottom: 0px;
padding-top: 15px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

div#left {
	float:left;
	width:170px;
	background:#ff00ae;
        margin:5px;
}

div#middle {
	color:black;
	padding:0 5px;
	float:left;
	background:white;
	width:610px;
        margin-top:5px;
}

div#middle p {
	font:12px arial;
	color:#262626;
	margin:0;
	padding:5px;
	border-left:15px solid white;
}

div#right {
	float:left;
	width:170px;
	background:#dedede;
        margin:5px;
}

#left h3, #right h3 {
	margin:0;
	padding:5px;
	font-family:15px/30px century gothic, arial;
	text-transform:uppercase;
	background:black;
	color:white;
}

#left a:link, #left a:active, #left a:visited, #left a {
	display:block;
	text-decoration:none;
	padding:5px;
	font:12px/20px arial;
	color:white;
	border-bottom:1px solid #ff58ca;
}

#left a:hover {
	background:#ff2ebd;
}

#left p {
	font:11px arial;
	color:white;
	padding:10px;
}

#left p a, #left p a:link, #left p a:active, #left p a:visited {
	display:inline;
	padding:0;
	font:11px arial;
	color:black;
	font-weight:bold;
	border:0;
}

#right a:link, #right a:active, #right a:visited, #right a {
	display:block;
	text-decoration:none;
	padding:5px;
	font:12px/20px arial;
	color:black;
	border-bottom:1px solid #fff;
}

#right a:hover {
	background:#c5c5c5;
}

#right p {
	font:11px arial;
	color:black;
	padding:10px;
}

#right p a, #right p a:link, #right p a:active, #right p a:visited {
	display:inline;
	padding:0;
	font:11px arial;
	color:black;
	font-weight:bold;
	border:0;
}


/* layout preview hover */
a.screen, a.screen:visited {
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; 
width:500px; 
height:0; 
left:0;
top:-150px;
}
a.screen:hover {
text-decoration:none; 
border:0; 
z-index:1000;
}
a.screen:hover b {
visibility:visible; 
height:256px;
cursor:pointer;
z-index:500; 
}
a.screen:hover b img {
border:0; 
width:500px;
}
a.screen:active b, a.screen:focus b {
height:0;
width:0;
}
a.screen {
outline:none;
}
