body{
margin: 0px;
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-color: #da0000;
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}
#header{
width: 960px;
height: 122px;
margin: 0 auto;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}
#navholder{
position: relative;
top:100px;
left: 0px;
width: 958px;
height:21px;
}
#content{
position: relative;
width: 960px;
min-height: 600px;
margin: 0 auto;
background-image: url(../images/content_bkground.jpg);
background-repeat: repeat-y;
}
#left-index{
float: left;
width: 310px;
padding:20px 20px;
text-align: left;
background-image: url(../images/boxes2.jpg);
background-repeat: no-repeat;
}
#mid-index{
float: left;
width: 310px;
padding: 20px;
text-align: left;
}

#right-index{
float: left;
width: 258px;
height: 720px;
padding: 0px;
background-image: url(../images/basic-website2.jpg);
background-repeat: no-repeat;
 background-color: #0c2375;
}
#right-index a{
color: yellow;
text-decoration: none;
}
#right-index a:hover{
text-decoration: underline;
}
h1{
font-family: verdana, tahoma, arial;
color: #990000;
font-size: 20px;
text-align: left;
}
h2{
color: #a30101;
}
h3{
margin: 0;
padding: 0;
text-align: center;
line-height: 27px;
font-size: 16px;
color: #a30101;
font-weight: 600;
}
h4{
margin: 0;
padding-left: 10px;
text-align: left;
line-height: 16px;
font-size: 14px;
font-weight: 600;
}
#new_project{
float: left;
width:233px;
height: 200px;
overflow: auto;
border: 2px dotted green;
}
#left-wrap{
float: left;
width: 700px;
background-image: url(../images/left-index2.jpg);
background-repeat: no-repeat;
}
#emailer{
float: left;
margin-left:3px;
width: 330px;
background: #ce9e9e;
border: 1px solid #996600;
}
.blurb{
float: left;
width: 217px;
height:358px;
overflow: auto;
text-align: left;
margin-left: 11px;
background: #e0d0aa;
border: 1px solid #996600;
}
#blurb-wrap{
float: left;
width: 700px;
}
#blurb_header1{
float:left;
width:217px;
height: 27px;
background: #bda97e;
border-bottom: 1px solid #996600;
}
#blurb_header2{
float:left;
width:217px;
height: 27px;
background: #ce9e9e;
border-bottom: 1px solid #996600;
}
#blurb_header3{
float:left;
width:217px;
height: 27px;
background: #c1d6cc;
border-bottom: 1px solid #996600;
}
.blurb ul{
padding-left: 12px;
margin-left: 12px;
}
#bottom_holder{
width: 960px;
height: 22px;
margin: 0 auto;
background: #dfc6a5;
text-align: center;
}
#footer{
width: 960px;
height: 22px;
margin: 0 auto;
background: #bda97e;
line-height: 22px;
text-align: center;
}
a{
color: red;
text-decoration: none;
}
a:hover{
color: red;
text-decoration: underline;
}
a:visited{
color: blue;
text-decoration: none;
}