html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, nav {
    margin:0;
    padding:0;
}

body {
    font:76%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

p {
    text-align:center;
}

img {
    border:0;
    margin-top:.5em;
}

table {
    width:90%;
    border-top:1px solid #e3f1fe;
    border-right:1px solid #e3f1fe;
    margin:1em auto;
    border-collapse:collapse;
}

tr.odd td,
tr.odd .column1 {
    background:#f4f9fe url(images/background.gif) no-repeat;
}

.column1	{
    background:#f9fcfe;
}

td {
    color:#678197;
    border-bottom: 1px solid #e3f1fe;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:center;
}

th {
    font-weight:normal;
    color: #678197;
    text-align:left;
    border-bottom: 1px solid #e3f1fe;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
}

thead th {
    background:#f4f9fe;
    text-align:center;
    font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#66a3d3
}

tfoot th {
    background:#f4f9fe;
    text-align:center;
}

tfoot th strong {
    font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    margin:.5em .5em .5em 0;
    color:#66a3d3;
}

tfoot th em {
    color:#f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}

#logo{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:479px;
    height: 89px;
    border: none;
    padding-bottom: 30px;
}

#nav {
    margin-left: auto;
    margin-right: auto;
    width:500px;
    height:40px;
    background-image: url(../images/nav.jpg);
}

#nav ul li {
    list-style:none;
    float:left;
}

#nav ul a {
    width:100px;
    display:block;
    text-align:center;
    padding-top:13px;
    padding-bottom:11px;
    color:#FFF;
}

#nav ul a:hover {
    color:#FFF;
}

input, textarea{
    background: #ffffff;
    border: 1px solid #cdd5dc;
    padding: 2px;
    font-size: 1em;
    width: 400px;
}

a {
    font:1em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    text-decoration: none;
}

a:hover {
    font:1em "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    color: #000000;
    text-decoration: underline;
}

#center_wrapper{
    height:650px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

#container{
    width:600px;
    height:auto;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
}
#centerText{
    width:800px;
	 margin-left: auto ;
  margin-right: auto ;
}

#adbanner1{
    width:160px;
    height:600px;
    float:left;
    clear:left;
    background-color:white;
    margin:20px;
}

#adbanner2{
    width:160px;
    height:600px;
    float:left;
    background-color:white;
    margin:20px;
}

#footer{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    text-align:center;
    padding-bottom:20px;
}


#search{
    padding-top:30px;
    padding-bottom:30px;
    margin-top:30px;
    margin-bottom:10px;
    border:1px solid #999999;
}

#submit{
    width:250px;
    height:42px;
    border:none;
}

#form_box {
    width: 590px;
    background: #ffffff;
    font:1em Arial, Helvetica, Sans-serif;
    padding: 0.5em;
    margin-top: 10px;
    margin-bottom: 2px;
}

#form_box div {
    padding: 0.2em 0.5em;
}

#form_box p {
    float: left;
    margin: 4px 0pt;
    width: 120px;
}


#log {
    width: 590px;
    margin-top: 10px;
}

#log_res {
    overflow: auto;
}

#log_res.ajax-loading {
    padding: 20px 0;
    background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

.tag_cloud {
    padding: 3px; text-decoration: none;
    font-family: verdana;
}

.tag_cloud:link {
    color: #0099FF;
}

.tag_cloud:visited {
    color: #9900FF;
}

.tag_cloud:hover {
    color: #0099FF;
    background: #000000;
}

.tag_cloud:active {
    color: #0000FF;
    background: #000000;
}

div.wrapper{
    position:absolute;
    height:200px;
    width:400px;
}


