/* --- links --- */	

a:link {
	background: transparent;
	color: #000;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #666;
	text-decoration: none;
	}

a:hover, a:focus {color: #30f; text-decoration: none;}

/* --- text formatting --- */	

h1, h2, h3, h4, h5 {font-family: Arial, Verdana, Helvitica, sans-serif;}
h6 {font-family: Arial; color:black; text-align: center;}


p.page          { text-align: right }



/* --- specific divs --- */	

body	{
		background-color : #fff;
		background-repeat : no-repeat;
		font-family : Arial, Verdana, Helvitica, sans-serif;
		}

/* --- top ac logo box --- */
#header {
	position: absolute;
   	margin-top: 0px; 
	margin-left: 100px;
	width: 800px;
	height: 100px;
	} 

/* --- wordbar box --- */
#wordbar {
	position: absolute;
   	margin-top: 95px; 
	margin-left: 100px;
	width: 800px;
	height: 15px;
	} 

/* --- navigation box --- */
#nav {
	position: absolute;
    background: #f33;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 114px; 
	margin-left: 100px;
	width: 100px;
	height: 923px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	} 

#page_box {
	position: absolute;
    background: #fff;
	margin-top: 114px; 
	margin-left: 206px;
	width: 696px;
	height: 926px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}

/* --- page image --- */
#page_image {
	position: absolute;
   	margin-top: 120px; 
	margin-left: 208px;
	width: 420px;
	height: 50px;
	}

#page_content {
	position: absolute;
    background: #fff;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 12px;
	margin-top: 180px; 
	margin-left: 208px;
	padding: 0.25em 0.25em 0.25em 0.50em;
	width: 685px;
	height: 850px;
	}

#page_content_listing {
	position: absolute;
    background: #fff;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 12px;
	margin-top: 180px; 
	margin-left: 208px;
	padding: 0.25em 0.25em 0.25em 0.50em;
	width: 680px;
	height: 300px;
	}

	#page_content_listing a:link {color: #000; border-bottom: 1px dotted #f33;}
	#page_content_listing a:visited {color: #000; border-bottom: 1px dotted #900;}
	#page_content_listing a:hover {text-decoration: none; color: #f33; border-bottom: 2px dotted #f33;}

#page_content_table {
	position: absolute;
    background: #fff;
	color: #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
    font-size: 12px;
	margin-top: 450px; 
	margin-left: 208px;
	padding: 0.25em 0.25em 0.25em 0.50em;
	width: 685px;
	height: 250px;
	border-top: 3px solid #f33;
	}
	
#adobe_link {
    float: left;
    display: inline;
	background: #fff; 
    margin: 0;
	padding: 0 15px 0 10px;
	width: 600px;
	height: 20px;
	font-family : Arial, Verdana, Helvitica, sans-serif;
    font-size: 11px;
	color: #000;
	border:: 1px solid #000;
}

#adobe_link a:link {color: #fff; border-bottom: none;}
#adobe_link a:visited {color: #fff; border-bottom: none;}
#adobe_link a:hover {text-decoration: none; color: #fff; border-bottom: none;}
#adobe_link a:focus, a:active {outline: none;}

div#header img {border: none;}

/* --- tables ---*/

table#rentals {width: 675px; margin: 0;}
table td {padding: 5px; border-width: 0; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 12px}

table#listings {width: 675px; margin: 0;}
tr#headings {font-weight: bold;}
table td {padding: 5px; border-width: 0; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 12px}

table#other {width: 675px; margin: 0;}
td#other {padding: 5px; border-width: 0; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 11px}

/* --- tables end ---*/













