﻿/* World of Coracles website */
/* Copyright 2010 - Euan Raffel */

body {
background-color: #6699ff;
}

/* text */

#head h1 {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #ffff66;
font-size: 24px;
font-weight: bold;
margin-top: 10px;
text-align:center;

}

#head p {
text-align:center;
}

#body h1 {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #0066ff;
font-size: 20px;
font-weight: normal;
margin: 10px 10px 20px 10px;
text-decoration: underline;
}

#body h2 {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #0066ff;
font-size: 18px;
font-weight: normal;
margin: 10px;
}

#body p {

font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #0066ff;
font-size: 14px;
font-weight: normal;
margin: 10px;

}

.c {
text-align: center;
}

.l {
text-align:left;
}

.r {
text-align:right;
}

#body a:link {

color: #000066;
text-decoration: none;
font-style: normal;

}

#body a:hover {

color: #000066;
text-decoration: underline;

}

/* Layout */

#head {

background-color: #6699ff;
position: absolute;
	top: 10px;
width: 760px;
height: 112px;
border: 1px solid #ffff66;

}

#body {

background-color: #fff;
border: 1px solid #6699ff;
position: absolute;
	top: 132px;
width: 760px;

}

/* design */

#tl {

position: absolute;
	top: -1px;
	left: -1px;

}

#tr {

position: absolute;
	top: -1px;
	right: -1px;
	
}

#bl {

position: absolute;
	bottom: -1px;
	left: -1px;
	
}

#br {
	
position: absolute;
	bottom: -1px; 
	right: -1px;
	
}

#tlbod {

position: absolute;
	top: 0px;
	left: 0px;

}

#trbod {

position: absolute;
	top: 0px;
	right: 0px;
	
}

#blbod {

position: absolute;
	bottom: 0px;
	left: 0px;
	
}

#brbod {
	
position: absolute;
	bottom: 0px; 
	right: 0px;
	
}

.link {
margin: 0px 5px 0px 5px;
border: 0px;
}