/* CSS Document */
body {
/* to have the layout centered */
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #000000;
}
h1 { margin: 10px;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
color: #800080;
}
h2 {margin: 10px;
	font-size: medium;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: #FFA500;
	}
#container {
/* re-aligning the text correctly to the left */     text-align: left;
/* margins at top and bottom are 0px but on the sides, "auto" will center the layout */
    margin: 0px auto;
	/* add the background to make faux columns */
    background: url(http://thecomajesties.com/megimages/background.jpg) repeat-y #000000;
    padding: 0px;
/* sets the layout width */
    width: 700px;
	border-left: 3px #ffffff;
}
#text {
	border-top: 2px #000000;
    width: 528px;
	auto-margin: 10px;
	font-family: "comic sans ms";
	color: #00FFFF;
    background: url(http://thecomajesties.com/megimages/line_bg.gif) repeat-y #000000;
    float: left;
}
#header {
    width: 100%;
    height: 341px;
    background: url(http://thecomajesties.com/megimages/TCMtital.jpg) #000000 no-repeat;
	text-align: right;
	padding-top: 0px;
}
#leftside {
	width: 172px;
	float: left;
	background: #000000 repeat-y;

}
#footer {
	width: 100%;
	height: 50px;
	clear: both;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: small;
	background-color: #000000;
	position: relative;
} 

p {
/* margins on the sides are 10px now */
    margin: auto 10px;
/* font size is 11px and line-height is 15px */
    font: 11px/15px Arial, Verdana, sans-serif;
	font-family: "comic sans ms" #FFFFFF;
	font-size: 11px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
.style4 {font-size: medium}
#blueblock{
width: 172px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #000000;
color: #000000;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #C0C0C0;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #696969;
background-color: #000000;
color: #00FFFF;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #C0C0C0;
background-color: #FFA500;
color: #800080;
}
a {
	font-family: "comic sans ms";
	color: #FFA500;
	}
 