/* General default styles */
body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#455900 url(../images/orchid.jpg) no-repeat left top;
	font-family: Candara, Trebuchet, Helvetica, Verdana, sans-serif;
	font-size:90%;
	color: #EBE6E3;
	}
p {
	margin:1.2em 0 .8em 0;
	padding:0;
	line-height: 1.5;
	}
a {
	color: #FED772;
	}
a:hover {
	text-decoration: none;
	color: #EBE6E3;
	}
h1, h2, h3 {
	font-weight: normal;
	color: #FED772;		
	margin:.8em 0 .2em 0;
	padding:0;
	}
h1 a, h2 a, h3 a {
	text-decoration: none;
	} 
img {
	margin:10px 0 5px 0;
	}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height: 250px;		/*Placement: Body content to clear the picture */
	margin:0;
	}
#header p,
#header h1,
#header h2,
#header h3 {	
	margin-left:500px;	/* placement: 500px inset (clear the image) */
	}
#header h1 {
	margin-top: 50px;	/* placement: off the top of the page */
/*	line-height: 0.9;*/
	text-indent: -1.4em;	/* pseudo-centering of second line */
	}
#header h1 span {		
	font-size: 180%;	/* (= 1.8em) */
	font-weight: bold;
	line-height: 0.9;*/
	}

#main 	{
	clear: both;
	}

/* column container */
.container {
	position:relative;	/* This fixes the IE7 overflow-hidden bug */
	clear:both;
	float:left;
	width:100%;		/* width of whole page */
	overflow:hidden;	/* Truncates any overhanging divs */
	}
/* common column settings */
.colmid,
.colleft {
	float:left;
	width:100%;		/* width of page */
	position:relative;
	}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0;		/* Important! No left and right padding on columns! */
				/* Use width instead */
	padding-top:0;
	padding-bottom: 1em;
	overflow:hidden;
	}

/* 3 Column Layout settings (ref: http://matthewjamestaylor.com/blog/perfect-3-column.htm )*/
.container {
	background:transparent;	/* right column background colour */
	}
.container .colmid {
	right:25%;		/* width of the right column */
	background:transparent;	/* center column background colour */
	}
.container .colleft {
	right:50%;		/* width of the middle column */
	background:transparent;	/* left column background colour */
	}
.container .col1 {
	width:46%;		/* width of center column content*/ 
				/*(column width minus the 2% padding on either side) */
	left:102%;		/*Placement: ([100%]+[left padding of center column]) */
	}
.container .col2 {
	width:21%;		/* Width of left column content*/ 
				/* (column width minus the 2% padding on either side) */
	left:31%;		/* Placement: ([right column width] */
				/*		+[left column left padding] */
				/*		+[center column left and right padding]) */
	}
.container .col3 {
	width:21%;		/* Width of right column content */
				/* (column width minus the 2% padding on either side) */
	left:85%;			/* Note the bracket nesting here: */
				/* Placement: ([100%] */
				/*		-[left column width] */
				/* 		+[center column left & right padding] */
				/* 		+[left column left and right padding] */
				/*		+[right column left padding]) */
	}

/* left column Menu Styles*/
#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#leftmenu li {
	padding: 10px;
	padding-left 20px;
	border-bottom: 1px dotted #7B9418;
	}
#leftmenu h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #7B9418;
	}
#leftmenu a {
	text-decoration: none;
	}
#leftmenu a:hover {
	}

/* sub-menu style here */
#leftmenu li ul {
        padding: 5px 5px 5px 30px;
        }
#leftmenu li ul li {
        padding: 0px;
        font-size: 80%; 
        border-bottom: 0px;
        }

/* Right Column */
.picturelink {
	border-bottom: 1px dotted #7B9418;
	}
.picturelink img {
	margin:20px 0 0px 30px;
	}
.picturelink p {
	margin-top:0.4em;
	}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	background:#455900;
	font-size: 80%;
	text-align:center;
	}
#footer p {
	padding:10px;
	margin:0;
	}
/* Footer Menu */
#footer ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	}
#footer ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
#footer ul li a {
	text-align:center;
	text-decoration:none;
	position:relative;
	line-height:2em;
	}

/* a few specifics to go here ...*/
#KetePhoto {
        float: left;
        padding-right: 30px;
        }


/*eof*/

