/* CSS Document */

body{
background:#F3ECD5;
}



/*fonts*/

h1, h2, h3, h4, h5, p, li, ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	color:#666666;
	font-size: 1.2em;
}

h2{
	color:#666666;
}

a{
	color:#007445;
}

h3{
	margin: 0;
	line-height:2em;
	font-weight: bold;
	color:#007445;
}

/*header this is where the header stuff goes*/
#header{
	background:url(../images/header.jpg) no-repeat;
	width: 830px;
	height: 215px;
	margin: auto;
}

#mainTitle{
	margin: 10px 0 0 30px;
	float:left;
}

h1 .creations{
	color:#fff;
	font-weight: normal;
}

#homeImage{
	background:url(../images/home-img.jpg) no-repeat;
	width: 815px;
	height: 174px;
	margin: auto;
	margin-bottom: 10px;
}

/*navigation*/

#nav{
	float: right;
	margin: auto;
	text-transform:lowercase;
	margin:184px 20px 0 0;
}

#nav li{
	display:inline;
}

#nav a{
	color:#f7f4dd;
	text-decoration:none;
	padding-left: 10px;
}

#nav a:hover{
	color:#952F24;
	text-decoration:none;
	padding-left: 10px;
}

/*content*/

#content{
	background:url(../images/bg.jpg) repeat-y;
	width: 830px;
	margin: auto;
	padding-bottom: 20px
}

/* Body Text*/

#contentText{
	width: 500px;
	float:left;
	padding-left:30px
}

#contentText p{
	color: #666666;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:none;
	line-height: 1.4em;
	text-align:justify;
}

#contentText .homeBold{
	color:#666666;
	font-size: 1.1em;
	
}
/* Right Column*/
#rightColumn{
	float:right;
	width: 200px;
	margin-top: 20px;
	background-color:#f3ecd5;
	margin-right: 30px;
	padding:15px;
	min-height:230px
}
#rightColumn h3{
	margin-bottom:15px;
}
#rightColumn a{
	text-decoration:none;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#rightColumn a:hover{
	text-decoration:none;
	color:#79898d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#rightColumn ul{
	list-style:none;
	margin:0;
	padding: 0;
}
#rightColumn li{
	line-height: 1.5em;
	background:url(../images/bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
}

/*footer*/

#footer{
	background:url(../images/footer.jpg) no-repeat;
	width:830px;
	height:104px;
	margin:auto;
	
}

/*random styling*/

.clearMe{
	clear: both;
	margin:50px;
	padding:10px;
}
#topright{
	margin: 175px 0 0 30px;
	float:right;
}
/************************/
/********* Hacks ********/
/************************/
.cf:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
}
 
.cf {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */