body{
	background: #2F7C97;
	margin: 0px;
	text-align: center;
}

body, td, textarea, input 
{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: #67B7D0;
}

a
{
	text-decoration: none;
	color: #ABD0E0;
	font-weight: normal;
	font-size: 10px;
	cursor: default;
	background: #2C748D;
	border-bottom: 2px solid #265B6E;
}

a:hover
{  color: #EBC2D0;
	text-decoration: none;
	border-bottom: 2px dotted #BFDDE8;
}
 h2 {
	font-size: 10px;
	color: #1F4F61;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 3px;
	background: #2C748D;
	border-bottom: 3px solid #265B6E;
   padding: 0px 2px 0px 2px;
}
#container { 
   position:relative;
	width: 451px;
	margin: 0px auto auto auto;
	text-align: left;
	}
	#header1
	{  position: absolute;
	 top: 0px;
	 left: 0px;
		background: url(images/img.jpg) no-repeat;
		height: 300px;
		width: 301px;
	}
	
	#content {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 301px; 
	padding-left: 1px;
	background: url(images/tlo.jpg) repeat-y; 
	text-align: center;
	padding-bottom: 50px;
	
}
	#content2
	{
		width: 291px;
		text-align: justify;
      margin-left: 3px;
		margin-right:4px;
	}
	
#menu {
position: absolute;
top: 200px;
width: 150px; 
left: 304px;
line-height: 15px;

}
input, textarea
{
	background: transparent;
	border: 1px dashed #81C1DD;
	padding: 1px;
}
hr {
	height: 1px;
	color: #2C748D;
	background: #2C748D;
}


