/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/woodgrain.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contentbox { 
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 25px;
}

#contentcell {
	background-image: url(images/woodgrain_white.jpg);
	background-position: 0px 567px;
}

#contentbg {
	background-image: url(images/content_bg_01.gif);
	background-repeat: no-repeat;
}

#leftcell {
	background-image: url(images/left_woodgrain_white.jpg);
	background-position: 0px 809px;
}

#copyright {
	padding-right:100px;
	color: #FFFFFF;
	font-weight: bold;
}

#copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

#lipsum {
	min-height: 558px;
}

h1 {
	font-size: 20px;
	color: #0084ad;
	font-weight: bold;
	border-bottom: solid 3px #e40746;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #e40746;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

p.description {
	margin: 0;
	padding: 0;
	text-indent: 10px;
}

hr {
		color: #0084ad;
		background-color: #0084ad;
		border: 0;
		height: 2px;
}