﻿/* CSS layout */
html {
	background-position: center;
	background-image: url('../images/bkg.jpg');
	background-repeat: repeat-y;
}
body {
	font-family: Calibri;
	font-size: .8em;
}
#masthead {
	margin: auto;
	background-position: -2px;
	position: relative;
	width: 985px;
	height: 130px;
	min-width: 950px;
	background-image: url('../images/header_new_logo.jpg');
	border-top-color: #CCCCCC;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#container {
	margin: auto;
	position: relative;
	width: 985px;
	min-width: 950px;
	background-repeat: repeat-y;
	clear: both;
	clip: rect(0px, auto, 0px, auto);
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#left_col a {
	color: #FFFFFF;
}
#left_col a:hover {
	color: #333333;
	background-color: #FFFFFF;
}
#menu {
}
#page_content {
	margin-right: 200px;
	margin-left: 190px;
	clear: both;
}
#right_col {
	width: 190px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	padding-right: 5px;
}
#right_col a {
	color: #0000FF;
}

#footer {
	margin: auto;
	height: 20px;
	min-width: 950px;
	background-repeat: repeat-x;
	clear: both;
	width: 985px;
}
#footer_image {
}
a:hover {
	color: #CC0000;
}

.center {
	text-align: center;
}
.p_footer {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: xx-small;
	text-indent: 200px;
}
hr {
	color:#cc0000;
background-color: #cc0000;
height: 1px;
}
.divStyle1 {
	padding: 0px 5px 0px 0px;
	width: 48%;
	float: left;
	background-color: #FFFFFF;
	overflow: inherit;
	margin-top: 10px;
	clear: right;
	margin-right: 0px;
}
.divStyle2 {
	padding: 0px 5px 0px 5px;
	width: 48%;
	float: left;
	background-color: #FFFFFF;
	overflow: inherit;
	clear: right;
	margin-top: 10px;
}
.address {
	font-size: xx-small;
	color: #FFFFFF;
	text-align: center;
}
.p_no_margin {
	margin-bottom: 0px;
	margin-top: 0px;
}
.image_centered {
	margin-bottom: 0px;
	margin-top: 0px;
	font-variant: small-caps;
}
.uppercase {
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}
.div_tourney {
	margin-top: 10px;
	border: 1px dashed #333333;
	padding: 1px;
}
.align_left {
	text-align: left;
}
.align_left_0_margin {
	text-align: left;
	margin-top: 0px;
}
#page_content2 {
	margin-left: 190px;
	clear: both;
}
.copyright {
	text-align: center;
	font-size: xx-small;
	margin-right: 20px;
}
#page_content3 {
	margin-left: 5px;
	clear: both;
}
