*, html {
margin: 0;
padding: 0;
}

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

body {
background: url('../images/bg.jpg') repeat-x top left;
text-align: center;
font-family: arial, helvetica, san-serif;
font-size: 100%;
}

img {
border: 0;
}

h1 {
display: block;
font-size: 1.2em;
font-weight: bold;
margin: 0;
color: #383838;
}

h3 {
display: block;
font-size: 0.7em;
font-weight: bold;
margin: 1em 0;
color: #4e4e4e;
}

p {
display: block;
font-size: 0.7em;
margin: 1em 0;
color: #4f4f4f;
line-height: 1.4em;
}

#container {
background: #ffffff;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 770px;
min-height:100%;
margin-bottom:-50px;
}

* html #container {
height:100%;
}

#header {
height: 130px;
background-image:url(../images/top.png);
}

#nav {
background: url('../images/navBg.jpg') top left repeat-x;
height: 36px;
text-align: center;
}

#nav ul {
list-style: none;/* remove the bullets */
padding-left: 0.5em;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#nav li {
float: left;/* displaying the menu inline */
padding: 0;
margin: 0;
}

#nav li a {
line-height: 3em;
font-size: 75%;
font-weight: bold;
color: #000000;
text-decoration: none;
padding-left: 2em;
padding-right: 2em;
height: 36px;
}

#nav li a:hover {
background: url('../images/navBg_rollover.jpg') top left repeat;
color: #373737;
text-decoration:none;
padding-top: 10px;
padding-bottom: 10px;
}

/* Hide from IE5-Mac \*/
#nav li a {
float: none
}
/* End hide */ 

.nav-bullet {
position: relative;
top: 1px;
}

#left {
width: 200px;
float: left;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 0;
}

#main {
width: 530px;
float: left;
margin: 10px;
}

#content {
width: 700px;
margin: 1em;
}

#main img {
margin-top: 1em;
padding-right: 8px;
padding-bottom: 8px;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
color: #0d61d2;
text-decoration: none;
}

a.readMore:hover {
text-decoration: underline;
}

.right {
float: right;
}

.left {
float: left;
}

#clearfooter {
clear:both;
height:50px;
}

#footer {
border-top: 1px dotted #d5d5d5;
margin-left: auto;
margin-right: auto;
width:770px;
clear:both;
height:50px;
background: #ffffff;
}

#footer p {
color: #878787;
}

.light-grey {
color: #ababab;
}

a.lightgrey:link, a.lightgrey:active, a.lightgrey:visited {
color: #ababab;
text-decoration: none;
}

a.lightgrey:hover  {
color: #ababab;
text-decoration: none;
border-bottom: 1px dotted #5993dd;
}

hr {
border-top: 1px dotted #a9a9a9;
text-decoration: none;
width: 200px;
}