/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	/*background: #F9FCEA;*/
	background: white;
	font-family: "Arial Narrow", Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #C83F59;
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/butterfly5.gif);
}

#logo * {
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

#logo h1 {
	padding: 24px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
	width: 450px;
	height: 200px;
	background: url(images/banner8.gif);
	font-size: 40px;
	font-weight: 800;
	color: #C83F59;
}

.menusmaller
{
    font-size: 25px;
	font-weight: 800;
	font-style: italic;
	color: #C83F59;
}


#menu ul {
	margin: 0;
	padding: 170px 0px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a, #menu a.visited, #menu a.active, #menu a.link {
	display: block;
	float: left;
	padding: 0 0 0 0.95em;
	text-transform: lowercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	background: url(images/img31.gif);
	font-family: "Bradley Hand ITC", "Lucida Handwriting", "Kuntsler Script", "Blackadder ITC", Serif;
	font-weight: bold;
	font-size: large;
	color: #C83F59;
}

.professional
{
    font-family: "Arial Narrow";
}

.professional2
{
    font-family: "Arial Narrow";
    padding: 20px;
    font-size: 14px;
}

#colOne {
	float: right;
	width: 450px;
}

#colOne .top-head {
	padding: 30px 0 0 20px;
	background: url(images/img61.gif) no-repeat;
}

.top-head_2 {
	padding: 30px 0 0 0;
}

#colOne .content {
	padding: 20px;
}

#colTwo {
	float: left;
	width: 200px;
}

#colTwo .top-head {
	padding: 30px 0 0 20px;
	background: url(images/img51.gif) no-repeat;
}

#colTwo .content {
	padding: 10px 10px 10px 20px;
	font-family: "Bradley Hand ITC";
	font-size: large;
}

#extra {
	height: 10px;
	background: url(images/img7.gif);
}

/* Footer */

#footer {
	width: 660px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}

p.testimonials {
    text-align: justify;
	font-size: 14px;
}

p.testimonials_by {
	text-align: right;
	font-size: 12px;
}

p.press {
	padding: 5px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

span.press_header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

p.description {
	padding-left: 10px;
	font-size: 12px;
}

div.content_small {
	font-size: 12px;
}

div.content {
	font-size: 14px;
}

p.small {
	font-size: 11px;
}

span.main_header {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}