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

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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
    background-image:url(../images/main_background.jpg);
	background-position:left top;
    background-attachment:fixed;
}

#main_container
{
	text-align:center;
}
	
#site_wrapper
{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
	background-image:url(../images/floral.png);
	background-repeat:no-repeat;
	min-height:800px;
	height:800px;
}

html>body #site_wrapper
{
	height:auto;
}

* html #site_wrapper
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/floral.png", sizingMethod="crop");
} 

#main_site
{
	width:950px;
	background-image:url(../images/site_background.png);
	background-repeat:repeat-y;
}

* html #main_site
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/site_background.png", sizingMethod="scale");
} 

#left_column
{
	width:250px;
	float:left;
	padding-left:200px;
}

#logo_area
{
	height:120px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}	

#nav
{
	padding-top:30px;
}

* html #nav li
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/button.png", sizingMethod="crop");
} 

#nav ul
{
	font-size:12px;
	list-style:none;
	line-height:2em;
	color:#ff9462;
}

#nav li
{
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	height:34px;
	padding-top:28px;
	padding-left:10px;
}	

#nav a:link, #nav a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
}

#nav a:hover
{
	color:#000000;
}

#right_column
{
	width:456px;
	padding-right:44px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
}

#right_column a:link, #right_column a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
}

#right_column a:hover
{
	color:#000000;
}

#content_top
{
	height:12px;
	width:456px;
	background-image:url(../images/content_area_top.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}	

#content_bot
{
	height:12px;
	width:456px;
	background-image:url(../images/content_area_bot.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}	

#content_middle
{
	width:456px;
	background-image:url(../images/content_area_middle.jpg);
	background-repeat:repeat-y;
}

.content_text
{
	font-size:12px;
	line-height:18px;
	padding:10px;
	color:#FFFFFF;
}

h1
{
	font-size:20px;
	font-weight:normal;
	color:#c8407b;
	padding-left:10px;
}	

.clearify
{
	clear:both;
}		

#footer
{
	text-align:center;
	font-size:12px;
	border-top:#d78489 1px solid;
	width:75%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-left:205px;
	color:#d78489;
}	

#footer a:link, #footer a:visited
{
	color:#d78489;
	text-decoration:none;
	position:relative;
}

#footer a:hover
{
	color:#000000;
}

