/* @override 
	http://rmwebsite.com/johnromanomd/style.css
	http://www.johnromanomd.com/style.css
*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #966734 url("images/bgHTML.jpg") center top repeat-x;	
}

body {
	background: transparent url("images/bgBody.jpg") center top no-repeat;
	font: 14px/18px "Lucida Grande", Lucida, Arial;
	color: #6d4f28;
	font-weight: bold;
}


a:link,a:visited { color:#6d4f28; text-decoration:underline; outline:none; }
a:hover,a:active { color:#700f26; text-decoration:underline; outline:none; }

#wrap {
	width: 990px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 329px;
	background: url("images/masthead.jpg") no-repeat;
	margin: 0 0 0 34px;
}

#header h1 a {
	text-indent: -9999px;
	width: 446px;
	height: 52px;
	margin: 99px 0 0 194px;
	display: inline;
	float: left;
}

#contactBox {
	height: 199px;
	width: 920px;
	margin: 0 0 0 33px;
}

#contactBox p {
	float: left;
	width: 344px;
	margin: 36px 0 0 20px;
}

#contactBox form {
	margin: 16px 0 0 0;
	float: right;
}

#mainForm {
	float: left;	
	width: 210px;
	margin-right: 18px;
	display: inline;
}

input {
	height: 20px;
	background: url("images/bgInput.jpg") no-repeat;
	border: none;
	width: 197px;
	padding: 5px 5px 5px 8px;
	font: 12px/20px "Lucida Grande", Lucida, Arial;
	color: #6d4f28;
	margin-bottom: 3px;
	line-height: 20px !important;
}

#mainForm label {
	clear: both;
	width: 160px;
	height: 36px;
	display: block;
	margin: 0 auto 2px;
}

#mainForm label img {
	float: left;
	margin-right: 10px;
}

#refresh {
	margin-top: -10px;
}

#formRight {
	float: right;
	display: block;
}

textarea {
	border: none;
	background: url("images/bgTextarea.jpg") no-repeat;
	width: 197px;
	height: 90px;
	padding: 5px 5px 5px 8px;
	font: 12px/20px "Lucida Grande", Lucida, Arial;
	color: #6d4f28;
	float: right;
}

#submit {
	width: 110px;
	margin: 5px 45px 0 0;
	float: right;
	clear: both;
	padding: 5px;
	height: 30px;
	background: url("images/bgSubmit.jpg") no-repeat;
	cursor: pointer;
}

#content {
	background: url("images/bgWrap.jpg") left top repeat-y;
	padding: 0 0 20px;
	width: 955px;
	margin: 21px 0 0 17px;
}

#content p {
	margin: 0 55px 20px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	width: 300px;
	float: left;
	margin-left: 100px;
}

#logoCareCredit {
	clear: both;
	width: 194px;
	height: 56px;
	margin: 0 auto;
	display: block;
	padding: 40px 0 20px;
}

#footer {
	text-align: center;
}

#footer p {
	margin-bottom: 0px;
}