body {
	margin: 0;
	padding: 0;
	color:#999999;
	background:url(assets/home_bgrpt_body.jpg);
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

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

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


/* WRAPPER
------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	background:url(assets/home_bgrpt_wrapper.jpg) repeat-x top left;
}


/* PAGE
------------------------------------------------------------------------*/
#page {
	width: 610px;
	margin: 0px auto;
	padding: 0px 30px 30px 30px;
	background: url(assets/home_pagetop.jpg) no-repeat top left #ffffff;
}


/* CONTENT
------------------------------------------------------------------------*/
#contenthome, #contentcontact, #contactpress {
	text-align: left;
}


/* HOMEPAGE
------------------------------------------------------------------------*/
#contenthome .left {
	width: 210px;
	text-align: left;
	margin-bottom: 15px;
}

#contenthome .right {
	width: 400px;
	text-align: left;
}

#contenthome .rh, #contenthome .hdb, #contenthome .ttb {
	color: #999999;
	text-decoration: none;
}

#contenthome .rh:hover {
	color: #9BC0D5;
	text-decoration: underline;
}

#contenthome .hdb:hover {
	color: #C29055;
	text-decoration: underline;
}

#contenthome .ttb:hover {
	color: #79A42B;
	text-decoration: underline;
}



/* CONTACT PAGE
------------------------------------------------------------------------*/
#contentcontact .left {
	width: 390px;
	text-align: left;
	padding-bottom: 50px;
}

#contentcontact .right {
	width: 200px;
	text-align: left;
}

#contentcontact .right p{
	margin-bottom: 10px;
}

.bold {font-weight: bold;}

#contentcontact .right a:link, #contentcontact .right a:visited {
	color: #999999;
	text-decoration: underline;
}

#contentcontact .right a:hover, #contentcontact .right a:active {
	color: #000000;
	text-decoration: none;
}

#contentcontact h3 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/* PRESS PAGE
------------------------------------------------------------------------*/
#contentpress .left {
	width: 390px;
	text-align: left;
	padding-bottom: 100px;
}

#contentpress .right {
	width: 200px;
	text-align: left;
}

#contentpress .right p{
	margin-bottom: 10px;
}

#contentpress .right a:link, #contentpress .right a:visited {
	color: #999999;
	text-decoration: none;
}

#contentpress .right a:hover, #contentpress .right a:active {
	color: #000000;
	text-decoration: underline;
}

#contentpress h2 {
	font-size: 110%;
	margin: 15px 0px 8px 0px;
}

#contentpress h3 {
	font-size: 100%;
	margin: 0px;
}

/* LINKS THAT I DON'T WANT UNDERLINED
------------------------------------------------------------------------*/
#contentpress .hm, #contenthome .hm {
	color: #999999;
	text-decoration: none;
}

#contentpress .hm:hover, #contenthome .hm:hover{
	color: #999999;
	text-decoration: underline;
}


/* FOOTER
------------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 50px 0px 100px 0px;
	width: 758px;
	background: url(assets/bgrpt_dropshadows.png) repeat-y top left;
	text-align: left;
}

#footerlistcontainer {
	background: #FFFFFF;
	width: 630px;
	margin-left: 63px;
	padding: 10px 0px 1px 0px;
}

.footerlist {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	font-size: 85%;
}

.footerlist li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer p {
	padding: 10px 0px 5px 10px;
	font-size: 85%;
}

#footer .hm {
	color: #999999;
	text-decoration: none;
}

#footer .hm:hover{
	color: #999999;
	text-decoration: underline;
}



