/* Like this style sheet?  Check out http://matthewjamestaylor.com */

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000000;
	min-width:780px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
	background-image:url('images/rosebushes8.jpg');} 
}
#fixed {
   margin:0 auto;
   width:780px;   /* you can use px, em or % */
   text-align:left;
}
A:link {
	COLOR: #FF751A;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #FF751A;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #C00000;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

A:active {
	COLOR: #C00000;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE:8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

h1	{
	margin:.8em 0 .2em 0;
	padding:0;
	color:#C00000;
	font: bold 18pt "verdana", "arial", "sans-serif"
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Top Navigation styles */
#topnav {
	text-align:center;
	clear:both;
	float:left;
	width:100%;
	height:13px;
	background-image:url('images/topbar.gif');
	COLOR: #B0B0B0;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	padding:0px;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:780px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	text-align: left; 
	margin: 0 auto;
}
/* 3 Column settings */
.threecol {
	background:#ffffff;		/* right column background colour */
}
.threecol .colleft {
	right:99%;			/* width of the middle column */
	background:#ffffff;	/* left column background colour */
}

.threecol .col1 {
	width:100%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:1%;			/* Width of left column content (column width minus padding on either side) */
	left:1%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	text-align:center;
	clear:both;
	float:left;
	width:100%;
	height:25px;
	background-image:url('images/footerbar.gif');
	COLOR: #C0C0C0;
	FONT-FAMILY: verdana, arial, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	padding:5px;
}

