﻿/* CSS layout for Dick Laidler Â© 2010 Euan Raffel */

/* page layout template */

#masthead {
width:860px;
}

#top_nav {
margin-left: 5px;
width:645px;
}

#page_content {
margin-top:20px;
width:850px;
}

#footer {
margin-top: 20px;
width:860px;
}

/* table layout properties */

.tbl {
margin-top: 20px;
margin-bottom: 20px;
background-color: #ffffff;
}

body {
background: #99d98f;
color: #000000;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* text formatting - general */

h1 {
color:#09a603;
font-weight:normal;
font-size: 48px;
margin: 5px 5px 5px 5px;
}

p {
font-style: normal;
font-weight: normal;
margin: 5px 5px 5px 5px;	
}

a:link {
color: #09a603;
text-decoration:underline;
}

a:visited {
color: #006600;
text-decoration:underline;
}

a:hover {
color: #64bf56;
text-decoration:underline;
}

/* text formatting - div specific */

#masthead p {
color:#64bf56;
margin: 5px 0px 5px 5px;
}


#masthead h2 {
color:#64bf56;
font-weight:normal;
font-size: 32px;
margin: 5px 0px 5px 5px;
}


#top_nav p{
color: #000;
font-size: 18px;
}

#page_content p {
color: #000000;
font-size: medium;
}

#page_content h2 {
color: #000000;
font-weight: normal;
font-size: large;
text-decoration: underline;
margin-bottom: 20px;
}


#footer p{
color: #000066;
text-align: right;
font-size:x-small;
margin: 0px 5px 10px 5px;	
}

#footer a:link {
color: #ff0000;
text-decoration: underline;
}

#footer a:hover{
color: #ff0000;
text-decoration:underline;
}

#footer a:visited {
color: #990099;
text-decoration:underline;
}

/* picture elements */

.portrait {
margin: 10px 20px 10px 10px;
border: 1px solid #000;
}

.ecrw {
border: 0px;
}

.gallery {
border: 0px;
margin: 15px;
}

.gal_aln {
text-align: center;
}

/* CSS layout end */
