/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align:left;
}

body {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #430725;
}

#nav {
	border-bottom: 1px solid #666666;
	text-align:right;
	font-size:80%;
	color: #666666;
}
#nav ul {
	padding:0;
	margin:0;
	background-color: #E2E2E2;
	text-align:right;
}
#nav ul li {
	display:inline;
	padding:0;
	margin:0;
}

#nav ul li a{
	font-weight:bold;
	color: #96074E;
	text-decoration:none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
}

#nav ul li a:hover, #nav ul li a:focus {
	background-color: #CCCCCC;
	color: #666666;
}

#footer {
	color: #CC6699;
	font-size: 80%;
}
.leftimage {
	margin: 0px;
	padding: 0px;
	float: left;
	border-width: 0px;
	border-style: none;
}
.tdtopleft{
	margin: 0px;
	padding: 0px;
	height:35px;
	background-image:url(../images/body_r1_c1.png);
	background-repeat:no-repeat;
	background-position:right;
}
.tdtopcenter{
	margin: 0px;
	padding: 0px;
	height:35px;
	background-image:url(../images/body_r1_c2.png);
	background-repeat:repeat-x;
	background-position:center;
}
.tdtopright{
	margin: 0px;
	padding: 0px;
	height:35px;
	background-image:url(../images/body_r1_c3.png);
	background-repeat:no-repeat;
	background-position:left;
}
.tdbodyleft{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/body_r2_c1.png);
	background-repeat:repeat-y;
	background-position:right;
}
.tdbodyright{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_r2_c3.png);
	background-repeat:repeat-y;
	background-position:left;
}
.tdbottomleft{
	margin: 0px;
	padding: 0px;
	height:35px;
	background-image: url(../images/body_r3_c1.png);
	background-repeat:no-repeat;
	background-position:right;
}
.tdbottomcenter{
	margin: 0px;
	padding: 0px;
	height:35px;
	background-image:url(../images/body_r3_c2.png);
	background-repeat:repeat-x;
	background-position:center;
}
.tdbottomright{
	margin: 0px;
	padding: 0px;
	height:35px;
	background-image:url(../images/body_r3_c3.png);
	background-repeat:no-repeat;
	background-position:left;
}
#footer p {
	text-align: center;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
p {
	font-size: 80%;
	padding: 0px 0px 0px 10px;
}
#archive p{
	font-size: 80%;
	padding: 0px 0px 5px 15px;
}
#archive h1 {
	font-weight:bold;
	font-size: 80%;
}
