/**
	MAINCSS FILE FOR RUM - RUGBY UNION MAURITIUS

	Developed by IQ2.AT DECEMBER 2005
	Copyright by IQ2.AT DECEMBER 2005
	
	RUM - Rugby Union Mauritius is a webproject
	maintained by geteric.com in cooperation with IQ2.AT. 
	
	Projectfacts: 
	
	Startup-Page: December 10, 2005
	Main-Release: March 20, 2006
	
	Have fun!

*/	
	
html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	padding: 0; 
	border: 0; 
	margin: 0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height: 100%; /* fix height to 100% for IE */
	width: 100%; 
	max-height: 100%; /* fix height for other browsers */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	padding: 0; 
	border: 0;
	margin: 0; 
	background: #f5f5f5 url(../images/background.gif) repeat;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #2F2F2F; 
	text-align: center;
}
li {
	list-style: none;
}

/**
	COMMON STYLES FOR LINKS
*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #AFB1B2;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	color: #AFB1B2;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #AFB1B2;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;	
	color: #AFB1B2;
}

/**
	COMMON CONTENT STYLES (ANNOUNCEMENT / MAINCONTENT / LOGO)
*/
#contentwrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#maincontent {
	position: absolute;
	width: 108px;
	height: 216px;
	margin-top: -108px;
	margin-left: -54px;
	top: 50%; 
	left: 50%;
    text-align: left; 
}

/*
	NAVIGATION CSS ROLLOVERS
*/
#navlist { 	
	width: 108px;
	height: 216px;
	padding: 0;
	border: 0;
	margin: 0;
}

ul#navlist li {
	float: left;
}
#logo {
	display: block;
	width: 108px;
	height: 193px;
	padding: 0;
	border: 0;
	margin: 0;
	background: url(../images/logo.gif) no-repeat 0px;
}
#nav01a {
	display: block;
	width: 108px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../images/enter_off.gif) no-repeat 0px;
}
#nav01a { background-image: url(../images/enter_off.gif); }

a#nav01a:hover { background-image: url(../images/enter_over.gif); }


.hide {
	display: none;
}