@charset "utf-8";
/* CSS Document */

body{
background:url(../images/bg.jpg) 0 0 repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

#wrapper{
width:980px;
margin-left:auto;
margin-right:auto;
}


#header{
width:980px;
height:150px;
background:url(../images/header.jpg) 0 0 no-repeat;
}

#content{
background:url(../images/content-bg.png) 0 0 repeat-y;
width:980px;

}

#leftcolumn{
width:235px;
float:left;
clear:none;
padding-left:20px;
}

#maincolumn{
width:720px;
float:right;
padding-left:5px;
}

#maincontent{
background:url(../images/maincontent.jpg) repeat-y;
width:700px;
padding:0 10px 10px;
}

#menu{
background:url(../images/menu-bg.jpg) 0 0 repeat-y;
width:235px;

}

#menu a, #menu a:visited{
color:#000000;
text-decoration:none;

}

#menu a:hover, #menu a:active{
color:#000000;
text-decoration:underline;

}

#section-home #menu-home, #section-firm  #menu-firm, #section-practice  #menu-practice,
#section-profile  #menu-profile, #section-contact  #menu-contact, #section-links  #menu-links, {
text-decoration:underline;
	}

#menu table{
width:170px;
margin-left:auto;
margin-right:auto;
}

#menu td{
border-top:#999999 solid 1px;
padding:10px;
}

#input{
color:#333333;
font-size:12px;
width:200px;
}

#footer{
width:980px;
height:167px;
background:url(../images/footer-bg.png) 0 0 no-repeat;
}

a{
color:#990000;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

p{
text-align:left;
width:680px;

}
