* {
	border:0;
	padding:0;
	margin:0;
}

a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

html, body {
	height: 100%;
}

body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

#container {
    position: relative;
    min-height: 100%;    
    background: url(./logo.jpg) no-repeat top left;
    background-position: 5% 0%;
    
}

#container a.ads{
    color:#000000;
}


#header {
	position:relative;
	height:150px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:200%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:120%;
	letter-spacing:-2px;
	text-align:right;
}

#navigation {
	background:#fafafa;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;	
	margin:0 auto;
	margin-top: 20px;	
	width:600px;
	height:30px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;	
	float:left;
	width:199px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:30px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

#content {
	/*height:auto;*/	
	margin:0 auto;
	padding:0 0 15px;
	padding-bottom: 50px;
	width:751px;
	border-top: 3px solid #5684BF;
}
#content h1 {		
	font-size:1.4em;
	padding:15px 0 0;
}
#content h2 {		
	font-size:1.1em;
	padding:15px 0 0;
}

#content p {
	padding:15px 0px 0;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	height: 60px;
	text-align:center;	
	margin:0 auto;
	margin-bottom: 10px;
	width:100%;
	border-top: 3px solid #5684BF;
}

input.word_edit {	
	position: absolute;
	left: 380px;
	top: 40px;
	font-variant:small-caps;
	font-size: 16px;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 200px;
	height: 23px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 


input.submit {
	position: absolute;
	left: 590px;
	top: 38px;
	width: 120px;
	height: 29px;
   	border-style:solid;
        border-color:#999;
	background-color:#fafafa;
   	border-width: 1px;
}

input.search_type1 {
	position: absolute;
	left: 270px;
	top: 68px;
}

input.search_type2 {
	position: absolute;
	left: 270px;
	top: 88px;
}

input.search_type3 {
	position: absolute;
	left: 270px;
	top: 108px;
}

input.search_type4 {
	position: absolute;
	left: 270px;
	top: 128px;
}

p.search_type_desc1 {
	position:absolute;
	left: 290px;
	top: 68px;
}

p.search_type_desc2 {
	position:absolute;
	left: 290px;
	top: 88px;
}

p.search_type_desc3 {
	position:absolute;
	left: 290px;
	top: 108px;
}

p.search_type_desc4 {
	position:absolute;
	left: 290px;
	top: 128px;
}




p.word_header {
	position:absolute;
	top:42px;
	left:180px;
}


hr {
  border:0;
  border-top: 1px solid #2F4F4F;
  height: 0;
  background: #2F4F4F;
}



