body
{
	background: #53335c;
	margin: 0;
	font-family: arial;
}

h1, h2, h3, footer
{
	margin: 0;
}

a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
}

#page_container
{
	width: 1000px;
	margin: 0 auto;
}

#header
{
	height: 40px;
	width: 860px;
}

#left
{
	height: 727px;
	width: 97px;
	float: left;
	background: url(images/sidebar.jpg) bottom no-repeat;
}

#right
{
	float: left;
}

#content_top
{
	height: 10px;
	width: 860px;
	background: url(images/content_top.jpg);
	overflow: hidden;
}

#content_bottom
{
	height: 9px;
	width: 860px;
	background: url(images/content_bottom.jpg);
	overflow: hidden;
}

#content_middle
{
	width: 850px;
	background: url(images/content_bg.jpg) repeat-y;
	padding-left: 28px;
	/*padding-right: 35px;*/
	padding-top: 2px;
	color: #4f2c62;
}

/*#content_middle p
{
	width: 800px;
	color: #4f2c62;
}*/

#content_middle a
{
	color: #316ac5;
}

#main_menu
{
	text-align: right;
}

#main_menu .title, #bottom_menu .title
{
	display: none;
}

#main_menu ul
{
	margin: 0;
	padding: 0;
	padding-top: 25px;
}

#main_menu ul li
{
	border-left: 1px #ffffff solid;
}

#bottom_menu ul li
{
	border-left: 1px #000000 solid;
}

#main_menu ul li, #bottom_menu ul li
{
	display: inline;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 14px;
	list-style-type: none;
}

#main_menu .first, #bottom_menu .first
{
	border: none;
}

#bottom_menu
{
	text-align: center;
	margin: 0;
	padding: 1px;
}

#bottom_menu a
{
	color: #000000;
}

#footer
{
	text-align: center;
	color: #ffffff;
	padding: 25px;
} 

.frontpage
{
	width: 180px;
	float: left;
	padding: 8px;
}
.frontpage h3
{
	color: #91ca45;
}
#center-image
{
	margin:-200px 0pt 0pt 200px;
	width:585px;
}
#big-image
{
}
#main-content
{
	width: 800px;
	margin:0 auto;
}

.listing_box
{
	margin: 25px;
}

.listing .description
{
	width: 580px;
}

.listing .image_holder
{
	width: 260px;
	text-align: center;
}

.listing .image_holder .listing_image
{
	margin: 5px;
}

.tdeven
{
	background: #c0c0c0;
}
