/* Layout Stylesheet */ 
* {
  padding: 0;
  margin: 0;
}

html {
  overflow: auto;
}

body {
  margin: 0; 
  padding: 0;
  background: #49525d; 
  color: #333333;
}
      
#c-col {
  position: relative;
  margin: 0 auto;
  width:905px;
  color: #fff;
  padding: 20px;
  z-index: 3;
}

/* Formatting Stylesheet */ 
#header {
  font-size: 0;
  line-height: 0;
}

#header_left {
  float: left;
  padding-top: 14px;	
}

#header_right {
  float: left;
  width: 651px;
}

#header_right img {
  border: none;	
}

#header_right a {
  outline: none;
}

#clearance {
  clear: both;
}
 
#c_body {
  background: #49525d  url('../images/background.jpg');
  width: 905px;
  height: 363px;
}

#col_body {
  background: #49525d  url('../images/resume_bground.jpg');
  width: 905px;
  height: 363px;
}

#abt_body {
  background: #49525d  url('../images/bground.jpg');
  width: 905px;
  height: 363px;
}

#awards img {
  margin-top: 5px;
  border: 1px dotted #000;
}

#download img {
  padding-bottom: 10px;
}

#resume_body {
  padding: 15px 20px 0 20px;;
  color: #d5d5d9;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: justify;
}

#about_body {
  padding: 15px 20px 0 20px;;
  color: #d5d5d9;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  text-align: justify;
}

#resume_body a {
  text-decoration: none;
  color: yellow;
}

#footer_copy {
  color: #d5d5d9;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  letter-spacing: 2px;
  font-size: 11px;
  width:905px;
}

#footer_copy a{
	text-decoration: none;
	color: #97C8F0;
	font-weight: bold;
}

#sidebar {
  float: left;
  width: 290px;
}

#contentbar {
  float: left;
  width: 615px;
}

#menu {
  padding: 45px 0 50px 34px;
  width: 240px;
  font-size: 0;
}

#menu img {
  border: none;
}

#menu a {
  outline: none;
}

.hidepiece {
	width: 96px;
	float: left;
}

.pagetext {
  color: #d5d5d9;
  font-family:Trebuchet,Tahoma,Arial,sans-serif;
  font-weight: bold;
  font-size: 16px;
}

/* Pagination Links style*/
.paginationstyle .flatview a { 
  padding: 0 5px;
  text-decoration: none;
  outline: none;
  border: 1px solid black;
  color: #fff;
  background-color: #6F7491;
}

/* Pagination Div "flatview" Links style*/
.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected {
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #3B40C3;
}