/* reset margin and padding to 0 for all elements */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl {
margin: 0;
padding: 0;
}

/* This fixes an IE bug that caused awkward text-resizing */
html {
font-size: 100%;
}

body {
text-align: center;
font-size: .8em;
font-family: "Times New Roman", Times;
background: #000;
}

a {
color: #7a6988;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

li {
margin-left: 1em;
}

/* this prevents images from disappearing in IE 6 */
img { 
position: relative;
border: none; /* and this removes image borders unless explicitly set */
}

#page {
width: 951px;
margin: 30px auto 0;
}

#header {
position: relative;
height: 77px;
background: url(/img/header.jpg) right no-repeat;
z-index: 50;
}

#logo {
position: absolute;
left: -40px;
top: -30px;
z-index: 100;
}

#mainmenu {
/*font-size: .8em;*/
font-size: 10px;
padding: .6em 0 .6em;
background: #6E7C8E;
}

#mainmenu a,
.menu a {
color: #fff;
}

#mainmenu ul {
margin-left: 149px;
}

#mainmenu li {
text-transform: uppercase;
display: inline;
list-style-type: none;
border-right: 1px solid #fff;
padding: .1em .75em;
margin: 0;
}

#mainmenu li.last {
border-right: 0;
padding-right: 0;
}

#mainmenu a {
color: #fff;
}

#mainmenu a:hover {
text-decoration: none;
color: #beb890;
}

#middle {
background: url(/img/bg_pattern.jpg);
position: relative;
}

#footer ul {
clear: both;
height: 1.2em;
margin: 1em auto;
text-transform: uppercase;
}

#footer .info {
color: #DED0AF;
font-size: .8em;
}

#footer .menu {
color: #fff;
font-size: .7em;
letter-spacing: 1px;
}

#copyright {
color: #DED0AF;
font-size: .7em;
}

#footer li {
display: inline;
list-style-type: none;
border-right: 1px solid #fff;
padding: .1em .75em;
margin: 0;
}

#footer .info li {
border: 0;
}

#footer li.last {
border-right: 0;
padding-right: 0;
}

.links {
margin: 0;
}

.links dt {
margin: 0; 
list-style-type: none;
font-weight: bold;
}

.links dd {
margin: 0 0 1em 0;
list-style-type: none;
}

.first-letter {
float: left;
margin-top: 5px;
margin-right: 10px;
}

.clear {
clear: both;
height: 0;
line-height: 0;
padding: 0;
margin: 0;
}

.preload {
display: none;	
}

