/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: none;
	background-repeat: repeat-x;
	font-family: "Comic Sans MS", textile, cursive;
	font-size: 10px;
	background-color: #0000FF;
	width: 800px;


}

#content{
	padding-top : 130px;
	padding-bottom : 30px;
	padding-left : 230px;
	padding-right : 20%;
	font-family: "Comic Sans MS", textile, cursive;
	font-size: 14px;
	color: #FFFF00;

}

#content h1 {
	font-family: "Comic Sans MS", textile, cursive;
	font-size: 120%;
	font-weight: normal;
	color: #FF0000;
	background-color : transparent;
	font-style: normal;

}

#content h2 {
	font-family: "Comic Sans MS", textile, cursive;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	background-color : #0000FF;
}

#content p{
	font-family: "Comic Sans MS", cursive;
	font-size: 80%;
	font-weight: normal;
	color: #FFFF00;
	line-height : 140%;
	text-align: left;

}

#logo{
	position : absolute;
	top : 30px;
	left : 30px;
	z-index : 50;
}

#script{
	position : absolute;
	top : 30px;
	right : 0;
	text-align : left;
	left: 196px;
	clip:   rect(auto auto auto auto);




}

#navigation{
	position: absolute;
	top : 202px;
	left : 56px;
	width : 140px;
	font-family: "Comic Sans MS", cursive;
	color: #FFFF00;
	font-size: 14px;



	
}

#navigation a{
	font-family: "Comic Sans MS", cursive;
	color : #FFFF00;
	background-color: transparent;
	font-size: 14px;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: "Comic Sans MS", cursive;


}
a {
	font-family: "Comic Sans MS", cursive;
	color: #FFFF00;
	text-decoration: underline overline;
}
u {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-transform: capitalize;
	color: #FF0000;
	font-weight: bold;
	background-color: #0000FF;
}
#content li {

	font-family: "Comic Sans MS", cursive;
	font-size: 80%;
	font-weight: normal;
	color: #FFFF00;
	line-height : 140%;
}
#content b {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #FF0000;
	font-size: 100%;

}
#content h3 {

	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #FF0000;
	font-size: 90%;
}
ul {
	font-family: "Comic Sans MS", cursive;
	color: #FF0000;
	background-color: #0000FF;
	line-height: 120%;
	font-variant: normal;


}
.leftimg {
	float: left;
	border: 3px solid #0000FF;

}
.blank {
	clear: both;
}
.rightimage {
	float: right;
	border: 3px solid #0000FF;


}
.signingoff {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
}
.Start {
	text-transform: capitalize;
	color: #FF0000;
	background-color: #0000FF;
	font-family: "Comic Sans MS", textile, cursive;
	font-style: normal;
	text-decoration: underline;
	display: inline;
	font-size: 120%;

}
.clear {
	text-decoration: none;
	background-image: none;
	display: none;

}
/*clear conceals text by using display none- use with a class eg <p class="clear">Saturday 19th. May</p>*/
