body {	
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#7F0032;

}

#wrapper {
		min-width:750px;
		background-image: url(../images/bg_redwhite.gif);
		background-repeat: repeat-y;
		background-position: left;
}

#inner-wrap {
		background-image: url(../images/bg_red.gif);
		background-repeat: repeat-y;
		background-position: right;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 100%;
	background: #0000DD url(http://www.ndhockey.com.au/images/nd_logo.gif) right top no-repeat;
}

#titlestrip {
	height: 100px;
	width: 100%;
	text-align:center;
	background:url(http://www.ndhockey.com.au/images/nd_logo.gif) left top no-repeat;
}
#menustrip {
	height: 40px;
	width: 100%;
	background-image: url(http://www.ndhockey.com.au/images/menustrip.gif);
}

#content {
	
	margin: 20px 175px 10px;
	background-color:#FFFFFF;
}

#sidebar-left {
	float:left;
	color: #FFCD51;
	width: 150px;
	margin: 0px 0px 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebar-right {
	float:right;
	color: #FFCD51;
	width: 160px;
	margin: 0px 0px 10px;
	text-align:center;
	padding: 10px 0px 0px;
}



#footer {
	width: 100%;
	clear: both;
	background: #7F0032 url(../images/leftcnr.gif) top left no-repeat;
	color: #ffe6a8;
	font-size:10px;
	text-align:center;
}

#footer-wrap {
padding: 35px 0px 5px;
background: url(../images/rightcnr.gif) top right no-repeat;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#0000DD;

}
a:hover {
	text-decoration:underline;
	color:#0000DD;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}

h3 {
	font-size: 14px;
	font-weight:normal;
	color: #7F0032;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #7F0032;
}

img {
	border:none;
}

a {
	outline:none;
}

.upcoming {
	width: 140px;
	border: 2px solid #FFCD51;
	background-color: #CE89A4;
	color: #000000;
	padding: 5px;
	font-size:11px;
	}
	
#sidebar-left a:link, #sidebar-left a:active, #sidebar-left a:visited, #sidebar-right a:link, #sidebar-right a:active, #sidebar-right a:visited, #footer a:link, #footer a:active, #footer a:visited {
	color: #ffe6a8
}

#sidebar-left a:hover, #sidebar-right a:hover, #footer a:hover {
	color: #ffffff;
	background-color:#7F0032;
}

#footer a:link { text-decoration:underline;}


table.photothumbs {
	text-align: center;
}
table.photothumbs td {
	padding: 10px;
}
table.photothumbs img {
	border:thin solid #000000;
}

.results {
	border: thin solid #000000;
	margin-left: 30px;
}

table.results td {
	padding: 2px 5px 2px 5px;
	border-bottom: thin solid #666666;
}

.newsitems {
	margin:0px 15px;
	padding:0px;
}

.newsitems div {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border:1px solid #CCCCCC;
	background: #FFFFFF url(../images/news_grad.jpg) top repeat-x;
}

.newsitems div div {
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
}

.newsitems .n_date {
	display:block;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:10px;
	color:#333333;
}

.h_list {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.h_list li {
	display:inline;
	padding:0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

 a.greylink:link, a.greylink:visited, a.greylink:active {
	text-decoration:none;
	color:#333333;

}
a.greylink:hover {
	text-decoration:underline;
	color:#666666;
}