body {
background: #DDDDDD url(images/mandelrandom.jpg) 0px 0px
}

.borderdraw { 
position: absolute;
top: 0px;
left: 0px;
border-style: solid; 
height: 0px; 
line-height: 0px; 
/*position : relative;*/
border-width: 20px 20px 0px 0px; 
border-color: black white white;
width : 167px;

}

div.menutop {
background : black;
color: white;
position:absolute;
top: 0px;
left: 10px;
width: 130px;
font-weight: bold;
}


span.tab
{
font-weight:bold;

	border:1px solid #AAAAAA;
border-radius: 10px;
-moz-border-radius: 5px;

	color:black;
	background: #88CCFF;
	clear left;
	clear right;
font-size: 100%;

position:absolute;
top:10px;
left:190px;
border:1px solid black;
}

div.container
{
margin:0px;
padding:2px;
border:1px solid black;
border-radius: 10px;
-moz-border-radius: 5px;
line-height:150%;
background-color: #F7F7F7;
color: #000033;
width: 75%;
position:absolute;
left:210px;
top:30px;
background-repeat: no-repeat;
background-position: right;
background-attachment: fixed;
font-family: sans-serif;

}

span.navtabcontainer {
}

span.navtab {
	position: relative;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 120%;
	padding: 2px;
	border-radius: 10px;
	-moz-border-radius: 5px;
	display: block;
	
	
	color:black;
	background: #5599EE;
    background-image:url('images/navtab.gif');
}

div.navbar
{
font-size:75%;
font-family: sans-serif;

border-radius: 10px;
-moz-border-radius: 5px;


margin:0px;
border:1px solid #DDDDDD;
line-height:150%;
background-color: #FFFFFF;
color: #000033;
width: 160px;
left:13px;
top:30px;
position: absolute;

}

div.linkbuttons a:link {
	display: block;
	color: black;

	border-top: 4px;
	text-decoration: none;
	height: 22px;
	margin: 4px 0px;
	text-align: center;
    font-weight: bold;
    background-image: url('images/button1.gif');
}

div.linkbuttons a:visited {
	display: block;
	color: black;

	border-top: 4px;
	text-decoration: none;
	height: 22px;
	margin: 4px 0px;
	text-align: center;
    font-weight: bold;
    background-image: url('images/button1.gif');
}


div.linkbuttons a:hover {
    font-weight: bold;
    background-image: url('images/navtab.gif');

}



div.potato {
	position: fixed;
	left: 25px;
}

div.tomato {
	position: relative;
	text-align: center;
	margin: 2px;
}

div.top {
	text-align: left;
	background-color: black;
	color: white;
border:1px solid black;
border-radius: 10px;
-moz-border-radius: 5px;
	font-color: white;
}


div.flag {
	text-align:right;
}

div.toptext {
	color: white;
	font-family: sans-serif;
}

div.offpage {
    position: absolute;
    top: -100;
}

a:link {
color: #004499;
}

a:visited {
	color: #004499;
}

a:hover {
	color: #FF2222;
}

