/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
table-layout:fixed;
	border-collapse: collapse;
	border-spacing: 0;
}

/** page ***/


#content{
width:900px;
margin:0 auto;
border:1px solid;
}
#header{
    padding-top:1em;
    color: #fff;
    background-color:#a8d18d;
    clear: left;
    text-align: center;
	line-height: 15px;
}

#header,.aut{
	font: bold 15px Georgia, serif;
}
#heading{
	font: bold 35px Georgia, serif;
}
.aut{
background:#c5e0b5;
height:50px;
padding-top:1em;
padding-bottom:1em;
}

.search-box{
font: bold 15px Georgia, serif;
margin:0 auto;
margin-top:3%;
}
.left-sea{
float:left;
width:40%;
height:100px;
margin-left:6%;
border:solid #c5e0b5;
  padding: 6px;
}
.bot-text{
background-color: #c5e0b5;
    padding: 6px;
    font-size: large;
	
}
.bot-but{
Margin: 3% 0 0 30%;
background-color: #c5e0b5;
    padding: 6px;
    font-weight: bold;
}
.right-sea{
float:left;
width:40%;
height:100px;
margin-left:1%;
border:solid #c5e0b5;
  padding: 6px;
}
.tl,.tr{
font: bold 20px Georgia, serif;
color:#000;
}
.tl{
display:block;
float:left;
width:50%;
}
.tr{
display:block;
float:right;
width:50%;
}
#example{
margin:0 auto;
}
thead{
background-color:#c5e0b5;
font: bold 16px Arial,Georgia, serif;
}
tbody{
font: bold 15px serif,Georgia;
text-align:center;
}
td,th,tr{
vertical-align: center;
border:2px solid #ccc;
padding:2px;
}
th{
border:none;
text-align:center;
padding:5px;
}
