body {
        font-family: Tahoma, Arial, sans-serif;
        background-color: #04020d;
        /* 03010b */
        color: #ffffff;
        font-size: 10pt;
}

a {
	color: #e08000;
	text-decoration: none;
}

a:visited {
	color: #e04500;
	text-decoration: none;
}

a:hover {
	color: silver;
	text-decoration: underline;
}	

#titleLeft {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100px;
        width: 150px;
        /* background-color: #ff8080; */
        /* border-bottom: 1px solid silver; */
        background-image: url("../images/fatcatstars.jpg");
}

#titleCenter {
        position: absolute;
        left: 150px;
        top: 0px;
        height: 100px;
        width: 500px;
        /* background-color: #ff4040; */
        /* border-bottom: 1px solid silver; */
        background-image: url("../images/cosmotop.jpg");
}

#titleCenter H1 {
        text-align: center;
}

#titleRight {
        position: absolute;
        left: 650px;
        top: 0px;
        height: 100px;
        width: 150px;
        /* background-color: #ff8080; */
        /* border-bottom: 1px solid silver; */
        background-image: url("../images/cowstars2.jpg");
}



#mainLeft {
        position: absolute;
        left: 150px;
        top: 100px;
        width: 240px;
	height: 140px;
        padding: 5px;
        background-image: url("../images/cosmobottoml.jpg");
        background-repeat: no-repeat;
}

#mainRight {
        position: absolute;
        left: 400px;
        top: 100px;
        width: 240px;
	height: 140px;
        padding: 5px;
        background-image: url("../images/cosmobottomr.jpg");
        background-repeat: no-repeat;
}

#mainOverlayBoth {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 490px;
	padding: 5px;
	background-color: transparent;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	z-index: 1;
}

#heightContainer {
	position: absolute;
	left: 150px;
	top: 100px;
	width: 500px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

#mainOverlayLeft {
	float: left;
	width: 239px;
	padding: 5px;
	z-index: 1;
}

#mainOverlayRight {
	float: right;
	width: 239px;
	padding: 5px;
	z-index: 1;
}


#linksRight {
        position: absolute;
        left: 650px;
        top: 100px;
        width: 140px;
        padding: 5px;
	border-top: 1px solid silver;
	/* border-left: 1px solid silver; */
        /* background-color: #40ff40; */
/*	display: table-cell; */
}

#linksLeft {
        position: absolute;
        left: 0px;
        top: 100px;
        width: 140px;
        padding: 5px;
	border-top: 1px solid silver;
	/* display: table-cell; */
        /* background-color: #80ff80; */
        /* border-right: 1px solid silver; */
}

#footer {
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 0px;
        width: 800px;
        /* border-top: 1px solid silver; */
}

#anthony_links {
	margin-left: 0px;
	padding-left: 20px;
}

#anthony_links ul {
	margin-left: 0px;
	padding-left: 10px;
}

#anthony_links ul ul {
	margin-left: 0px;
	padding-left: 10px;
}

.clsPost {
	margin-bottom: 20px;
}

.clsPostTitle {
	text-align: center;

}

.clsPostAuthor {

}

.clsPostDate {
	font-size: 8pt;
}

.clsPostContent {

}

.clsPostFooter {
	font-size: 8pt;
}
