body, select, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
select, input, textarea { color: #62191f; border: 1px solid #ecc25d; font-size: 12px; }

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	    background:#62191f url(/src/left.gif) top left repeat-y;
    }
	
a { text-decoration:none; color: #ffff99; }

	.head { margin: 0px; padding:0px; height: 130px;
	 font-size: 24px; background: #ecc25d url(/src/topright.gif) 850px 0px no-repeat; }
	 .head img { float: left; }
	 .head p { float: left; margin:  60px 0px 0px 10px; }
	#footer p, .head { color:#62191f; }
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:250px;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
	.col1 {
		color: #ecc25d;
		max-width: 980px;
	}
    .leftmenu .col2 {
        float:left;
        width:240px;
        position:relative;
        right:250px;
		background-color: #ecc25d;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:1200px;
		padding-top: 20px;
    }

    #footer p, #footer a.email {
        float:left; padding:5px; margin: 0px;
    }
	#footer, #footer a { color: #ecc25d; }
	#footer p { width: 230px; color: #62191f; margin: 0px 10px 0px 0px;
				background-color: #ecc25d; text-align:right; font-weight: bold;
			 }
	#footer form { height: 25px; padding-top: 5px; }
	#footer .slim { font-weight: normal; font-size: 12px; }
	#footer .copyright { float:right; font-size: 8px; }

.leftnav { width: 200px; border-right: 1px dotted #ffffff; font-size: 11px; }
.leftnav a { float: left; width: 195px; }
.leftnav a:hover, .leftnav a#on { color: #ffffff; }
.spaced a { margin-top: 10px; }
.leftnav b { float: left; width: 195px; margin-top: 10px; }
.spaced b { margin-top: 20px; }

img { border: 0px; }
.tiny { font-size: 10px; }
td.thumbtd { width:90px; vertical-align:top; cursor:pointer; }

h1 { font-size: 18px; padding: 2px; color:#ffffff; margin:0px 0px 5px 0px; border-bottom: 1px dotted #ffffff; }
h2 { font-size: 16px; font-style:italic; margin-top:0px;}

.col2 a { color:#62191f; float: left; width: 145px; padding: 5px 5px 5px 90px; margin:0px;
		background: url(src/topright.gif) -160px -60px no-repeat; 
			text-decoration: none; font-weight: bold; font-size: 14px; }
.widget { margin:20px; text-align:center; }

.imgholder1 { padding:0px; background: url(/src/frame_tl.gif) top left no-repeat; }
.imgholder2 { padding: 0px; margin:0px; background: url(/src/frame_br.gif) bottom right no-repeat; }
.imgholder2 p { padding: 55px 59px 0px 63px; margin:0px; background: url(/src/frame_tr.gif) top right no-repeat; }
.imgholder2 { text-align: left; }
.imgholder img { margin: 0px; }

a.thumb { margin: 5px; text-align: center; }
a.thumb i { background: url(/src/thumb_b.gif) bottom left no-repeat; height: 90px; }
a.thumb i img { padding: 0px 10px 10px 0px;
			background: url(/src/thumb_r.gif) top right no-repeat; }

.biog { text-align:justify; }
.biog img { float: right; margin: 0px 0px 10px 10px; }

a:hover, a.on { text-decoration: none; color: #ffffff; }
