@media all  {
    .page-break { display:none; }
}

@media print  {
	.noprint  { display: none; }
	.page-break { display:block; page-break-before:always; }
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	background-position:center;
	background-color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: #000;
}
/* ===================== */
/* ! Basic page layout   */
/* ===================== */
#container {
	min-height:100%;
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#topmenu {
	background-color: #333;	
	border-top: solid 5px #333;
	padding-left:5px;
}
.topmenu_item_current{
	float:left;
	width:80px;
	background-color: #000;
	border-left: solid 1px #333;
	color: gray;
	text-align: center;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}
.topmenu_item_other{
	float:left;
	width:80px;
	text-align: center;
	color: #999;
	border-left: solid 1px #333;
	background-color: #555;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
a:hover .topmenu_item_other{
	background-color: green;
	color: white;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#header {
	background:#000;
	color:#999;
	border-bottom:solid 3px green;
	background-image: url("../images/banner.jpg");
	background-position: right;
	background-repeat: no-repeat;
	min-height:115px;
	height: auto !important;
	height: 115px;
}
#body {
	padding:5px;
	padding-bottom:71px;	/* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:71px;			/* Height of the footer */
}
#push {height: 74px;}	

/* ================ */
/* ! Body section   */
/* ================ */

#left_column{
	float:left;
	width: 170px;
}
#main_column, #main_column_full{
	float: left;
	overflow: hidden;
	margin-top:4px;
	margin-left: 25px;
	width: 500px;
}

#main_column_full{
	width:95%;
}

#animation{
	height:150px;
	background-color: black;
	color:#999;
	border: solid 1px black;
	text-align: center;
	font-size:1.5em;
	font-weight: bold;
	vertical-align: bottom;
}

#right_column{
	float:right;
	width: 170px;
	padding:1px;
}
div.module_menu {
	margin-top:5px;
	width:170px;
	padding:0px; 
	border:solid 1px gray; 
	text-align:left;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
div.module_menu h3 {
	margin-top: 0px;
	width:170px;
	background-color:black;
	text-align: center;
	color:white;
	font-size: 1em;
	font-weight: normal;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
div.module_menu table {
	padding-left: 5px;
	padding-bottom: 5px;
}
.menu {
	list-style: none;
	padding-left:3px;
}
.m_column_header{
	padding-left:3px; 
	padding-right: 3px; 
	background-color:black;
	text-align: center;
	color:white;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#find_club {
	width:170px;
	margin:0px;
	border-top:solid 1px transparent;
	border-bottom:solid 1px transparent;
}
#find_club a:link, #find_club a:visited {
	color: black;
	text-decoration: none;
}
#find_club a:hover {
	text-decoration: underline;
}

.hiddenPic {
	display:none;
}

.contentpaneopen {
	width:99%;
}

.contentheading{
	font-weight: bold;
}

/* ================== */
/* ! Footer section   */
/* ================== */
#footer_upper{
	padding-top: 3px;
	text-align: center;
}
#footer_lower{
	color: gray;
	font-size: 0.8em;
}
#footer_left{
	float:left;
	margin-left: 5px;
}
#footer_right{
	float:right;
	margin-right: 5px;
}


#title {
	font-size: 40px;
	font-weight: bold;
	margin-left:10px;
}
img {
	border-style: none;
}

a:link, a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.6em;
}
h3 {
	margin-bottom: 0px;	
}

ul {
	margin-left:0px;
}


