﻿
/* Formatting and Appearance - top,right,bottom,left*/ 

.p1 { margin-bottom:10px;}
.txt0 { margin-left:10px; font-size:3em; color:#000080; font-weight:bold; font-family:Garamond;}
.txt1 { font-size:0.95em;}
.txt2 { color:#ffcc00;}
.font_small { font-size:small}
.font_medium { font-size:0.80em}
.header_align_center { text-align:center; color:#000080; font-family:"Arial Narrow"; font-size:x-large}
.content_align_center { text-align:center;}
.content_align_right { text-align:right;}
.p_image_align_center { text-align:center;}
.IMG_displayed { display: block; margin-left: auto; margin-right: auto; border:1px solid green; }
.IMG_border { border-bottom-style:outset; border-color:silver; border-width:thin }
	
/* Test and Referrence Coding*/ 

.rabbitbox {width:185px;float:right;padding:0px 0px 10px 10px;font-style:italic;font-family:Arial; 
font-size:x-small;text-align:center;}
.rabbitimage {border:1px solid green;}	

/* <div class="rabbitbox">
<img src="images/rparsons.jpg" width="185" height="261" alt="Rabbit" class="rabbitimage">
This is a dwarf lop rabbit called Jasper. He is 6 years old and likes to eat apples.
</div> */

	
.text_width_limit { text-align:center; width:30px }

#hr-50 {width: 50%;}

/* Test and Referrence Coding*/ 

/* Layout Template */ 

body {background-color: #FFFFCC; padding-top: 10px;}

#content-container {
 position: absolute;
 width: 800px;
 margin: 0;
 padding: 0px 10px 0px 10px;
 height: auto;
 z-index: 0;
 background-color: #FFFFCC;
} 
 
#lh-col{
 position: absolute;
 top: 151px;
 left: 0px;
 width: 180px;
 margin: 0;
 padding: 0px 0px 0px 10px;
 height: auto;
 z-index: 1;
 background-color: #FFFFCC;
 }

#rh-col{
 position: absolute;
 top: 161px;
 right: 0px;
 width: 160px;
 background-color:black;
 margin: 0px 10px 0px 0px;
 padding: 10px 22.5px 40px 22.5px;
 height: auto;
 z-index: 1;
 text-align: center;
 color:white;
 font-size:medium; 
 }

#hdr{
 height:150px;
 color:#333333;
 margin:0;
 padding: 0px 0px 0px 0px;
 background-color: #FFFFCC;
 } 
      
#c-col{
 position: relative;
 margin: 0 207px 20px 181px;
 padding: 20px;
 z-index: 3;
 background-color: #FFFFCC;
 }

