
body {
	background-color: #0D4456;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.style1 {
	color: #34B1E1;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	/*	color: #83929d;*/
	color:Black;
	font-size: 12px;
	font-family: tahoma;
}
.style3 {
	color: #34B1E1;
	font-size: 12px;
	font-family: tahoma;
}

.tdSmallContent{
	text-align:left;
	color:black;
	font-size: 12px;
	font-family: tahoma;
}
.td_blue{background: #0D4456;}


/*

.style8 {color: #adb7be; font-size: 10px; font-family: verdana; }
.link1 {
	display: block;
	width: 146px;
	height: 24px;
	padding: 12px 0px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link14 {
	display: block;
	width: 240px;
	height: 11px;
	padding: 5px 0px 0px 300px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color:white;
}
.link2 {
	color: #FFFFFF;
}

.link3 {
	padding-left: 16px;
	background: url(../Images/homepage13.gif) no-repeat left center;
}*/

#portfolio {
	margin: 0 0 0px 0px;
	/* top right bottom left*/
}
	
	#portfolio ul {
		list-style: none; /* Remove the bullet points from the list */
	}
		#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			margin: 0 45px 5px -40px;
			
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */

		}

.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */

