*{
 margin: 0;
 padding: 0;

}

a:link {color: #2e79c5; text-decoration: none; }
a:visited {color: #778898; text-decoration: none; }
a:hover {color: #0066cc; text-decoration: bold; }
a:active {color: #2e79c5; } 

h2 {color: #3d88d3; }
h3 {color: #3d88d3; }

html, body

{
	text-align: center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #FFFFFF;
	color:#333333;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	z-index:1;
	margin:auto;

}

#pageWrap{
	margin:auto;
	width:100%;
	height:auto !important;
	min-height:600px;
}

hr.e {border: none 0; 
	border-top: 20px dashed #000;
	width: 100%;
	height: 1px;
	margin: 10px auto 20px 0;
	text-align: left;
	}	


#name {
	font-family:Tahoma, sans-serif;
	font-size:36pt;
	color:gray;
}


/*#logo{
	background-image: url(images/logo.png);
	width:811px;
	height:106px;
	margin:auto;
}*/

#logo{
	background-image: url(images/logo-1.png);
	width:811px;
	height:119px;
	margin:auto;
	margin-top:5px;
}

#headerBorder{
	background:url(images/line_border.gif) repeat-x;
	width:100%;
  	background-color: #FFFFFF;
	height:70px;
	margin-bottom:30px;
}

#content{
	width:880px;
	height:auto;
	margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;	
}

#leftCol{
	width:460px;
	float:left;
	height:auto;
	text-align:justify;
	margin:10px;
}

#contentleft{
	width:460px;
	height:300px;
}
#rightCol{
	width:400px;
	float:right;
	height:300px;
	text-align:center;
	margin:auto;
}

#contentRight{
	background:url(images/me.png) no-repeat;
	width:400px;
	height:300px;
	margin-left:20px;
}

#footerWrap{
	width:100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background:#4c4b4b;
	color:grey;
	text-align:justify;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
#footer{
	width:880px;
    margin-left: auto;
    margin-right: auto;	
	height:auto;
	text-align:justify;
}

#footer h3{
	margin-bottom:5px;	
}

#col1{
	width:220px;
	float:left;
	height:auto;
	text-align:justify;
	margin-left:35px;
	margin-right:70px;
}
#col1Content{
	width:216px;
	height:auto;	
	text-align:justify;
	padding:10px;
}
#col2{
	width:220px;
	float:left;
	height:auto;
	text-align:left;
}
#col2Content{
	width:216px;
	height:auto;
	text-align:left;
	padding:10px;
}
#col3{
	width:220px;
	float:left;
	height:auto;
	text-align:left;
	margin-right:70px;
}
#col3Content{
	width:216px;
	height:auto;
	text-align:left;
	padding:10px;
}
#col3Content p{
	border-top:solid 1px gray;
}
#col4{
	width:220px;
	float:left;
	height:auto;
	text-align:left;
}
#col4Content{
	width:216px;
	height:auto;
	text-align:left;
	padding:10px;
}
#col4Content p{
	border-top:solid 1px gray;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}