/* CSS Document */

html, body {
  height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
	color: #FDBB5F;
	line-height: 150%;
	background-color: #C8E08D;
}
 

#content {
	width : 511px;
	background:url(../images/rightside_corner_frontpage.jpg) 
	top right repeat-y;
margin-right : auto;
  margin-left : auto;
  margin-top : 30px
  padding : 5px;
	text-align : left;
	background-color: #000000;
	
}
a, a:link, a:visited {
  color: #FDBB5F;
  text-decoration: none;
  border-bottom: 1px dotted #F05F7B;
}

#text {
	margin-left: 10px;
	margin-right: 10px;	
}

 #nav {
	position: relative;
	right: 5px;
	top: -5px;
	z-index: 1100;
	width: 125px;
	height: 125px;

	padding: 7px 2px 2px 0px;
	float: right;
	font-size: 12px;
	margin-left: 30px;
	background-image: url(../images/nav_background.gif);
	background-repeat: no-repeat;	
	}
	
	#nav a, #nav a:link, #nav a:visited {
	color: #000000;
	font-family: "Trebuchet MS", Tahoma;
	text-decoration: none;
	border-bottom: 1px dotted #F05F7B;
	font-size: 14px;
	}

#frontpageimage
{
	margin-right: 12px;
}
 