@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	line-height:130%;
	background-image:url(../images/backgrnd.gif);
	background-repeat:repeat-x;
	margin-top: 10px;
}

#maincontainer {
	width: 900px;
	background-image:url(http://www.robibanerjee.com/images/patternback.png);
	background-repeat: repeat-x;
	overflow:hidden;
	border:1px solid #999;
}

#cv-box {
	width: 780px;
	border:0px solid #999;
	text-align:left;
}

#leftcolumn {
	width: 220px;
	float:left;
	background:#FFF;
	border-right:1px solid #999;
}

#leftcolumn2 {
	width: 263px;
	height:240px;
	float:left;
	background:#FFF;
	border-right:0px solid #999;
}

#rightcolumn {
	width: 626px;
	float:right;
	background-color:#FFF;
	padding:0;
	margin:0;
}

#logoscolumn2 {
	width: 605px;
	float:right;
	background-color:#FFF;
	padding:0;
	margin:0;
}

#logoscolumn img {
	float:left;
	border-bottom:1px solid #999;
	border-right:1px solid #999;	
}

#button {
	width: 263px;
	height: 217px;
	background-image:url(http://www.robibanerjee.com/images/buttonback.png);
	text-align:center;
}


#clearleftbox {
	width: 263px;
	background:#FFF;
}

#footer {
	width: 966px;
	height: 30px;
	margin-top: 20px;
	color:#CCC;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

