﻿* {
				margin:0;
				padding:0;
				font-family:Calibri;
}
body {
				min-width:1024px;
				background:url('../gfx/body.png') bottom center fixed repeat-x;
}

.head {
				position:fixed;
				background-color:#FFFFFF;
				top:0px;
				left:0px;
				width:100%;
				min-width:1024px;				
				height:80px;
				min-height:100px;
				max-height:100px;
}
.title {
				position:fixed;
				top:80px;
				left:0px;
				height:100px;
				z-index:2;
}
.foot {
				position:fixed;
				bottom:0px;
				left:0px;
				width:100%;
				min-width:1024px;
				height:30px;
				min-height:30px;
				max-height:30px;
				background:url('../gfx/FootTopLine.jpg') top repeat-x;
				text-align:center;
				vertical-align:middle;
				font-size:14px;
				background-color:#FFFFFF;
}
.footText {
				letter-spacing:1px;
				margin:6px;
				color:#a0a0a0;
}


a {
				text-decoration:none;
				color:#a8272c;
}
