* {
margin: 0;
padding: 0;
}

body {
font-family: "Calibri", "Verdana";
background: #FFF url('../images/misc/bg.jpg') repeat-x;
}

h1 {
padding: 15px 0;
}

p {
text-indent: 15px;
line-height: 1.8em;
}

img {
border: none;
}

#header, #content, #footer {
clear: both;
}

#wrapper {
margin: 15px auto;
width: 960px;
}

#header {
height: 343px;
background: url('../images/misc/banner.gif') no-repeat;
border: 10px solid #193441;
}

#navigation {
background: #193441;
padding: 10px;
position: relative;
text-align: center;
top: 314px;
}

#navigation li {
display: inline;
margin: 0 5px;
}

#navigation ul {
list-style: none;
}

#navigation a {
color: #FFF;
outline: none;
text-decoration: none;
padding: 5px 15px;
}

#navigation a:hover {
background-color: #222;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
}

#content {
margin: 25px 0;
}

#footer {
margin: 10px 0;
padding-top: 15px;
border-top: 2px solid #000;
font-size: 0.9em;
line-height: 1.6em;
}

#footer #alliance {
float: right;
}

#error {
background-color: #F0B090;
border: 1px solid #CD0A0A;
color: #CD0A0A;
padding: 10px 25px;
}

#success {
background-color: #8DDDA3;
border: 1px solid #007C21;
color: #007C21;
padding: 10px 25px;
}

#welcome li.share {
list-style: none;
float: right;
margin-top: 5px;
padding-top: 4px;
}

.clear {
clear: both;
}

.center {
text-align: center;
}
