	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#ccc;
		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%;
		text-align:center;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#000066;
		/* background:#369; */
		text-decoration: none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-family: Verdana, Arial, Helvetica;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family: Verdana, Arial, Helvetica;
	}

	h1 {
		font-size: 14px;
	}
	h2 {
		font-size: 14px;
	}
	h3 {
		font-size: 12px;
	}

	ul {
		list-style-type: square;
		font-family: Verdana, Arial, Helvetica;
		font-size: 14px;
	}
 


	#fixed {
		margin:10px auto;
		width:90%;   /* you can use px, em or % */
		text-align:left;

	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background: #fff;
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
	}
	#header {
		/* border-bottom:1px solid #000; */
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header h1 {
		font-size: 16px;
	}
	#header h2 {
		font-size: 14px;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:10px 0 10px 0;
		background: #BAC4FA;
		font-family: Verdana, Arial, Helvetica;
		font-size:12px;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0px;
		padding:0px;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#BAC4FA;
		color:#000;
		text-decoration:none;
		position:relative;
		left:0px;
		line-height:1.3em;

	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
		padding:3px 10px;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#369;
	}
	#header ul li a span {
		display:block;
	}

	/* column container */
	.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%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage {
		background:#fff;		/* page background colour */
	}
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}

	/* Columns settings */
	#container1 {
	    float:left;
	    width:100%;
	    margin: 5px;
	}
	#container1 p span {
		font-size: 17px;
		color: red;
		font-weight:bold;
	}
	#col1 {
	    float:left;
	    width:28%;
	    margin: 2px;
	    background-color: #FFA9A9;
	    border: 5px solid #DA4F4F;
	}
	#col2 {
	    float:left;
	    width:35%;
	    margin: 2px;
	    background-color: #A5BCEC;
	    border: 5px solid #5670A9;
	}
	#col3 {
	    float:left;
	    width:30%;
	    margin: 2px;
	    background-color: #A2F3A2;
	    border: 5px solid #5CCA5C;
	}


	
	/* Portfolio settings */
	#portfolio {
		float:left;
		width:100%;
		background:#BAC4FA;
		font-family: Verdana, Arial, Helvetica;	
		font-size: 11px;
		padding: 15px;

	}
	#p-col1 {
		float:left;
		width:24%;
		text-align: center;
		padding-top: 15px;
	}
	#p-col2 {
		float:left;
		width:24%;
		text-align: center;
		padding-top: 15px;
	}
	#p-col3 {
		float:left;
		width:24%;
		text-align: center;
		padding-top: 15px;
	}
	#p-col4 {
		float:left;
		width:24%;
		text-align: center;
		padding-top: 15px;
	}

	/* News Box */

	#newsbox {
		clear:both;
		float: left;
		width: 100%;
		font-family: Verdana, Arial, Helvetica;	
		font-size: 11px;
		padding: 10px;
	}
	#nbox1 {
		float: left;
		width: 50%;
	}
	#nbox2 {
		float: left;
		width: 50%;
	}

	/* Bottom Nav */

	#footernav {
		clear:both;
		float:left;
		width:100%;
		font-family: Verdana, Arial, Helvetica;
		text-align: center;
		background: #fff;
		font-size: 14px;
		border-top: 1px solid #000;
	}


	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		/* border-top:1px solid #000; */
		font-family: Verdana, Arial, Helvetica;
		background: #fff;
	}
	#footer p {
		padding:10px;
		margin:0;
		text-align: center;
		font-size: 11px;
	}

