@charset "UTF-8";
/* CSS Document */

body  {
	background: #C35D8A url('img/bg.png') repeat-x top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	background: url('img/fold-zodiac.png') repeat-y;
	padding: 0 20px;
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container h2 { 
	border-bottom: 1px solid #2e1737;
	margin: 0 2em 0.75em 0;
	padding: 1em;
} 
#header { 
	margin: 0 0 0 55px;
} 
#header h1 {
	background: url('img/header.jpg');
	height: 300px;
	width: 750px;
	text-indent: -9999px;
}
#header h1 span {
	display: block;
	font-size: 60%;
}
#about {
	padding: 0px 83px;
}
#about p{
	font-size: 170%;
	font-style: italic;
	line-height: 1.5em;
}
#info {
	width: 900px;
	margin: 20px 0;
	padding: 0 55px;
}
#info li {
	float:left;
	height: 280px;
	width:315px;
}
#info p {
	padding-left: 40px;
	padding-bottom: 0px;
}
#info p#secondp {
	padding-top: 0px;
}
#info h2 {
	margin-right: 0;
}
#services {
	width: 900px;
	margin: 20px 0;
	padding: 0 55px;
}
#services li {
	border-left: 1px dashed #62406a;
	float:left;
	height: 170px;
	padding: 0 25px;
	width:200px;
}
#services li ol li {
	border-left: none;
	float: none;
	font-size: 150%;
	height: auto;
	line-height: 2em;
	padding: 0;
	width: auto;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 70px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#contact { 
	clear: both;
	padding: 0 55px;
} 
#contact p {
	font-size: 140%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 40px;
}
#footer { 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background: #2e1737;
	clear: both;
	margin: 30px 70px 0 70px;
	padding: 0px 20px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	color: #C35D8A;
	font-size: 90%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer p a {
	color: #C35D8A;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Typography */
body  {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e1737;
}
.cap {
	float: left;
	font-family: Georgia,Times,serif;
	font-size: 4.4em;
	line-height: 0.8em;
	padding: 5px 5px 0 0;
}
.large {
	display: block;
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	line-height: 1.4em;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements */

p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 0 5px;
}

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #2e1737; }
a:hover { text-decoration: none; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}