/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #fff; 
	margin: 0; 
	padding: 0;
	}
p {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	}
li {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	}

h1 {
	font-size:20px;
	letter-spacing: 1px; 
	margin-top:30px;
	margin-bottom:20px;
	color:#660000;
	}

h2 {
	font-size:14px;
	letter-spacing: 1px; 
	margin-top:30px;
	margin-bottom:20px;
	color: #660000;
	}

h3 {
	font-size:11px;
	letter-spacing: 1px; 
	margin-top:30px;
	margin-bottom:20px;
	color: #660000;
	}

a:link {
	font-size:13px;
	text-decoration: none;
	color:#660000;
	}
a:visited { 
	text-decoration: none;
	color:#660000;
	}
a:hover, a:active {
	font-style:inherit;
	color:#990000;
	}

#headermenu {
	font-size:10px;
	text-decoration: none;
	color:#FFFFFF;
	}

#style1 {
	color: #FFFFFF;
	font-size:10px;	
	}
	
#style2 {
	font-size: 11px;
	font-weight: bold;
	color:#660000
}

#column1 {
	margin:0px;
	float: left;
	width: 390px;
	padding:0;
	text-align:center;
}
#column2 {
	float: right;
	width: 400px;
	padding:0;
}
#readmore {
	text-align:right;
	color:#990000;
	margin-top: -10px;
}