/*I Can Help Your Lawfirm - Core Stylesheet*/

div {}

.footer {
font-size: .8em;
text-align: center;
margin-bottom: 10px;}

body {
background-color: #6E0D0D;
background-image: url(../backgrounds/contentBg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
color: #6E0D0D;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0;
font-size: 0.8em;
letter-spacing: -1px;}

#header {
background-color: #6E0D0D;
border-bottom: 1px #000000 solid;
width: 750px;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
margin: auto;
border-top: 1px #6E0D0D solid;
background-image: url(../backgrounds/headerLogo.gif);
background-repeat: no-repeat;
background-position: center center;
height: 125px;}

#outer-image {
background-image: url(../backgrounds/outer.jpg);
background-repeat: no-repeat;
height: 150px;
margin: auto;
width: 750px;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;}

#inner-image {
background-image: url(../backgrounds/inner.jpg);
background-repeat: no-repeat;
height: 150px;
background-position: center center;}

#content {
position: relative;
width: 750px;
margin: auto;
background-color: #C0C0C0;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
}

#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 200px;
padding-top: 15px;
}

#navbar-2 {margin-left: 25px;
}

ul {}

li {}

#main-text {
background-color: #c0c0c0;
border-left: 1px #6E0D0D solid;
margin-left: 175px;
padding: 10px;}

h1 {
font-size: 1.5em;
text-align: center;font-family: Verdana, Helvetica, Arial, sans-serif;font-weight: normal;}

h2 {
font-size: 1.1em;
text-align: right;
font-style: italic;}

/*
p {
font-size: 0.8em;
text-align: justify;
letter-spacing: -1px;
line-height: 1.2em;}
*/


a {}

a:link {
color: #6E0D0D;
text-decoration: none;}

a:visited {
color: #6E0D0D;
text-decoration: none;}

a:hover {
color: #6E0D0D;
text-decoration: underline;}

a:active {
color: #000000;
text-decoration: none;}

.textbox {
	background-color: #FFC0FF;
	border: 1px solid #6E0D0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E0D0D;}
	
.submit {	
	font-family: Arial, Helvetica, sans-serif;
	color: #6E0D0D;
	background-color: #FFC0FF;
	height: 20px;
	font-weight: bold;
	border: 1px solid #6E0D0D;
