html{
	height:100%;
}
img{
	border : 0px;
}
body {
	margin: 0;
	background: #fff;
	color: #333;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: none;
	overflow: none;
}
#main{
	padding : 0;
	width : 900px;
	margin : 30px auto 0;
}

#header{
	background: #eee;
	height : 72px;
	padding : 0;
	margin : 0;
	background-image : url('/images/header.jpg');
	background-attachment : scroll !important;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position: 50% 0%;
	border: 1px solid #999;
}

#headermenu, #footermenu{
	background: #fff;
	padding : 0;
	margin : 5px 0;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
	border-bottom: 0px solid #999;
	text-align: right;
	width:900px;
}

#content{
	clear: both;
	background: #eee;
	background-image : url('/images/flowersmall.jpg');
	background-attachment : scroll !important;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position: 100% 100%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 30px 0px 10px 60px;
	margin: 0;
	height : 350px;
}

#contenttext{
	height : 340px;
	line-height:18px;
	text-align:justify;
	letter-spacing: 3px;
	position : relative;
	width :580px;
	padding: 0;
	margin : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	overflow-y : auto;
}

.linkitem{
        m: expression(this.onmouseover =  new Function("this.className = 'linkitem-hover';"));
   	display: inline;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	height:20px;
	padding: 2px 2px 2px 4px;
	margin: 0px 0px 0px 1px;
	border: #aaa solid 1px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	text-decoration: none;
	background: #fff;
	color: #000;
	cursor: pointer;
	cursor: hand;
}
.linkitem:hover, .linkitem-hover {
   	display: inline;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	height:20px;
	padding: 2px 2px 2px 4px;
	margin: 0px 0px 0px 1px;
	border: #aaa solid 1px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	background: #eee;
	color: #000;
	m: expression(this.onmouseout = new Function("this.className = 'linkitem';"));
	cursor: pointer;
	cursor: hand;
}

#footer{
	clear: both;
	border-top: 1px solid #999;
	padding: 0;
	margin: 0;
	height:20px;
}

#lang{
	float : left;
	padding: 0;
	margin : -1px 0 -6px 0px;
	position:relative;
}

#copy{
	float : right;
	text-align : center;
	padding: 0;
	margin : 0;
	position:relative;
	color: #666;
}

label {
	cursor: pointer;
	cursor: hand;
}
label.align_text {
	font-size : 1.0em;
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

.my_textfield, .my_textarea{
	width : 400px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	line-height:18px;
	text-align:justify;
	letter-spacing: 1px;
	padding: 2px;
	margin : 0px;
	background : #fff;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#sendbutton{
	padding: 5px 8px 2px 2px;
	float: right;
	cursor:pointer;
	cursor: hand;
}

input:hover{
	cursor:pointer;	
	cursor: hand;
	background: #fff;
}

input{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
 	font-weight: normal;
	padding: 2px;
	margin : 0px;
	background : #eee;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #eee;
}

legend {
	font-weight: normal;
	font-size : 1.0em;
	background: #fff;
	padding: 5px;
	margin : 10px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

fieldset {
	margin: 10px 0px;
	padding: 15px;
	border : #333 solid;
	border-width : 0px 0px 0px 0px;
	width : 550px;
}

p:first-letter {
	font-size:x-large;
	float : left;
}
