#wrapper  { margin:0 auto; width:1000px; }
#masthead {
	background-image: url(../images/background.jpg);
	width: 1000px;
	height: 548px;
}
#logo {
	position: relative;
	float: left;
	display: inherit;
	width: 432px;
	height: 58px;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	overflow: hidden;
	top: 80px;
	left: 400px;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
}
#logo a {
	text-decoration: none;
}

/* @end */
#tagline {
	width: 443px;
	height: 70px;
	background-image: url(../images/psychologist.png);
	float: right;
	margin-right: 60px;
	margin-top: 310px;
}
/* @end */

/* @group Nav */

/* menu */	
#menu {
	padding:0 auto;
	margin:120px 0 0 0;
	width:1000px;
	height:66px;
	float: left;
	background-image: url(../images/menu_pink.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	padding:0;
	margin:0 0 0 76px;
	list-style:none;
	border:0;
	float: left;
}
#menu ul li {
	float:left;
	margin:0;
	padding:0;
}
#menu ul li a {
	float:left;
	margin:0;
	padding:20px 25px 30px 25px;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}
#menu ul li a:hover {
	background: url(../images/nav.jpg) left repeat-x;
}
#menu ul li a.active {
	background: url(../images/nav.jpg) left repeat-x;
}

#mid {
	
}

#mid-inner {
	width: 854px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/big_pink.jpg);
	height: 134px;
	float: left;
	background-repeat: repeat-x;
	padding: 2.2em 6em 2em 6em;
}

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	width: 854px;
	height: 200px;
	background-color: #FFF;
	padding: 4em 6em 2em 6em;
}

#content h2 {
	margin: 0 0 1.2em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#content h2 a:hover {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#content h3 {
	margin: 0 0 1.3em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#content h3 a:hover {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
	line-height: 1.5em;
}

#content p a:link, #content p a:visited, #content p a:active, #content li a:link, #content li a:visited, #content li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
	color: #F69;
}

#content p a:hover, #content li a:hover {
	color: #;
	text-decoration: underline;
	border-bottom: 1px solid #;
}

#content ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#content ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	display: inline;
	width: px;	
}

#sidebar h2 {
	margin: 0 0 1.2em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
}

#sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#sidebar h2 a:hover {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#sidebar h3 {
	margin: 0 0 1.3em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
}

#sidebar h3 a:link, #sidebar h3 a:visited, #sidebar h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#sidebar h3 a:hover {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#sidebar p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
	line-height: 1.5em;
}

#sidebar p a:link, #sidebar p a:visited, #sidebar p a:active, #sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#sidebar p a:hover, #sidebar li a:hover {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#sidebar ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	
}

#footer-inner {
	width: 854px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/footer.jpg);
	height: 44px;
	float: left;
	background-repeat: repeat-x;
	padding: 1.5em 6em 2em 6em;
}

#footer p {
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-size: 0.95em;
	font-weight: normal;
	color: #;
}

#footer p a:link, #footer p a:visited, #footer p a:active, #footer li a:link, #footer li a:visited, #footer li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#footer p a:hover, #footer li a:hover {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

#footer ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: .95em;
	color: #;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	float: left;
	margin: 0 30px 0px 0;
}

img a:hover {
	margin-bottom: -5px;
}
#content-bottom {
	float: left;
	width: 854px;
	height: 140px;
	background-color: #FFF;
	padding: .5em 6em 2em 6em;
}
#content-bottom img {
	float: right;
	margin: 0 0 0 30px;
}
#content-bottom p {
	margin: 0 0 1.5em 0;
	padding: 0;
	font-size: em;
	font-weight: normal;
	color: #;
	line-height: 1.5em;
}
#list {
	float: left;
	margin-left: 8px;
}

#list li{
	list-style-image: url(../images/arrow.png);
	color: #FFF;
	font-size: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.6em;
	text-decoration: none;
	margin-left: 10px;
}
#list li a  {
	font-weight: normal;
}
#list li a:hover{
	text-decoration: underline;
}
#mid-inner li{
	margin: 6px;
}
.clr { clear:both; padding:0; margin:0; background:none; }
#content-about {
	float: left;
	width: 854px;
	height: 400px;
	background-color: #FFF;
	padding: 4em 6em 2em 6em;
	border-bottom-style: double;
	border-bottom-color: #999;
}
#content-about a  {
	color: #F69;
}
#content-bottom a {
	color: #F69;
	text-decoration: none;
}
#content-contact {
	float: left;
	width: 854px;
	height: 500px;
	background-color: #FFF;
	padding: 4em 6em 2em 6em;
	border-bottom-style: double;
	border-bottom-color: #999;
}
#content-contact a {
	color: #F69;
}
#content-article {
	float: left;
	width: 854px;
	background-color: #FFF;
	padding: 4em 6em 4em 6em;
	border-bottom-style: double;
	border-bottom-color: #999;
	height: 1600px;
}
#list-contact {
	float: right;
	text-align: right;
}
#list-links {
	float: left;
	margin-left: 0px;
}
