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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	font-style: normal;
	color: #FFFFFF;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(http://coralgablescountryclub.com/images/bg_damask2.jpg);
	background-color: #000000;
	background-repeat:repeat-x;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div {
	border:0;
}

p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	font-style: normal;
	color: #FFFFFF;
}

.style1 {
	font-size: 9px;
	line-height: 12px;
}

.style2 {
	font-size: 11px;
	line-height: 15px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ffd178;
}
a:active {
	text-decoration: none;
	color: #FFA909;
}

li {
	direction: ltr;
	text-align: left;
	padding-right: 5px;
}

table, td, tr, hr {
	background-color: #000000;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;
	border="0"
	cellspacing="0"
	cellpadding="0"
}

hr {
	background-image:url(http://coralgablescountryclub.com/images/hr.png);
	border: 0;
	width: 1015px;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

.oneColFixCtr #container {
	width: 1015px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* HEADER */

.oneColFixCtr #headerleftContent {
	background: #000000;
	width: 165px;
	height: 150px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	text-align:left;
	float: left;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #headerrightContent {
	background: #000000;
	width: 835px;
	height: 150px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	text-align:right;
	float: left;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
}

/* MAIN CONTENT */

.oneColFixCtr #mainContent {
	width: 1000px;
	height: 620px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background-image: url(http://coralgablescountryclub.com/images/bg_purplesetup.jpg);
	background-color: #000000;
	background-repeat:no-repeat;
	background-position:center center;
}

/* FOOTER */
.oneColFixCtr #footerleftContent {
	background: #000000;
	width: 450px;
	height: 115px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	text-align:left;
	float: left;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
}

.oneColFixCtr #footercenterContent {
	background: #000000;
	width: 100px;
	height: 115px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	text-align:right;
	float: left;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
}

.oneColFixCtr #footerrightContent {
	background: #000000;
	width: 450px;
	height: 115px;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	text-align:right;
	float: left;
	vertical-align:bottom;
	margin-left: auto;
	margin-right: auto;
}