/* Designed By Lawrence Cumber 17th April 2007
*****Do not modify*****
*/
<!--Defination of Body -->
body  {
          font-family:  verdana, helvetica, Arial, sans - serif;
          background-color: #ffffff;
          padding: 15px;
          line-height: 125%;
          border: 4px solid black; 
          
}
td  {
border: 1px  solid black;
}
table  {
border-collapse:  collapse;
border:  1px  solid  black;
font-size: x-small;
}

th  {
text-align:  left;
background: gray;
color:  white;
padding:  0.2em;
}

td  {
border:  1px  solid black
padding:  0.2em;
}
ul {
margin-top: 15px;
}

<!-- Site Navigation -->
#navigation  {

color: black
font-weight: bold;
width: 150px; 
 border:  1px  solid black;
background:  green url(images/med0.jpg)  repeat-y right bottom;

}
h1  {
         font-size: x-large;
         color: green;
         
         padding-top: 2em;
         padding-bottom: .2em;
         padding-left: .4em;
         margin:  0;
         background:  black url(images/med1.jpg)  repeat-y right bottom;
}
h2 {
       font-size: 130%;
       font-weight: normal;
       padding-top: 14x;
}
.fun {
color: #339999;
font-family: Georgia, Times, serif;
letter-spacing: 0. 05em;
}
#tagline p {
font-style: italic;
font-family: Georgia, Times, serif;
background-color: #d66321;
border-top: 3px solid #ff9c4a;
border-bottom: 3px solid #ad0000;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 0;

}

#navigation a {
text-decoration: none
}
/*footer*/
#footer p {
line-height: 150x;
}

li  {
      font-size:  small
      list-style-type:  circle;
}

h2  {
      color:  white;
      font-size: medium;
      font-weight: normal;
      background-color: #632910;
}
h3  {
      color:  white;
      font-size: small;
      font-weight: normal;
      background-color: #632910;
}
p   {
     font-size: small;
     color: black;
}

a {
font-weight: bold;
}

a:link {
color: black;
}

a:visited {
color: gray;
}

a:hover {
text-decoration: none;
color: white;
background-color: navy;
}
a:active {
color: aqua;
background-color: navy;
}
em {
font-style: normal;
text-transform: uppercase;
}
/* This section deals with the position of items on the screen. It
uses absolute positioning - fixed x and y coordinates measured
from the top-left corner of the browser's content display.
*/
#navigation,  #bodycontent, #header { position: absolute;
}
#navigation,  #bodycontent {
top: 140px;
}
#bodycontent {
left: 200px;
}
#header {
width: 100%;
}
/* blocks*/
#redblock  {
                   position: absolute;
	top: 200px;
	left: 200px;
	background-color: red;
	width: 100px;
	height: 100px;
}
#yellowblock  {
	position: absolute;
	top: 200px;
	left: 200px;
	background-color:  yellow;
	color:  red;
	padding: 5px;
	width: 50px;
	height: 50px;
}
.feature  {
	float:  right;
	margin:  10px;
}
img  {
        border:  1px  solid white;
}
.galleryphoto  p  {
font-size:  65%;
font-weight:  bold;
margin-top:  0;
width:  430px;
line-height:  1.4em;
}


}