/* Cynthia Parsons */
/* Website coded by Sarah Brenner - Web2.0Freelance@gmail.com */

/* Reset global properties
----------------------- */
* {
	margin: 0px;
	padding: 0px;
 }

html, body, p, form, input, label, 
div, span, h1, h2, h3, h4, h5, h6, h7,
br, a, table, tr, td, ul, ol, li, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	list-style-type: none;
 }
 
h1, h2, h3 ,h4 ,h5 ,h6 ,h7 {
	display: inline;
 }
 
/* Basic HTML tags
--------------- */
a {
	color: #C1272D;
 }

a:hover {
	color: #636363;
 }
 
 a:focus {
	outline: none;
}

a:active {
	outline: none;
}
 
p {
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
 }

.logo a {
	text-indent:-9999em;
	width: 468px;
	height: 117px;
	background: url(images/CynthiaParsons_LOGO.jpg) no-repeat;
	display:block;
	margin: auto;
  }
 
 .left {
	float: left;
}
 
 .right {
	float: right;
}
 
/* Start Website in Sequence */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #FFFFFF;
 }

#container {
	width: 900px;
	margin: auto;
	margin-top: 20px;
	background: url(images/bkrnd_middle.jpg) repeat-y;
 }

#top {
	width: 900px;
	height: 249px;
	margin: auto;
	background: url(images/bkrnd_top.jpg) no-repeat;
	padding-top: 10px;
 }

#middle {
	width: 900px;
	height: 651px;
	margin: auto;
	background: url(images/bkrnd_bottom.jpg) no-repeat bottom;
 }


   
 /* End Center */
 
/* Start Nav
--------- */
#nav {
	width: 865px;
	padding-left: 35px;
 }
 
 ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}

 /* End Nav */

/* Clear Fix Code */
.ClearFix:after{
      content:".";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
}

/* WinIE7 only */
*:first-child+html .ClearFix{
      height:1%;
 }

/* WinIE6 and below */
* html .ClearFix{
      height:1%;
}

/* MacIE only */
/*¥*//*/
.ClearFix{
	display:inline-table;
 }
/**/

