/*This is the main style sheet for my site*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:rgb(220,194,138);
	margin:0 0 0 0;
	background-image:url(images/backg.jpg);
}
h1 {
	font-size: 1.1em;
	text-align: right;
	letter-spacing: 3px;
	color:rgb(223,183,25);
	width:100%;
	border-bottom:2px solid rgb(223,183,25);
	line-height:2em;
	font-family:"Arial Rounded MT Bold", "Arial Black";
}
#main {
	width:600px;
	padding:50px 10px 0 40px;
	text-decoration:none;
}
#nodecor {
	text-decoration:none;
}

#main a:link, #main a:visited, #main a:active {
	color:rgb(220,194,138);
}
#main a:hover {
	color: rgb(223,183,25);
}

#links a:link, #links a:visited, #links a:active, #link a:hover {
	font-size:.7em;
	font-weight:400;
	color: rgb(223,183,25);
	text-align:center;
	vertical-align:bottom;
}
#cat a:link, #cat a:visited, #cat a:active, #cat a:hover {
	font-size:.9em;
	font-weight:400;
	color: rgb(225,217,166);
}
#cat {
	font-size:.9em;
	font-weight:400;
	color: rgb(225,217,166);
}
#links {
	color: rgb(223,183,25);
	line-height:1.5em;
	width:550px;
	padding:0 0 0 65px;
}
#linksb {
	color: rgb(223,183,25);
	line-height:1.5em;
	text-align:left;
}

#linksindent {
	margin:0 0 0 25px;
}
#indentquote {
	padding:25px 25px 10px 25px;
	font-style:oblique;
}
#right {
	background:transparent url(images/right.jpg);
	background-repeat:no-repeat;
}
#main p {
	line-height:1.2em;
}
#main a:link, #main a:visited, #main a:active {
	font-size:16px;
}
#main a:hover {
	font-size:16px;
	color:rgb(223,183,25);
}

