html, body, #container { 
height: 100%; 
}

body > #container { 
height: auto; 
min-height: 100%; 
}

html {
background: #e8f5fe url(./images/bg.gif) repeat-x;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
}

body {
padding: 0;
margin: 0;
background: url(./images/exalted_clouds38.gif) no-repeat center top;
color: #666;
min-width:970px;/*--Fixes Background Bug--*/
width: 100%;
left: 50%;
display: table;
}

h1.header {
margin: 0;
width: 100%;
text-align: center;
padding: 0;
}

#container {
padding-bottom: 172px;
}

#content {
width: 600px;
margin: 15px auto 15px;
/*padding: 25px;*/
/*padding-top: 25px;*/
padding-right: 25px;
padding-left: 25px;
}

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

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

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

a:hover {
text-decoration: none;
color: #4b8eed;
font-weight: bold;
}

a img {
text-decoration: none;
border: none;
vertical-align: middle;
}

h1 a:link {
text-decoration: none;
color: #000000;
}

h1 a:visited {
text-decoration: none;
color: #000000;
}

h1 a:active {
text-decoration: none;
color: #000000;
}

h1 a:hover {
text-decoration: none;
color: #000000;
}

#footer {  
position: relative;
height: 172px; 
clear: both;
z-index: 10;
margin-top: -172px; 
background: url(./images/grass10.png) repeat-x bottom; 
}

.round {
margin: 0 auto;
border: 5px solid #5199ff;
/*border-top: 3px solid #0F0;*/
/*border-bottom: 3px solid #0F0;*/
/*border-left: 3px solid #fff;*/
/*border-right: 3px solid #fff;*/
color: #000000;
padding: 20px;
padding-bottom: none;
text-align: left;
background-color: #ffffff;
/* Do rounding (native in Firefox and Safari, CC in IE) */
-webkit-border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
CCborderRadiusTL: 20px;
CCborderRadiusTR: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
CCborderRadiusBL: 20px;
CCborderRadiusBR: 20px;
}

#menu {
font-family: Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
/*margin: 50px 0;*/
padding: 0 0 0 10px;
list-style-type: none;
font-size: 13px;
/*margin: 410px auto 15px;*/
margin: 410px auto 15px;
width: 490px;
background: #eee;
height: 40px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top: 2px solid #eee;
border-left: 2px solid #eee;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
}
#menu li {
float: left;
margin: 0;
}
#menu li a {
text-decoration: none;
display: block;
padding: 0 20px;
line-height: 40px;
color: #666;
}
#menu li a:hover, #menu li.active a {
background-color: #f5f5f5;
border-bottom: 2px solid #DDD;
color: #999;
}

/* Blue Menu */
#menu.blue {
border-top: 2px solid #3F99FF;
border-left: 2px solid #3F99FF;
border-bottom: 2px solid #3F99FF;
border-right: 2px solid #3F99FF;
background: #3F99FF;}
#menu.blue a {color: #FFF;}
#menu.blue li a:hover, #menu.blue li.active a {color: #90CDFF; background: #3F99FF; border-bottom: 2px solid #3F99FF;}
