/*	global.css

	for KootenayWeddingServices.com
	created May 2007 by Paul Novitski of juniperwebcraft.com
*/


*
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Serif;
	font-style: normal;
	font-weight: normal;
}
/*-------------------------
page structure
-------------------------*/
html
{
	background-color: #000;
}
body
{
	font-size: 100%;
	text-align: center;
	background-color: #000;
	color: #9D085C;
}
#wrap,
#pagewrap,
#footer
{
	width: 950px;
	margin: 0 auto;
}
#wrap
{
	xbackground: #FFF url("images/gradient-1000-400-horizontal.jpg") left top repeat-y;
	background-color: #FFF;
}
#pagewrap
{
	position: relative;
	text-align: left;
}

/*-------------------------
footer
-------------------------*/
#footer
{
	clear: left;
	margin-top: .625em;
	background-color: #000;
}
#footer p
{
	font-family: Verdana, sans-serif;
	font-size: .75em;
	text-align: center;
	color: #AAA;
}
#footer p a
{
	font-family: Verdana, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	color: #AAA;
}
#footer p a:hover
{
	color: #66F;
	border-color: #66F;
}

/*-------------------------
miscellaneous
-------------------------*/
.clear
{
	clear: both;
}
