/* Styles for www.darylbeattie.com. Copyright 2003/2004 Daryl Beattie. */

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #EFEFEF;
	background-image: url(img/purp.jpg);
	background-repeat: repeat-y;
}

body.content {
	background-color: #FFFFFF;
	background-image: none;
}

body.left {
	background-image: url(img/lightpurp.jpg);
}

table {
	position: absolute;
	top: 0px;
	left: 0px;
}

table.main {
	top: 35px;
	height: 297px;
	background-color: white;
}

table.top_bottom {
	height: 25px;
}

table.content {
	left: 15px;
}

td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #641335;
}

a:hover {
	text-decoration: none;
	color: #8B1A4A;
}

h1 {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 10pt;
        font-weight: normal;
        margin-top: 1.5em;
}
h2 {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 10pt;
        font-weight: normal;
        font-style: italic;
        margin-top: 1.5em;
}
p {
        margin-top: 0.5em;
        margin-left: 2em;
        margin-right: 6em;
}
