/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #1D58A6;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(../Images/heelpain_header.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #993300;
}

#xheader h1 {
	float: left;
	padding-left: -366px;
	font-size: 3em;
}

.hbig {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 3em;
}

#xheader h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

.hsmall {
	position: absolute;
	float: left;
	padding: 165px 0 0 25px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #35A328 url(../Images/menu.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a  {
	background: url(../Images/menuH1.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(../Images/img4.gif);
}

#colOne {
	float: right;
	width: 160px;
	padding: 05px ;
	background: #FFFFCC;
}

#colTwo {
	float: right;
	width: 360px;
	padding: 20px 10px 0 10px;
	xbackground: url(../Images/img4.gif);
}

#colThree {
	float: right;
	width: 120px;
	padding: 10px;
	list-style: none;
	background #FFFFCC;
}

#colOneAd {
	padding-top: 15px ;
	padding-left: 15px ;
	background: #FFFFCC;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../Images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

/* Boxed Style */
.success{
   background:#ffffcc;
   border:1px solid #993300;
   margin:1.5em;
   padding:0.666em;
   text-align:center;
}