@charset "UTF-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FA0001;
	background-repeat: repeat-x;
	background-image: url(images/gradient.jpg);
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0px;
}
h1 {
	font-family: Garamond;
	font-size: 2.5em;
}

a {
	color: #333333;
}

#footer {
	margin-top: 50px;
	text-align: right;
}

img {
	border: 10px solid #000000;
	margin: 10px;
}

#container {
	width: 800px;
	background-color: #fff;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#video {
}

#header {
	padding-right: 15px;
	border-bottom-width: 1px;
	padding-top: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	background: url(images/headbg.gif) repeat-x;
	margin-right: -30px;
	margin-left: -30px;
	padding-bottom: 27px;
}

#hometext {
	text-align: left;
}

#container #header a {
	padding-right: 10px;
	font-weight: lighter;
	line-height:24px;
}

.infobox {
	position:relative;
    border:1px solid #000; 
    background-color:#CCC;
    width:300px;
    padding:5px;
    }
.infobox img {
	position:relative;
	z-index:2;
    }
.infobox .more {
	display:none;
    }
.infobox:hover .more {
	display:block;
    position:absolute;
    z-index:1;
    left:-1px;
    top:-1px;
    width:300px;
    padding:78px 5px 5px;
    border:1px solid #900;
    background-color:#FFEFEF;
    }

