/* Lets set some general rules */

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

body {
margin-top: 30px;
margin-bottom: 30px;
font: 76% arial,sans-serif;
text-align: center;
margin-left: auto;
margin-right: auto;
background: url("../images/bg.gif") repeat;
}

a {
text-decoration: underline;
color: #2e2e92;
}

a:hover {
text-decoration: none; 
}

/* Lets set some navigation rules */

#navBar {
width:900px;
background: #eee;
}

/* Lets set some img rules */

.centerImg {
display:block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
}

.borderSlim {
border: 1px solid #2e2e92;
}

/* Lets set some typography rules */

h1 {
}

h2 {
font-size: 1.6em;
color: #2e2e92;
text-align: center;
}

h3 {
font-size: 1.2em;
color: #2e2e92;
text-align: center;
}

h4 {
font-size: 1.2em;
color: #fff;
text-align: center;
}

blockquote {
margin: 0;
width: 440px;
background: #eeeeee;
font-style: italic;
font-weight: bolder;
font-size: 1.2em;
color: #2e2e92;
padding: 20px;
}

/* Lets set some content rules */

#header {
background: url("../images/header_bg.jpg") no-repeat;
height: 100px;
} 

.telephone {
float: right;
margin-right: 25px;
font-style: italic;
}

.telephone h4{
line-height: 0;
font-size: 1.2em;
color: #2e2e92;
}

#header h1 {
margin: 0;
text-indent: -9999px;
}

#centerContent p {
line-height: 1.4em
}

#container {
width: 900px;
margin: 0 auto;
text-align: left;
border: 1px solid #2e2e92;
background: url("../images/body_bg.gif") repeat-y;
}

#wrapper {
width: 100%;
}

#centerContent {
width:480px;
float:left;
padding:10px 0 20px 20px;

}

#leftColumn{
float: left;
width: 160px;
color:#fff;
padding: 5px 10px;
text-align: center;
}

#leftColumn p {
font-style: italic;
}

#leftColumn a {
color: #fff;
text-decoration: underline;
}

#leftColumn a:hover {
color: #fff;
text-decoration: none;
}

#leftColumn ul {
text-align: left;
line-height: 16px; 
}

#rightColumn {
float: right;
width: 180px;
background: #eeeeee;
margin: 20px 20px 20px 0;
border: 1px solid #eeeeee;
}

#rightColumn p {
padding: 10px;
color: #2e2e92;
font-weight: bolder;
text-align: center;
}

.formContainer{
width: 480px;
margin: 0 auto;
}

.formContainer ul{
list-style:none;
}

/* Lets set some footer rules */

#footer{ 
background: #2e2e92;
color: #fff;
padding: 10px;
text-align: center;
clear: both;
font-style: italic;
}

#footer a{
color: #fff;
text-decoration: underline;
}

#footer a:hover{ 
color: #fff;
text-decoration: none;
}