* {
padding: 0;
margin: 0;
}

html, body  {
height: 100%;
margin: 0;
padding: 0 0 0 0;
}

body {
background-color: #FFFFFF;
font-family: arial, verdana, sans seriff;
font-size: 14px;
width: 1000px;
position: relative;
left: 50%;
margin-left: -500px;
}

.wrapper { 
background: url('../images/main_bg.jpg') repeat-y;
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -92px; 
}

.push {
height: 0px;
}

.footer { 
height: 92px;
}

.footer {
background: url('../images/bottom_bg.png') no-repeat;
text-align: left;
font-size: 12px;
color: #4C6C9B;
}

.footer a {
color: #373737;
font-weight: bold;
text-decoration: none;
}

#content {
width: 1000px;
}

#center {
background: url('../images/menu_bg.jpg') no-repeat;
margin-top: -3px;
}

#menu {
width: 380px;
}

#menu td {
vertical-align: middle;
text-align: right;
}

#menu a {
font-family: century gothic, arial, verdana;
font-size: 16px;
color: #373737;
text-decoration: none;
}

#menu a:hover {
font-weight: bold;
font-size: 16px;
}

#txt_area {
padding: 5px 20px 10px 20px;
width: 530px;
color: #000000;
}

#txt_area a {
color: #6767FD;
}

#txt_area a:hover {
color: #000000;
}

h2 {
font-family: century gothic;
font-size: 32px;
font-weight: normal;
color: #6767FD;
margin-bottom: 15px;
}

h3 {
font-family: century gothic;
font-size: 18px;
font-weight: bold;
color: #6767FD;
margin-bottom: 5px;
}

p {
margin-bottom: 15px;
}

hr {
margin-bottom: 15px;
}

select {
font-size: 11px;
}
