/*This is the main style sheet for my site*/


body {
	background-color:#8d222a;
	font-family: Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1em;
	font-weight:800;
	text-align: right;
	letter-spacing: 5px;
	color: rgb(220,43,84);
	border-bottom:1px solid rgb(220,43,84);
	line-height:3em;
}

h2 {
	font-size:.7em;
	font-weight:400;
	color: rgb(220,43,84);
	text-align:center;
	vertical-align:bottom;
}
#tablemain{
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;	
	width:1100px;
}
#links {
	width:150px;
	font-size: .9em;
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height: 1.5em;
	margin:10px 20px 10px 65px;
}
#links a:link, #links a:visited, #links a:active {
	text-decoration:none;
	color:rgb(220,43,84);
}
#links a:hover {
	text-decoration:underline;
	color:rgb(220,43,84);
}

#main {
	width:600px;
	margin:0 170px 30px 10px;
	font-size: .8em;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#bottom {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-size: .7em;
	width:1060px;
	text-align:center;
	vertical-align:bottom;
	padding:0 20px 20px 20px;
}
a {
	color:#000000;
}

h2 a:link, h2 a:visited, h2 a:active {
	text-decoration:none;
	color:rgb(220,43,84);
}
h2 a:hover {
	text-decoration:underline;
	color:rgb(220,43,84);
}
#indentdiv {
	padding-left: 30px;
}
