html {
	height:100%;
}
body {
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url(images/bg_pattern.jpg);
	background-repeat: repeat;

	
	height:100%;
	width:100%;
}
#outer{
   	height:100%;
	min-height:505px;
	width:775px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

	position:relative;
	z-index:1;

}
#heading{
  
    width:723px;
	height:112px;
	top:25px;
	left:27px;
    position: absolute;
	z-index:2;
}
#menu{
  
    width:106px;
	height:280px;
	top:240px;
	left:60px;
    position: absolute;
	z-index:2;
}
#content{
  
    width:590px;
	height:260px;
	top:240px;
	left:170px;
    position: absolute;
	z-index:2;
}
.content1 {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:13px;
	font-weight:bold;

	color:#454126;
}
.content1 a {
    color:#454126;

	text-decoration:none;
}
.content1 a:hover {
	color:#454126;
	text-decoration:underline;
}
.content2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454126;
}
.content2 a {
    color:#454126;

	text-decoration:none;
}
.content2 a:hover {
	color:#454126;
	text-decoration:underline;
}



.textfield1 {
	border-width:1px;
	border-style:solid;
	width:135px;
	line-height:16px;
	color:#666666;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textfield2 {
	border-width:1px;
	border-style:solid;
	width:360px;
	line-height:16px;
	color:#666666;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textfield3 {
	border-width:1px;
	border-style:solid;
	width:200px;
	height:100px;
	line-height:16px;
	color:#666666;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
INPUT.button1
{
	WIDTH: 60pt;
	height:18pt;
	CURSOR: hand;

	background-position:center;
	background-repeat:no-repeat;

	COLOR: #ffffff;
	background-color:#3f3e29;
	border:none;
	
	font-size : 12px;
	font-weight:bold;

	line-height: 12px;
	font-family:Arial, Helvetica, sans-serif;
}



