* {
margin:0;
padding:0;
border:0;
}

/** make the outside background grey **/
body {
background:#e0e0e0;
}
input {
background:#ddd;
}
textarea {
background:#ddd;
}
#container {
width:1000px;
background:#fff;
margin:0 auto;
overflow:hidden;
}

#topbar {
width:1000px;
height:25px;
background:#333;
}

#header {
width:1000px;
height:110px;
}

#left_column {
float:left;
width:300px;
margin-bottom:20px;
}

#right_column {
float:right;
width:690px;
margin-left:10px;
margin-bottom:20px;

}

#footer {
margin-top:10px;
width:1000px;
text-align:center;

background:#333;
color:#fff;
overflow:hidden;
}

#header_left {
float:left;
}
#header_title {
margin-left:10px;
margin-top:10px;
font-family:Georgia, serif;
font-weight:bold;
font-size:1.55em;
}

#tagline {
margin:0 0 0 10px;
padding-left:10px;
padding-top:10px;
font-family:Georgia, serif;
font-size:1.0em;
line-height:1.05em;
font-weight:normal;
letter-spacing:-0.05em;
}

#siteimg {
float:right;
/**width:334px;
height:200px;
background:url('images/money.jpg') #fff;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center right; **/
}
#text_ads
{
padding: 10px 0 0 0;
}



h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
margin-bottom:10px;
background-color:#333;
color:#fff;
font-size:1em;
line-height:2.0em;
}

h2
{
margin-top:20px;
margin-bottom:10px;
}

h3
{
margin-top:20px;
margin-bottom:10px;
}
#menu_heading {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-left:10px;
margin-bottom:10px;
background-color:#333;
color:#fff;
font-size:1em;
line-height:2.0em;
}

#menu ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.50em;
list-style:inside square;
}

ul {
margin-left:20px;
}


ol {
margin-left:20px;
}
a {
color:#00A2FF;
}

a:hover {
color:#000;
}
#footer a:hover {
color:#00A2FF;

}
p {
margin-bottom:10px;
}


