body,html {
	background			: url(images/back.jpg) repeat-y 50% 50%;
	height				: 100%;
    min-height			: 100%;
	}
	
p {
	font-size			: 14px;
	padding-top			: 0px;
	}

h1 {
	color				: #b51f21;
	margin				: 0px;
	padding				: 0px;
	font-size			: 18px;
	margin-bottom		: 10px;
	}
	
h2 {
	color				: #ba0000;
	margin				: 0px;
	padding				: 0px;
	font-size			: 16px;
	margin-top			: 10px;
	}
	
h2 a {
	text-decoration		: none !important;
	color				: #ba0000;
	}
	
h3 {
	color				: #b51f21;
	margin				: 0px;
	padding				: 0px;
	font-size			: 13px;
	}
	
.grey {
	color				: #787878;
	}
	
img {
	float				: left;
	margin				: 0 5px 5px 0;
	}

label {
	width				: 300px;
	}
	
#container {
	width				: 984px;
	margin				: 0 auto;
	padding				: 20px;
	padding-bottom		: 0px;
	min-height			: 95%;
	_height				: 95%;
	position			: relative;
	overflow			: auto;
	}

#logo {
	width				: 93px;
	height				: 167px;	
	background			: url(images/logo.jpg) no-repeat;
	float				: left;
	}
	
#title {
	width				: 860px;
	float				: left;
	border-top			: 1px solid #ba0000;
	margin-left			: 10px;
	}
	
#title p {
	font-weight			: bold;
	}

#menu {
	float				: left;
	margin-top			: 65px;
	margin-bottom		: 50px;
	}
	
#menu ul {
	margin				: 0px;
	padding				: 0px;
	float				: left;
	margin-left			: 10px;
	}
	
#menu li {
	width				: 118px;
	height				: 20px;
	float				: left;
	list-style			: none;
	margin-right		: 3px;
	border				: 1px solid #bcbdc0;
	background			: #fff;
	}
	
#menu li a {
	width				: 120px;
	height				: 20px;
	text-align			: center;
	float				: left;
	color				: #777;
	text-decoration		: none;
	}
	
#menu_current li:hover {
	background			: #c70000;
	}

#menu li a:hover {
	color				: #ba0000;
	}
	
#menu_current li a:hover {
	color				: #fff;
	}
	
#menu_current li {
	background			: #ba0000;
	}
	
#menu_current li a {
	color				: #fff;
	}

#main {
	min-height			: 300px;
	float				: left;
	margin-left			: 103px;
	padding-right		: 10px;
	}

#sponsor{
	width				: 881px;
	height				: 90px;
	margin-top			: 10px;
	float				: right;	
	/**position			: absolute;
	bottom				: 0;
	left				: 0;
	clear				: left;**/
	}
	
#sponsor p{
	color				: #787878;
	padding-bottom		: 0px;
	font-size			: 12px;
	}
	
#sponsor img {
	height				: 70px;
	float				: left;
	margin-right		: 45px;
	}