@charset "utf-8";
/* CSS Document */

/* Author: Dave Harvey 08/2010 */
/* UKFootie - main css */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.8em;
	background-color: #ff3333;
	color: #000000;
	margin-top:0px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	width:100%;
	
}



#container {
	
	position:absolute;
	top:0px;
	margin-left: 0 auto;
	margin-right:0 auto;
	width:100%;

}

#amazon{
	position: absolute;
	z-index:100; 
	padding:4px; 
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
	background-color:white;
	border:1px black solid;

}

#main {
	margin-top:10px;
	margin-bottom:10px;
	width:950px;
	border: #cc0000 5px solid;
	padding: 10px;
	overflow:hidden;
	background-color: #FFFFFF;
	margin-left: 0 auto;
	margin-right:0 auto;
	text-align:center;

}

#middleContent{
	float:left;
	height: 100%;
	background-color: #FFFFFF;
	width: 930px;
	margin: 10px;
	text-align:left;
}

#titleimage {
	height: 150px;
	width:600px;
	text-align:center;
	background-position:center;
	background-image:url(images/ukf_new.jpg);
	margin-left: 0 auto;
	margin-right:0 auto;

}

h1 {
	font-size:1em;	
}
h2 {
	font-size:1em;	
}

img { border:0px ;}

a.button {	
    border: #cc0000 1px solid;
    color: #000000;
    font-weight: bold;
	min-width:150px;
	min-height: 25px;
	display:inline-block;
    cursor:pointer;
    background-color: white;
    padding: 8px;
    text-decoration: none;	
	vertical-align:middle;
	text-align:center;
}

a.button:link { 	
	color: black;	
	background-color: white; 	
	text-decoration: none;	
}


a.button:hover { 	
	background-color: #ff3333; 	
	color: black;	
	text-decoration: underline;	
}

td { 
	text-align:left;
}

#middlecontent td a{
	text-align:center;	
}

SELECT { 
	font-size: 0.9em;
}

.head {
	background-color: #cc0000;
    color: white;
	font-weight: bold;
}

a:hover{
	color:black;	
}

h1.head {
	font-size:3em;
}

.imghead {
	border:1px black inset;
}

a.button2 {	
    border: #cc0000 1px solid;
    color: #000000;
    font-size: 0.9em;
    margin: 0px;
    min-height: 15px;
    min-width: 100px;
    cursor:pointer;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    padding: 2px;;
	display:inline-block;
    text-decoration: none;	
}

a.button2:link { 	
	color: black;	
	background-color: white; 	
	text-decoration: none;	
}


a.button2:hover { 	
	background-color: pink; 	
	color: black;	
	text-decoration: underline;	
}


a.button3 {	
    border: #cc0000 1px solid;
    color: #000000;
    font-size: 0.9em;
    margin: 0px;
    height: 15px;
	min-height: 15px;
	min-width:130px;
	display:inline-block;
    width: 130px;
    cursor:pointer;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    padding: 1px 2px 1px 2px;
    text-decoration: none;	
}

a.button3:link { 	
	color: black;	
	background-color: white; 	
	text-decoration: none;	
}


a.button3:hover { 	
	background-color: pink; 	
	color: black;	
	text-decoration: underline;	
}

a.button4 {	
	
}

a.button4:link { 	
}


a.button4:hover { 	
	color: black;	
}

a.head {
    color:white;
    text-decoration:underline;
}
a.head:hover {
    color:white;
    text-decoration: none;
}
.small {
	text-align:center;
	font-size: 0.8em;
}



	



