#header
{
	width:760px;
	border: 0px solid #999;
	margin: 0px;
	padding: 0px;
}

#topmenu
{
	width:760px;
	border: 0px solid #999;
	margin: 0px;
	padding: 0px;
}

#topmenu a:hover
{
background-color: #FFFF80;
}

#topmenu a:visited {
	color: #CC33FF;
}

#container
{
	width:760px;

	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #999;

	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
	xmargin: 1em .5%;
	overflow: hidden;
    position: relative;
    height: auto;

	background-image:  url(variation1.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	xbackground-position: 139px top;
	
}

* html #container
{ /*IE only style*/
	width:780px;
}

#leftmenu
{
	width:172px;
	float:left;
	xborder: 0px solid #999;
	padding: 1px;
	margin: 1px;
	xborder-right: 1px;
	xborder-right-style: dotted;
	xborder-right-color: #CCCCCC;
}

#leftmenu a
{
padding: 1px 0px;
display: block;
width: 100%;
text-decoration: none;
xfont-weight: bold;
border-bottom: 1px solid #EEEEEE;
}

#leftmenu a:hover
{
background-color: #FFFF80;
}

#leftmenu a:visited {
	color: #CC33FF;
}

#leftmenu p {
 margin-top: 0; 

}

#content1
{
	width:562px;
	float:right;
	border: 0px solid #999;
	padding: 4px;
	margin: 4px;
	background-image: url(pic_sydney.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#content
{
float:left;
width:550px;
min-height: 400px;
border: 0px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;

}

* html #content
{ /*IE only style*/
height: 400px;
}

#bottommenu
{
	width:760px;
	border: 0px solid #999;
	margin: 0px;
	padding: 0px;
}

#bottommenu a:hover
{
background-color: #FFFF80;
}

#bottommenu a:visited {
	color: #CC33FF;
}

#footer1
{
	width:760px;
	border: 0px solid #999;
	clear:both;
	margin: 0px;
	padding: 0px;
}


#footer2
{
	width:760px;
	border: 0px solid #999;
	clear:both;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

body
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
}

