body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-size: 13px;
	line-height:16px;
}

a {
	
	
}

#container {
	width: 890px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: 55px;
}


#leftSide {
	float: left;
	align:left;
	text-align: left;
	width: 330px;
	background: #ffffff;
}
#logo {
	margin-top: 40px;
	align: left;
}


#mainText {
	text-align: left;
	margin-top: 60px;
	width: 300px;
}

#contact {
	text-align: left;
	margin-top: 30px;
}

#history {
	text-align: left;
	margin-top: 30px;
}
#edu {
	text-align: left;
	margin-top: 30px;
}

.header {
	color: #3c85aa;
	font-weight: bold;
}

#rightSide {
	float: left;
	background: #ffffff;
	height: 780px;
	width: 560px;
}

a {
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:none;
}

.portfoliolink a {
	font-size: 16px;
	color: #d5622d;
	text-decoration:none;
}

.portfoliolink a:hover {
	color:#666;
	text-decoration:none;
}


#copy {
	width: 900px;
	margin: 0 auto;
	padding-right: 15px;
	text-align: right;
	font-size: 10px;
}

#footer {
	clear: both;
	/*background: #0090b4;*/
	/*background: #3c85aa;*/
	/*background: #98c6d8;*/
	background: #8fbbcc;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 900px;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
}
table, th, td
{
	border: 0px solid black;
	border-collapse: collapse;
}

 