div, body, p, a, table, tr, td, ul, ol, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	background-color: #f4f4f4;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

a{
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

/****** Main Page Style ******/
#page {
	width: 900px;
}

#top {
	clear: both;
	width: 650px;
	height: 150px;
	background-image: url(top.jpg);
	border-right: 1px solid;
	border-color: #d6d6d4;
}

#spacer {
	width: 650px;
	float: left;
	height: 15px;
	border-right: 1px solid;
	border-color: #d6d6d4;
	background-image: url(spacer.jpg);
}

#menu {
	background-color: #949474;
	height: 40px;
	width: 650px;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid;
	border-color: #d6d6d4;
}

#main {
	float: left;
	width: 650px;
	font-family: verdana;
	font-size: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border-right: 1px solid;
	border-color: #d6d6d4;
	height: 500px;
	overflow: auto;
}

#text {
	padding-left: 40px;
	width: 480px;
	font-family: verdana;
	font-size: 10px;
}

#footer {
	clear: both;
	width: 650px;
	background-image: url(spacer.jpg);
	height: 15px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #d6d6d4;	
}


/****** Category Page Style ******/
#cat-page {
	width: 900px;
}

#cat-top {
	clear: both;
	width: 650px;
	height: 150px;
	background-image: url(top.jpg);
	border-right: 1px solid;
	border-color: #d6d6d4;
}

#cat-menu {
	background-color: #949474;
	height: 40px;
	width: 650px;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid;
	border-color: #d6d6d4;
}

#cat-main {
	float: left;
	width: 650px;
	font-family: verdana;
	font-size: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border-right: 1px solid;
	border-color: #d6d6d4;
	height: 500px;
	overflow: auto;
}

#cat-footer {
	clear: both;
	width: 650px;
	background-image: url(spacer.jpg);
	height: 15px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #d6d6d4;
}


/****** Post Page Style ******/
#post-page {
	width: 900px;
}

#post-top {
	clear: both;
	width: 650px;
	height: 150px;
	background-image: url(top.jpg);
	border-right: 1px solid;
	border-color: #d6d6d4;
}

#post-menu {
	background-color: #949474;
	height: 40px;
	width: 650px;
	text-align: center;
	color: #ffffff;
	border-right: 1px solid;
	border-color: #d6d6d4;
}

#post-main {
	float: left;
	width: 650px;
	font-family: verdana;
	font-size: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border-right: 1px solid;
	border-color: #d6d6d4;
	height: 500px;
	overflow: auto;
}

#post-footer {
	clear: both;
	width: 650px;
	background-image: url(spacer.jpg);
	height: 15px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #d6d6d4;	
}


/***** Post Summary Style *****/
.postSummary {
}

.postSummaryLink {
}

.summaryText {
}


/***** Post Style *****/
.post {
}

.postH1 {
}

.postText {
}


/***** Link Style *****/
.link {

}

.linkAnchor {
}

.linkDescription {
}