@import url("reset.css");



body {
	padding-bottom: 100px;
}



#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-top: 45px;
}



.float_right {
	float: right;
}



.float_left {
	float: left;
}



#slider {
	margin-top: 35px;
}



#wrapper #slider li#slide_six {
	background: url(../images/slide_6.jpg);
	width: 900px;
	height: 200px;
}



#wrapper #center_column {
	background: url(../images/cisco_bg.jpg) no-repeat top right #d7e6f7;
	border: 1px solid #0060c4;
}



#left_column { 
	float: left; 
	width: 435px;
	margin-right: 30px;
}



#right_column { 
	float: left; 
	width: 435px;
	margin-right: 0px;
}



.blue_box {
	background: #d7e6f7;
	border: 1px solid #0060c4;
	height: 346px;
}



.clear { 
	clear: both; 
}



a {
	text-decoration: underline;
	color: #007274;
}



a:hover {
	text-decoration: underline;
	color: #4c9c9d;
}



/*Resume Section*/



#resume_leftCol {
	float: left;
	width: 670px;
	margin-right: 30px;
}



#resume_rightCol {
	float: left;
	width: 200px;
}



.resume_blue_box {
	background-color: #d7e6f7;
	border: 1px solid #0060c4;
}
