div#header { height:120px; background: #373737 url("./logo-header.jpg") no-repeat center; margin: 0;}
div#navigation { text-align: center; font-size: 16px; margin-bottom: 6px; }
div#navigation li { display:inline; list-style: none; margin-left: 5px;}
div#navigation li span.link {color: #373737;}
div#navigation li a:link {text-decoration: underline; color: #373737;}
div#navigation li a:visited { color: #373737;}
div#navigation li a:hover { color: #0ec6fc; }
div#content { width:100%; background: #fff; }

div#content ul.mainproject li { list-style:none; width: 760px; background: #eee; min-height: 180px; margin-bottom: 15px; padding: 5px; border: 1px solid  #021a40; overflow: hidden;}

div#content li span.title{ font-size: 14px; font-weight: bold; }
div#content li span.description{ font-size: 12px;  }

div#content li span img.thumbnail { float: right; margin-left: 10px; border: 1px solid #021a40 ;}

html,body { margin:0px;
			padding:0px;
			font-family: Tahoma, Arial, Sans-Serif;
			font-size:12px;
			}

a { color: 000;}

h1,h2 { color: #0ec6fc; margin:.8em 0 .2em 0;
		padding:0;
} 


	.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 */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		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;
	}

.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
		background: #373737; 
		color: fff;
	}
	#footer p a{ 
		color: fff;
	}

