html {
        height: 100%;
}

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/bg.gif);
        min-height:100%;
}

* html #wrap {

	height:100%;

}

body a {
	color: #000000;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.heading a {
	text-decoration: none;
	color: black;
}

.heading a:hover {
	text-decoration: none;
	color: #7d7d7d;
}

.heading_white {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #FFFFFF;
	text-transform:uppercase;
	text-align:center;
}

#main_container {
        position: relative;
	width:659px;
	margin: auto;
        height: 100%;    
}

#top_container {
	width:659px;
	margin: auto;
	position: relative;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	height: 159px;
}

#spacer {
	position: absolute;
	top: 16px;
	left: 31px;
	width: 193px;
	height: 118px;
}

* html #top_navigation {
	top: 125px;
}


#top_navigation {
	position: absolute;
	top: 113px;
	left: 220px;
	text-transform:uppercase;
	text-align:left;
	width: 450px;
}

#top_navigation li {
	display: inline;
	padding-right: 10px;
}

#content_container{
	margin:auto;
	width: 659px;
	position: relative;
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-y;
	border-bottom: 1px solid #eb65a0;
}

#left_container {
	width:395px;
	padding: 30px 40px 20px 40px;
	text-align: justify;
	position:relative;
clear:none;
float: left;
}

/*#left_container img {
	float: left;
	padding: 10px 10px 10px 0px;
}*/

.float_left 
{
   float: left;
   padding: 0px 10px 10px 0px;
}

#right_container {
	width: 117px;
        position: relative;
        float: right;
	padding: 10px 20px 0px 35px;
	text-align: justify;
	font-size: 10px;
        height: 380px;     
margin: 0 0 0 0;
}

#photo_1 {
	width: 60px;
	height: 68px;
	position: absolute;
	top: 140px;
	left: 50px;
}

#photo_2 {
	width: 60px;
	height: 68px;
	position: absolute;
	top: 180px;
	left: 95px;
}

#photo_3 {
	width: 60px;
	height: 68px;
	position: absolute;
	top: 230px;
	left: 35px;
}

#photo_4 {
	width: 60px;
	height: 68px;
	position: absolute;
	top: 270px;
	left: 110px;
}

#photo_5 {
	width: 60px;
	height: 68px;
	position: absolute;
	top: 305px;
	left: 60px;
}

table {
	margin: 0px 0px 0px 50px;
}

#footer {
	font-size: 9px;
	text-align: right;
	height: 20px;
	padding-top: 5px;
}

#footer a {
	font-size: 9px;
	text-align: right;
	color: black;
	text-decoration: underline;
}

.clear {
	clear:both;
	font-size:.1em;
}


#page_editor TEXTAREA, #page_editor INPUT
{
	width: 100%;
}

#page_editor_content_textarea TEXTAREA, #style_edit_content_textarea TEXTAREA
{
        width: 100%;
	height: 400px;
}

#administrative_tasks
{
        clear:both;
}

#item_list
{
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 400px;
}

.item
{
  margin: 0 auto;
  float: left;
  width: 100px;
  text-align: center;
  position: relative;
  margin-right: 5px;
}

.item_image
{
  text-align: center;
  width: 100px;}

#collection_list 
{
        clear: both;
}

.collection_logo
{
   clear: both;
   position: relative;
   text-align: left;
   padding-left: 100px;
}

#edit_item_title INPUT
{
   width: 100%;
}

#edit_item_description TEXTAREA
{
   width: 100%;
   height: 100px;
}

.clearboth
{
   clear: both;
}

.mover_form
{
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}