/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */



html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666666;
	width:100%;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#logo {
	position:absolute;
	top:1px;
	left:25px;
	
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	min-width:1000px;
	height:16px;
	background-color:#C8DCC3;
}
div#header-clients {
	min-width:1560px;
	height:16px;
	background-color:#C8DCC3;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	div#header-clients p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
		
	}

div#content {
	padding:60px 0 60px 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div#content2 {
	padding:120px 0 60px 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
div#content3 {
	padding:90px 0 60px 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
div#portfolioItems {
	position: relative;
	top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#btn-right {
	float: right;
	margin-right:12px;
	margin-bottom:5px;
}
#btn-left {
	float: left;
	margin-left:12px;
	margin-bottom:5px;
}
div#content p {
	text-align:justify;
	padding:0 1em;
}

div#footer {
	position:absolute;
	min-width:1000px;
	width:100%;
	bottom:0; /* stick to bottom */
}
div#footer-clients {
	min-width:1560px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
div#footerStripe {
	background-color:#88AFDD;
	height:16px;

}
	
