body {
    background-color: #eee; /**#282828;**/
    font-family: "lucida grande", verdana, arial, sans-serif;
    color: #666; /**#ccc;**/
    font-size:0.9em;
    margin: 0;
}

a {
    color: #222;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#global {
    margin: auto;
    width: 1000px;
}

#navbar {
    width: 100%;
    background: #2a2a2a;
    height: 26px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 4px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #222;
}

#navbar a {
    color: #ddd;
    text-decoration: none;
}

#navbar a:hover {
    color: #aF5;
}

#navbar ul{
    width: 1000px;
    margin: auto;
}

#navbar ul#navLinks * {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
}

#navbar ul#navLinks li {
    float: left;
    display: inline;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #666;
}

#navbar ul#navLinks .first {
    border-left: 0;
    margin-left: 0px;
    padding-left: 0px;
}

#container {
    width: 820px;
    float: left;
    margin-bottom: 10px;
}

h1, h2 {
    text-transform: lowercase;
    /*letter-spacing:0.2em;*/
    font-family: Arial, helvetica, sans-serif;
    color: #444;
    text-shadow: #ddd 2px 2px 10px;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
    padding-top: 1.4em;
}

th {
    background-color: #eee;
    color: #666;
    border-bottom: 1px solid #aaa;
}

td {
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #eee;
   padding: 6px;
}

table {
   border: 1px solid #aaa;
}

b,strong {
    color: #444;
}

.error {
    color: #a66;
    padding: 10px;
    text-align: center;
}

#header {
    margin: auto;
    height: 100px;
    width: 100%;
    border: 0;
    background: #000 url(/images/logo.png) 10px 5px no-repeat;
}

#login {

    padding: 6px;
    float: right;
    width: 230px;
    font-size: 0.8em;
    color: #ca4;
    line-height: 1.4em;
    border: 0;
}



/** FORM Elements **/
form label {
    font-weight: bold;
}

input {
     border: 1px solid #bcb;
}

.input {
    display: inline;
    width: 6em;
    border: 1px solid #ca4;
    margin-right: 5px;
}
.submit {
    display: inline;
    border: 1px solid #ca4;
    background-color: #631;
    text-align:center;
    font-family:"lucida grande", verdana, arial, sans-serif;
    color:#fff;
}

.submitright {
    text-align: right;
}


#strapline {
    float: left;
    margin-left: 150px;
    height: 100px;
}

#strapline p {
    margin-top: 58px;
    margin-left: 30px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #ca4;
}

#main {
    width: 820px;
    min-height: 600px;
    margin: auto;
    background: #fff;
    padding-left: 10px;
}

.text {
    padding: 20px;
    font-size: 10pt;
    letter-spacing:0.05em;
    line-height:14pt;
}
   
#flavour {
    float: left;
    width: 400px;
    border-right: 1px solid #ccc;
}

#register {
    float: left;
    width: 300px;
    padding: 10px;
    margin-left: 20px;
}


   
#ad {
    width: 160px;
    float: left;
    margin: 0px 0 0 10px;
}
	
#addto {
    padding-top: 10px;
    margin: auto 50px;
}

div#Footer {
    clear: both;
    font-size: 11px;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 20px 15px;
    line-height: 1.2;
    overflow: hidden;
    background-color: #333;
    margin-top: 10px;
    border-top: 1px dashed #fff;
}

#content {
    width: 790px;
    overflow:hidden;
}

#content a {
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}


#Footer a {
  color: #FFF;
  text-decoration: none;
}

#Footer a:hover {
    color:#6f4;
    text-shadow: #bf8 0px 0px 10px;
}

#Footer ul#footerLinks * {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#Footer ul#footerLinks li {
    float: left;
    display: inline;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #666;
}

#Footer ul#footerLinks .first {
    border-left: 0;
}

#Footer ul#footerLinks dt {
    font-weight: bold;
    margin-bottom: 0.6em;
}

#Footer ul#footerLinks dd {
    margin-bottom: 0.4em;
}

.attention {
    border: 1px solid #220;
    background: #ffc;
    padding: 4px;
}

/** Form Layout Elements**/
.formrow {clear:both; width: 700px; margin-top: 12px; padding: 4px; border: 1px solid #ddd; margin-bottom: 6px; overflow:hidden;}
.formcolleft {float: left; width: 150px; font-weight: bold;}
.formcolright {float: left;}

/** CAPTCHA **/
.captcha {clear: both; margin-top: 5px; height: 50px; background-color: #0a0; border: 1px solid #000;}

/** Calendar **/
.calendar {}

/** Notice **/
.notice {margin: 2px 0 6px 0;padding: 5px; width: 290px; border: 1px dashed #333; background-color: #eaeada; font-size: xx-small;}