
/* Global configs */

* {
	padding: 0px;
	margin: 0px;
}

h1, h2, p, h5 {
	margin: 0px 10px 10px 0px;
}

h5 {
	font-weight: 100;
	font-size: 1em;
}

a:link, a:visited {
	color: #570422;
}

a:hover {
	color: #7F1C37; ?>;
}

.clear {
	clear: both;
}

body {
	margin: 0 auto 0 auto;
	padding: 10px 0px;
	color: #333333;
	background-color: #F6DDFF;
	font-family: tahoma, sans-serif;
	font-size: 0.8em;
	text-align: center;
	z-index: -1;
	height:100%;
}

#wrapper {
	position: relative;
	width: 906px;
	z-index: 1;
	margin: 0 auto 0 auto;
	padding:10px 10px 10px 10px;
	background: white;
	text-align: left;
	z-index: 0px;
}

#header {
	position: relative;
	width: 906px;
	height: 163px;
	background: url(../static_images/logo.jpg) center left no-repeat;
}

	#header_nav {
		position: relative;
		width: 906px;
		height: 37px;
		background: url(../static_images/head-bot.jpg) bottom left;
	}
		
		#header_nav ul {
			float: right;
			display: block;
			margin: 0px 20px 0px 0px;
		}
		
			#header_nav ul li {	
				list-style: none;
				width: 110px;
				height: 37px;
				float: left;
				margin: 0px 0px 0px 3px;
			}
			
			#header_nav ul li a:link, #header_nav ul li a:visited {
				width: 110px;
				height: 27px;
				padding: 10px 0px 0px 0px;
				text-align: center;
				display: block;
				background: url(../static_images/head_nav.png) bottom right;
				color: #F6DDFF;
				text-transform: uppercase;
				font-weight: 800;
				text-decoration: none;
			}
			
			#header_nav ul li a:hover {
				background: url(../static_images/head_nav_over.png) bottom right;
			}
			
		#header_nav div.search {
			padding: 4px 0px 0px 12px;
			float: left;
		}
		
			#header_nav div.search input.text {
				border: 1px solid black;
				background: url(../static_images/transparent_white.png);
				width: 160px;
				height: 16px;
				padding: 2px;
				font-size: 14px;
			}
			
			#header_nav div.search input.button {
				font-size: 9px;
				width: 80px;
				height: 24px;
				background: url(../static_images/button_80.png);
				border: 0px solid white;
				color: #F6DDFF;
				text-transform: uppercase;
				font-weight: 800;
				text-decoration: none;
			}
			
			#header_nav div.search input.button:hover {
				background: url(../static_images/button_80_over.png);
			}
			
			

#left {
	width: 189px;
	float: left;
	margin: 10px 0px 0px 0px;
	display: block;
}
	
	#left div.block {
		width: 189px;
		margin: 0px 0px 10px 0px;
		display: block;
		font-size: 0.9em;
	}
	
	#navigation {
		width: 189px;
		margin: 0px;
		padding: 0px;
		display: block;
	}
		
		#navigation ul li {
			list-style: none;
			margin: 0px;
			font-family: georgia, serif;
			font-weight: 100;
		}
		
			#navigation ul li a:link, #navigation ul li a:visited {
				width: 174px;
				height: 28px;
				margin: 0px 0px 4px 0px;
				padding: 10px 5px 0px 10px;
				background: url(../static_images/li.jpg) top left no-repeat;
				font-weight: 800;
				display: block;
				color: #6F3AA9;
				text-decoration: none;
			}
			
			#navigation ul li a:hover {
				background: url(../static_images/li-hover.jpg) top left no-repeat;
			}
			

		#navigation h2 {
			margin: 20px 10px 5px 10px;
			width: 186px;
			color: white;
			font-weight: 600;
			font-size: 1.2em;
			border-bottom: 1px solid white;
		}
		
		#navigation p {
			padding: 10px;
		}
		
		#navigation input.text {
			width: 100px;
			float: left;
		}










#center {
	width: 707px;
	float: left;
	margin: 10px 0px 20px 10px;
}
	
	#center h1 {
		font-weight: 600;
		font-size: 1.3em;
		color: #6F3AA9;
		margin: 0px 0px 10px 0px;
		font-family: georgia, serif;
	}
	
	#center h2 {
		font-weight: 100;
		font-size: 1.1em;
		color: #6F3AA9;
		margin: 0px 0px 10px 0px;
		font-family: georgia, serif;
	}
	
	#center h3 {
		font-weight: 600;
		font-size: 0.9em;
		color: #6F3AA9;
		margin: 10px 0px 5px 0px;
		font-family: georgia, serif;
	}

	#center img {
		border: 5px solid #F6DDFF;
		margin: 10px;
	}

	#center table {
		border: 1px solid #F6DDFF;
	}

	#center tr td {
		background: #F9F5FA;
		padding: 5px;
	}

	#center th {
		background: #6F3AA9;
	}
	
	#center li {
		margin: 0px 0px 0px 24px;
	}
	
	#center div.block {
		width: 707px;
		padding: 10px 0px 0px 10px;
		display: block;
	}
		
		#center div.block div.page {
			width: 213px;
			height: 207px;
			background: url(../static_images/back.jpg) top left no-repeat;
			margin: 0px 6px 10px 0px;
			padding: 30px 5px 5px 10px;
			float: left;
		}
			
			#center div.block h2 {
				font-size: 1.5em;
			}
	
		#center div.highlight {
			width: 707px;
			background: url(../static_images/homestars.gif) top center no-repeat #6F3AA9;
		}
		
			#center div.high_block {
				width: 318px;
				padding: 10px;
				margin: 10px 0px 10px 10px;
				float: left;
				background: url(../static_images/transparent_white.png);
			}
	
				#center div.high_block h2 {
				font-size: 1.5em;
				font-weight: 800;
			}
			
				#center div.high_block div.testimonial {
					margin: 0px 0px 8px 0px;
					padding: 8px;
					background: url(../static_images/transparent_white.png);
				}
	
	
	
	
	
	
	
		#center div.children {
			width: 150px;
			background: #F6DDFF;
			float: right;
			margin: 0px 0px 10px 10px;
			padding: 0px 10px 10px 10px;
			font-size: 1em;
		}
		
		#center div.children ul li {
			list-style: none;
			margin: 0px;
			padding: 0px 0px 5px 0px;
			font-size: 0.9em;
		}
		
		div.thumb {
			width: 462px;
		}
		
		div.thumbItem {
			width: 115px;
			height: 90px;
			margin: 0px 10px 10px 0px;
			float: left;
			border: 0px solid white;
		}
		
		div.thumbItem img {
			border: 0px solid white;
		}




		
		
#footer {
	width: 876px;
	height: 28px;
	margin: 10px 0px 0px 0px;
	padding: 20px 15px 10px 15px;
	background: url(../static_images/footer.jpg);
	text-transform: uppercase;
	font-size: 0.8em;
	color: #F6DDFF;
}

	#footer a:link, #footer a:visited {
		color: #F9F5FA;
	}






