@charset "utf-8";
/* CSS Document */


body  {
	font: 85% Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #646464;
	background-color:#547AB8;
}
#container2 {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ecebeb; /* the s (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */


	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
} 
#container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ecebeb; /* the s (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width:4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;

	
	
}

#outerborder {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 0px;
}


#leftcol { 
float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ecebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:0px;
}


#le22ftcol { 
float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ecebeb; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
}

#maincontent {
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 33px;
	margin-left: 158px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-top: 10px;
} 
#sbor3der {

	
	
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#mainleftcontenthome {

	background-color: #FFFFFF;
	margin-right: 1px;
	margin-bottom: 22px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 22px;
	border: 1px solid #D6D6D3;
	

}

#mainleftcontentsec {
	background-color: #FFFFFF;
	

	margin-bottom: 22px;
	margin-left: 38px;
	padding-top: 25px;
	padding-right:50px;
	padding-bottom: 5px;
	padding-left: 40px;
	border: 1px solid #D6D6D3;
	width:620px;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainleftcontentsecport {
	background-color: #FFFFFF;

	margin-top: 0px;
	margin-bottom: 22px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right:40px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #D6D6D3;
	width:685px;

	background-repeat: no-repeat;
	background-position: right bottom;
}


#portfoliohome {
	
	width:250px;
	margin-left: 11px;


	
}
