/* CSS Document */

html {
	height:100%;
	/*background-color:#000000*/
	background-color:#3F2A15;
}

body { 

	/*	font: 70%/200% century gothic; */
	font: 66%/200% verdana; 
	font-style:normal;
	font-variant:normal;
	color: #333; 
	margin:0px auto; /* By using 0px and auto it forces the content to be centered on the screen - works on all browsers so far*/ 
	margin-top:20px;
	text-align:left;
	border-top:none;
	line-height:156%;	
}

.img {border:0px;}

h1 {
	color: #44B0C3;
	font-size: 13px;
	line-height:20px;
	padding:0px; 
	margin:0px;
	text-align:justify;
}

p 	{
	padding:0px 0px 0px 0px;	
	margin:10px 0px 10px 0px;
	color:#3F2A15;
	text-align:justify;
}

li	{
	list-style-type:square;
	padding-bottom:5px;
}
a:link {
	text-decoration:underline;
	color:#333333;
}

a:visited {
	color:#333;
}

a:active {
	color:#44B0C3;
}
a:hover { 
	color:#44B0C3;

}



.headerBlue {
	font-weight:bold;
	font-size:11px;
	padding:5px 0px 5px 0px;
	margin:0px;
	color:#44B0C3;

}

.subheader {
	font-weight:normal;
	font-size:10px;
	color:#8C8B8B;
	padding:0px;
	margin:0px;
}



#container {  
	width:765px; 
	height:515px; 
	position:absolute; 
	top:34%; 
	left:34%; 
	margin:-120px auto auto -120px;
	background-color:#3F2A15;	
}

#white {  
	width:765px; 
	height:515px; 
	/*position:absolute; 
	top:34%; 
	left:34%; 
	margin:-90px auto auto -100px; 
	border:1px solid black; */
	text-align:left; 
	background-color:#FFFFFF;
	padding:15px;
	border:10px solid #47B5C9;
}

#header {
	height:100px;
	/*padding:0px 10px 30px 10px;*/
	vertical-align:bottom;	
	padding:0px 0px 20px 0px;
	/*border-bottom:1px solid #333333;*/
}

div#portfolioNav {
	align:center;
	width:83%;
	/*border:1px solid #786569;*/
	text-align:right;
	padding-top:7px;
}


div#portfolioNav img {
	border:1px solid #CCCCCC;
	padding:2px;
	cursor:pointer;
}



div#portfolioHome {
	align:center;
	width:97%; 
	margin:120px 0px 0px 20px !important; 
	margin:60px 0px 0px 20px; 
	text-align:left;	
	padding-top:7px;
}



div#about {
	width:94%; 
	margin:125px 20px 0px 20px !important;
	margin:75px 20px 0px 20px;

}


div#portfolioHome img {
	border:1px solid #CCCCCC;
	padding:2px;
	cursor:pointer;
}

#centerStage {
	/*height:315px;*/
	padding:15px 0px 15px 0px;
	border-top:1px solid #000000;
}

#bottomStage {
	width:100%;
	/*height:100%;*/
	padding:15px 0px 15px 0px;
	float:left;
	overflow:none !important;
	overflow:auto;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	
}

div#clients {
	width:93% !important; 
	width:82%; 
	margin:15px 15px 0px 55px !important;
	margin:15px 15px 0px 50px;
	float:left;
	overflow:none !important;
	overflow:auto;
	
}



div#clients li {
	list-style-type:none;
	margin:0px 0px 0px 0px !important; 
	margin:0px 0px 0px -18px; 
	padding:2px;
}

#contact {
	width:94%; 
	margin:180px 20px 0px 20px !important;
	margin:120px 20px 0px 20px;
}

#footer {
	float:left;
	width:760px;
	height:20px;
	overflow:auto;
	padding:10px 0px 15px 0px;
	margin:0px;
	color:#FFFFFF;
}


