body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;	
	color: #f9ae03;
	background-color:#253280;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../images/degrade.png");
	background-repeat: repeat-x;
	background-position: top;
}
/* ==========================
	LAYERS
   ========================== */
#body_container {
	margin:0 0 0 300px;
	padding:0;
	text-align:center;
	width:606px;
    background-image: url("../images/castle.png");
    background-repeat: no-repeat;
}
#body_container #body {
	height: 700px;
    background-position: top;
	
}


/* ================================
	LINKS
   ================================ */
a {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 4px;
    font-weight:lighter;   
}
a:link {
	color: #6efbe9;
	text-decoration: underline;
}
a:visited {
	color: #f9db01;
	text-decoration: underline;
}
a:hover {
	color: #de0094;
	text-decoration: none;
}
a:active {
	color: #f9db01;
	text-decoration: underline;
}


/* ================================
	IMAGES
   ================================ */

img {
	margin: 0;
	padding: 0;
	border: 0px;
}

img.spacer {
	padding: 0;
	margin: 0 0 10px 0;
}

.gifs {
    margin-left: 240px;
    height: 170px;
    width: auto;
}
/* ================================
	Special Classes
   ================================ */

.boximg {
	background-color: #de0094;
	padding: 10px;
	margin: 0 5px 10px 5px;
	width: 170px;
	height: 130px;
	float: left;
	text-decoration: none;
}

