/*-------------------- Cascading Style Sheets for mensheds.com.au --------------------*/
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url("../images/men_fback.jpg");
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
H1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #006600; 
	text-decoration: none
}
H2 {
	font-size: 14px; 
	font-weight: bold; 
	color: #009900; 
	text-decoration: none
}
H3{
	font-weight: bold;
	color: #006699;
	font-size: 14px;
}
H4 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
H5 {
	font-size: 14px; 
	font-weight: bold; 
	color: #FF9900; 
	text-decoration: none
}
H6 {
	font-size: 14px; 
	font-weight: bold; 
	color: #009999; 
	text-decoration: none
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}



/*-------------------- layout-divs --------------------*/
#main-container{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../images/front_bak.jpg);
	background-repeat: repeat-y;
}
#main-header{
	width: 750px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
#main-image{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#main-content{
	width: 450px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: left;
}
#main-left {
	width: 180px;
}



/*-------------------- login --------------------*/
#main-login {
	float: left;
	width: 	160px;
	padding: 10px;
}



/*-------------------- main-nav --------------------*/
#main-nav-container {
	width: 750px;
	background-color: #333333;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
#main-nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	width: 750px;
	background-color: #333333;
	clear: both;
}
#main-nav ul {
	list-style-type: none;
	height: 20px;
	border-left: solid 1px #333333;
	margin: 0 0 0 10px;
}
#main-nav li {
	float: left;
}
#main-nav li a {
	color: #FFF;
	text-decoration: none;
	border-right: solid 1px #333333;
	padding: 0 13px 0 12px;
	display: block;
	float: left;
}
#main-nav li a:hover {
	background-color: #666666;
}
#main-nav li.act a {
	font-weight: bold;
	background-color: #4B4B4B;
}
#main-nav li.act a:hover {
	background: #666666;
}


/*-------------------- Right side-column --------------------*/
#right-container {
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
#login-head {
	width: 235px;
}
#login {
	width: 235px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}
#sponsors-head {
	width: 235px;
}
#sponsors-donate {
	width: 235px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sponsors {
	width: 200px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	float: left;
}
#sponsors a:link {
	color: #990000; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11.5px; 
	font-weight: normal
}
#sponsors a:visited {
	color: #990000; text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11.5px; 
	font-weight: normal
}
#sponsors a:hover {
	color: #000000;	
	font-size: 11.5px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;	
	text-decoration: underline;
}


/*-------------------- News --------------------*/
.news-latest-container {
	color: #333;
}
.news-latest-container a:link {
	color: #006699;
	text-decoration: none;
}
.news-latest-container a:hover {
	color: #003366;
}
.news-latest-container a:active {
	color: #33CCCC;
}
.news-latest-container a:visited {
	color: #006699;
	text-decoration: none;
}
.news-latest-date {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.clearer {
	height:0px;
	border-bottom:1px solid #eaeaea;
}
.news-latest-morelink {
	padding:0 5px 15px 0;
	margin-top:-6px;
}

/*-------------------- footer --------------------*/
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #999999;
	width: 750px;
	clear: both;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #ECE9D8;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer-copyright-l {
	float: left;
	width: 	380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#footer-copyright-r {
	float: right;
	width: 	350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#footer-copyright-r a:link {
	color: #999999;
	text-decoration: none;
}
#footer-copyright-r a:hover {
	color: #333333;
}
#footer-copyright-r a:visited {
	color: #999999;
	text-decoration: none;
	}
#footer-copyright-r a:active {
	color: #cc6600;
}
#footer-copyright-l a:link {
	color: #999999;
	text-decoration: none;
}
#footer-copyright-l a:hover {
	color: #333333;
}
#footer-copyright-l a:visited {
	color: #999999;
	text-decoration: none;
	}
#footer-copyright-l a:active {
	color: #cc6600;
}
