/*
(c)2008, 2009 Ramona Maxwell - all rights reserved
Design by Ramona Maxwell
Please visit www.MaxwellArts.com for web development and media services.
*/


body {
	margin: 20px 0;
	background-color: #ffffff;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #8B4513;
}

h1, h2, h3 {
	color: #B0171F;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #B0171F;
}

h2 {
	font-size: 107%;
	color: #B0171F;
}

h3 {
	margin-bottom: 1em;
	letter-spacing: 1px;
	font-size: 87%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	padding: 15px 0 0 20px;
	background: url(images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: #d7ce32 url(images/img09.gif) no-repeat left center;
}

ul .topline
	{font-style:italic;
	}

a {
	text-decoration: none;
	color: #8B4513;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Marquee */

#marquee {
	width: 800px;
	height: 40px;
	background: #d7ce32 center center;
	vertical-align: middle;
	/*border-bottom-style: ridge;
	border-bottom-width: 12px;
	border-bottom-color: #A0522D;*/
}


/*Logo Background*/
#logobg
{	background:#cd2626;
	width:100%;
	height:620px;
	}


/* Logo */

#logo {
	width: 800px;
	height: 620px;
	padding: 0px 0px 10px 0px;
	background: url(images/cache2/Internet_Research_article_in_FamilyCircle.jpg) no-repeat center;
	background-position:top left;
    	/*border-top-style: ridge;
	border-top-width: 12px;
	border-top-color: #A0522D;
	border-right-style: ridge;
	border-right-width: 12px;
	border-right-color: #A0522D;
	border-left-style: ridge;
	border-left-width: 12px;
	border-left-color: #A0522D;*/
	margin: 0 auto;

}


#logo h1 {
	padding: 100px 10px 0px 10px;
	margin-left: 450px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 36px "Times New Roman", serif;
	font-style: italic;
}

#logo h2 {
	margin: -7px 0 0 0;
	margin-left: 450px;
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #B0171F;
}

/* Page */

#page {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
        /*border-top-style: ridge;
	border-top-width: 12px;
	border-top-color: #A0522D;
	border-right-style: ridge;
	border-right-width: 12px;
	border-right-color: #A0522D;
        border-bottom-style: ridge;
	border-bottom-width: 12px;
	border-bottom-color: #A0522D;
        border-left-style: ridge;
	border-left-width: 12px;
	border-left-color: #A0522D;*/

}

/* Content */

#content {
	float: left;
	width: 400px;
	height:750px;
	padding: 0 0 0 95px;
	background: #d7ce32 url(images/img04.gif) no-repeat;
}

#content .title {
	padding: 10px 50px 10px 50px;
	background: url(images/img07.gif) no-repeat 20px 50%;
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: url(images/img08.gif) repeat-x;
}

#content .commentarea
{height:130px;
}


/* Sidebar */

#sidebar {
	background: #d7ce32;
	float: right;
	width: 250px;
	height:750px;
	padding: 0 20px 0 15px;
	/*border-left-style: ridge;
	border-left-width: 12px;
	border-left-color: #A0522D;*/

}

#sidebar h2 {
	margin-bottom: 1em;
	color= #B0171F;
}


/* Menu */

#menu {
	padding-top: 20px;
}


/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background:  url(images/img06.gif) no-repeat;
	/*border-style: ridge;
	border-width: 12px;
	border-color: #A0522D;*/
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #A0522D;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #A0522D;
}

#footer a {
	color: #A0522D;
}