﻿/* The Coracle Society */
/* Copyright 2009 - euan raffel | freelance website designer */

/* Layout */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #cf0000;
color: #000000;
}

#main {

background-color: #ffffff;
border: 2px solid #000000;
position: absolute;
	top: 25px;
width: 955px;

}

#head {

margin-top: 5px;
width: 955px;

}

#nav {
	
margin-top: 10px;
width: 955px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;

}

#body {

margin-top: 10px;	
width: 955px;

}

#foot {
width: 955px;
background-color: #336699;
color: #ffffff;
margin-bottom: 10px;
}

/* text */

.left {
text-align: left;
}

.center {
text-align:center;
}

.right {
text-align: right;
}

#head h2 {

font-style: normal;
font-weight: normal;

}

#nav p {
	
margin: 10px 10px 5px 10px;
text-align: center;

}

#body h2 {

font-weight: normal;
margin-top: 10px;
margin-left: 20px;

}

#body p {

margin-left: 20px;
margin-right: 20px;


}

#body li {
margin-right: 20px;
}

#body a:link {

color: #3366FF;
text-decoration: none;

}

#body a:visited {

color: #9900cc;
text-decoration: none;

}

#body a:hover {

color: #3366FF;
text-decoration: underline;

}

#foot p {

margin-left: 20px;
margin-right: 20px;
font-size: 10px;
}

#foot a:link {
color: #FFFFFF;
text-decoration: underline;
}

#foot a:hover {
color: #000000;
text-decoration: none;
}

#foot a:visited {
color: #FFFFFF;
text-decoration: underline;
}

/* design */

#tl {

position: absolute;
	top: -2px;
	left: -2px;

}

#tr {

position: absolute;
	top: -2px;
	right: -2px;
	
}

#bl {

position: absolute;
	bottom: -2px;
	left: -2px;
	
}

#br {
	
position: absolute;
	bottom: -2px; 
	right: -2px;
	
}

.imgrt {
float:right;
margin: 5px 20px 5px 10px;
}

.imglt {
float:left;
margin: 5px 10px 5px 10px;
}

.pdf {
float:left;
margin: 0px 5px 0px 5px;
border: 0px;
}


.link {
border: 0px;
}

.link2 {
vertical-align:middle;
border: 0px;
}

#body li {
padding-left: 5px;
list-style-position: inside;
}

#announcement {
border: 1px solid #cf0000;
background-color: #cf0000;
color: #ffffff;
}

#announcement h3 {
margin: 10px 0px 10px 20px;
text-decoration:underline;
}

#announcement2 {
border: 2px solid #cf0000;
background-color: #ffffff;
color: #cf0000;
margin: 0px 10px 0px 10px;
}
