/* CSS Document for Total Relaxation */

* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

body {
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat-y;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 954px;
	font-family: Arial, Helvetica, sans-serif;
	color: #808D33;
	font-size: 10pt;
}

#left {
	background-image: url(images/left_bg.jpg);
	float: left;
	height: 405px;
	width: 274px;
	padding-top: 275px;
}

#right {
	background-image: url(images/right_bg2.jpg);
	float: left;
	width: 590px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
	height: 720px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 954px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	float: left;
	padding-left: 95px;
}

#navcontainer {
	width: 265px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #9BA484;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
 }

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #74752b;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #75492b;
	background-image: url(images/bullet_hover.png);
	background-repeat: no-repeat;
}

p {
	margin-bottom: 50px;
	margin-top: auto;
	text-align: left;
}

h1 {
	text-align: center;
	margin-top: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CC3366;
	font-size: 1.2em;
}

h3 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CC3366;
	font-size: 1.5em;
}

h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #7C8832}
a:visited {color: #B7AE7D}
a:hover {color: #993300}
a:active {color: #993300}
