/* CSS Document */

body {
	margin: 0px;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
}

img {
	
}

hr {
	color: #b0b0b0;
	background-color: #b0b0b0;
	height: 1px;
	border: 0;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	 }

/* DESIGN DIVS */

#white_flower {
	background-image: url(/images/backgrounds/frontpage.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 817px;
}

#forest {
	background-image: url(/images/backgrounds/forest.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 817px;
}

#water_lilly {
	background-image: url(/images/backgrounds/water_lilly.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 817px;
}

#cactus_flower {
	background-image: url(/images/backgrounds/cactus_flower.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 817px;
}

#purple_flower {
	background-image: url(/images/backgrounds/purple_flower.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 817px;
}

#header {
	width: 925px;
	height: 220px;
}

#logo {
	float: left;
	margin-top: 17px;
}

#toplinks {
	float: right;
	margin-top: 17px;
	text-align: right;
}  

#toplinks_spacer {
	height: 22px;
	margin: 0px;
	padding: 0px;
}

#pagenames {
	width: 925px;
	height: 70px;
	text-align: left;
	clear: both;
}

#pagetitles {
	width: 925px;
	text-align: left;
	clear: both;
}

#footer {
	clear: both;
	width: 925px;
}

#footerlinks {
	float: left;
}

#copyright {
	float: right;
}

/* CONTENT */

#content_area{
	width: 925px;
}

#left_column {
	float: left;
	width: 600px;
	text-align: left;
	vertical-align: top;
}

#right_column {
	float: right;
}

#ref_table {
	width: 100%;
}

#ref_grey {
	background-color: #999999;
	height: 24px;
	color: #FFFFFF;
}

#ref_dots {
	background-image: url(/images/referencer/back.gif);
	background-repeat: repeat-y;
}

#ref_content {
	width: 99%;
}


/* TEASERS */

#homepage_callout {
	
}

#teaser_spacer {
	margin-bottom: 15px;
}

/* FONTS */

.toplinks {
	font-family: Tahoma;
	color: #a4a4a4;
	font-size: 12px;
}

.pagenames {
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 36px;
}

.pagetitles {
	height: 110px;
	font-family: Georgia;
	color: #bfbfbf;
	font-size: 36px;
}

.footerlinks {
	font-family: Tahoma;
	color: #a4a4a4;
	font-size: 12px;
}

.left_column {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


/* LINKS */

A.toplinks_dark:link {color: #646464; text-decoration: none} 
A.toplinks_dark:visited {color: #646464; text-decoration: none} 
A.toplinks_dark:hover {color: #CC0000; text-decoration: none} 
A.toplinks_dark:active {color: #646464; text-decoration: none}

A.greylinks_light:link {color: #a4a4a4; text-decoration: none} 
A.greylinks_light:visited {color: #a4a4a4; text-decoration: none} 
A.greylinks_light:hover {color: #CC0000; text-decoration: none} 
A.greylinks_light:active {color: #a4a4a4; text-decoration: none}

A:link {color: #9db200; text-decoration: none} 
A:visited {color: #9db200; text-decoration: none} 
A:hover {color: #CC0000; text-decoration: none} 
A:active {color: #9db200; text-decoration: none}





