@charset "utf-8";
/*Designed by Trine Paerata - trine@lotsa.com.au */

/*menumain*/

#menumain ul
{
	list-style: none;
	padding: 15px;
	margin: 0px;
	background-color:#003366;
	width:200px;
	position:fixed;
	left:30px;
	top:100px;
		
}

#menumain a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;

	
}

#menumain a:hover
{
	color: #F41368;
	font-weight: bold;
	text-decoration:none;
	
}

#menumain a:active
{
	color: #F41368;
	font-weight: bold;
	text-decoration:none;
	
}

/*menu*/
#menu ul
{
	list-style: none;
	padding: 15px;
	margin: 0px;
	
}

#menu li
{
	margin: 0px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	line-height:normal;
	width: 185px;
	background: url(../images/menu_pic.jpg) bottom  no-repeat;
	
} 

#container
{
	background:url(../images/menu_bg.jpg) no-repeat top left;
	background-color: #495482;
	
}

#menu 
{
	
	
	
}

#menu a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;

	
}

#menu a:hover
{
	color: #F41368;
	font-weight: bold;
	text-decoration:none;
	
}

#menu a:active
{
	color: #F41368;
	font-weight: bold;
	text-decoration:none;
	
}

#menu select
{
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	
}




/*end menu*/


/*list*/

ul
{
	list-style: circle;
	padding-left: 30px;
	margin-left: 30px;
}


li
{
	margin-left: 20px;
	text-align: left;
	padding: 0px 5px 10px 10px;
	line-height: 18px;
	
	
}

/*end list*/


#content {
	height: expression ('1000px'); 
	min-height: 1000px;
	background-color:#ffffff;
}


