.floatleft 

{ float: left; margin: 0px 5px 5px 0px; }

.floatright

{ float: right; margin: 0px 100px 5px 5px; }

#tick
{
position:fixed;
right:0px;
top:0px;
width:100px;
height:100px;
z-index:1;
background-image:url(Images/tick.png);
}

#top
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:175px;
	/*
	background-image:url(images/gradhole2.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:Transparent;
	*/
	z-index:1;
}

#slides
{
	position:absolute;
	right:0px;
	top:0px;
	width:690px;
	height:130px;
	border:double;
	background-color:#8CC3CA;
	background-image:url(images/topmenu3.gif);
	background-position:right top;
	z-index:0;
}


#menucontent
{

	position:absolute;
	top:0px;
	left:1px;
	width:160px;    	
	height:100%;
	background-image:url(images/maincontentgrad.gif);
	background-position:left bottom;
	background-repeat:repeat-x; 
	z-index:3; 
}

#maincontent
{
    position:absolute;
    left:1px;
    top:0px;
    width:664px;
    height:100%;
    overflow:auto;
    padding-left:3px;
    padding-right:3px;
    background-image:url(images/maincontentgrad.gif);
    background-position:left bottom;
    background-repeat:repeat-x;    
	z-index:3;
    
}


#bubblecontent
{
    position:absolute;
    left:1px;
    top:0px;
    width:124px;
    height:100%;
    overflow:visible;
    padding-left:3px;
    padding-right:3px;
    
    background-position:left bottom;
    background-repeat:repeat-x;    
	z-index:3;
}

.images
{
    border:0;
}


hr
{
	border:solid 1px #BBBBBB;
	height:1px;
}

