@charset "UTF-8";
/* CSS Document */

html {
margin: 0 auto;
padding: 0;
height: 100%;
}

body {
margin: 0 auto;
text-align: center;
background: #000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
line-height: 20px;
color: #cfcfcf;
}

#wrapper {
width: 680px;
margin: 40px auto;
border: 18px solid #2e2e2e;
min-height: 200px;
}

#header {
width: 100%;
height: 466px;
margin: 0;
background-repeat: no-repeat;
background-image: url(header.jpg);
}

#menu {
margin: 0;
width: 100%;
height: 30px;
background-color: #2e2e2e;
font-size: 14px;
letter-spacing: 1px;
color: #fff;
line-height: 30px;
}

#content {
width: 95%;
margin: 20px auto;
text-align: left;
min-height: 100px;
}

#footer {
width: 100%;
background: #2e2e2e;
height: 15px;
font-size: 10px;
letter-spacing: 1px;
line-height: 28px;
}

/*.............................LISTEN..............................*/
ul,li {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.navi {
margin: 0;
color: #000;
list-style-type: none;
}

ul.navi li {
margin: 0;
display: inline;
color: #000;
list-style-type: none;
}

ul.navi a {
display: inline;
color: #000;
line-height: 29px;
margin: 0 10px 0 0;
padding: 6px;
text-decoration: none;
list-style-type: none;
}

ul.navi a:hover {
display: inline;
margin: 0 10px 0 0;
color: #000;
padding: 6px;
list-style-type: none;
text-decoration: none;
background: #fff;
}

a:link {
text-decoration: none;
font-weight: bold;
color: #fff;
}

a:visited {
text-decoration: none;
font-weight: bold;
color: #fff;
}

a:hover {
text-decoration: underline;
font-weight: bold;
color: #fff;
}

a:active {
text-decoration: none;
font-weight: bold;
color: #fff;
}

textarea,select,input,option {
border: 1px solid #ececec;
padding: 3px;
background: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #000;
}

h1 {
font-weight: normal;
font-size: 25px;
letter-spacing: 1px;
margin: 0 0 16px 0;
text-transform: uppercase;
}