	html, body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		color:#313034;
		min-width:200px;		/* Minimum width of layout - remove line if not required */
		font-size:100%;
		font-family: Verdana, Tahoma, sans-serif;
		height:100%;
	}
	a {
		color:#26242c;
		font-weight:normal;
		text-decoration:none;
		line-height: 1.2;
	}
	a:hover {
		color:#26242c;
		font-weight:normal;
		line-height: 1.2;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		clear:both;
		color:#313035;
	}
	p {
		margin:.4em 0 .8em 0em;
		padding:0;
		text-indent:1em;
		text-align:justify;
	}
	img {
		border:0px;
	}
	img a {
		border:0px;
	}
	.tdport {
		border:#000 solid 1px;
		border-collapse:collapse;
		padding:10px 10px 10px 10px;
	}
	/* Header styles */
	#header {
		text-align:center;
		width:100%;
		height:209px;
	}
	/* 'widths' sub menu */
	#head1 {
		background:#fff;
		text-align:center;
	}
	#head2 {
		background:#fff;
		text-align:center;
	}
	#clear {
		clear:both;
	}
	#mark {
		background:#E6E6E6;
		background-position:top right;
	}
	#blogdate {
		text-align:right;
		margin:0 0 0 0px;
	}
	/* column container */
	#content {
		min-height: 100%;
		height: auto !important; 
		height: 100%;
		margin-bottom:-38px;
	}
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border-bottom: #000 solid 1px;
		border-top: #000 solid 1px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		margin:20px 0 0 0;
		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;
	}
	.col2 {
		background:#efefef;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right: #000 solid 1px;
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#efefef;	/* left column background colour */
		border-right: #000 solid 1px;

	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}.threecol .col1 a {
		text-decoration:underline;
	}
	.threecol .col1 a:hover {
		text-decoration:none;
	}
	.threecol .col1 p {
		margin:.4em 0 .8em 0em;
		padding:0;
		text-indent:1em;
		background: url('img/p.gif') no-repeat 100%;
		background-position: left top;
		text-align:justify;
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.menu a{
		padding:0 0 0 23px;
		font-size:130%;
	}
	.menu2 a{
		padding:0 0 0 23px;
		font-size:130%;
		background:url('img/selmenu.png') no-repeat;
		background-position: left center;
	}
	.menu a:hover {
		padding: 0 0 0 23px;
		background:url('img/dotmenu.png') no-repeat;
		background-position: left center;
	}
	/* Footer styles */
	#footer {
		clear:both;
		color:#F4F4F4;
		float:left;
		background:#000;
		position:relative;
		margin:0 auto;
		height:36px;
		width: 100%;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-size:70%;
		text-align:left;
	}
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
	}