/* CSS Document */
body {
	background-color: #ececec;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: scroll;
}

body,td,th {
	color: #000000;
	font-size:11px;
	font-family: arial, verdana;
}
	
a:link { 
	color: #555555;
	font-family:arial;
	font-size: 11px;
	text-decoration: none;
	}
a:visited { 
	color: #555555;
	font-family:arial;
	font-size: 11px;
	text-decoration: none;
	}
a:hover { 
	color: #c1d359;
	font-family:arial;
	font-size: 11px;
	text-decoration: none;
	}
a:active { 
	color: #555555;
	font-family:arial;
	font-size: 11px;
	text-decoration: none;
	}

#box {
	margin: 10px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

#bottom {
	font-size: 11px;
	color: #b7b7b7;
	font-weight: normal;
}

#select {
font-size:11px;
font-family: arial, verdana;
color: #c1d359; 
}

.main_header { position:absolute; left:50%; margin-left:-410px; top:0px; z-index:2;}

.body_left { position:absolute; left:50%; margin-left:-410px; top:230px; width:292px; height:523px; background-color:ffffff; z-index:2;}

.body_right { position:absolute; left:50%; margin-left:-110px; top:230px; width:600px; height:523px; background-color:ffffff; z-index:2;}

.bottom { position:absolute; left:50%; margin-left:-410px; top:760px; width:800px; z-index:2; }

.copyright { position:absolute; left:50%; margin-left:273px; top:760px; width:auto; z-index:2; }

.btn_portfolio{
  width:109px; 
  height:33px; 
  overflow: hidden; 
  background: url(images/table_04.jpg) top left no-repeat;
  display: block;
  } 
.btn_portfolio:hover{
  background: url(images/table_04.jpg) bottom left no-repeat; 
  }

.btn_blog{
  width:60px; 
  height:33px; 
  overflow: hidden; 
  background: url(images/table_05.jpg) top left no-repeat;
  display: block;
  } 
.btn_blog:hover{
  background: url(images/table_05.jpg) bottom left no-repeat; 
  }

.btn_contact{
  width:104px; 
  height:33px; 
  overflow: hidden; 
  background: url(images/table_06.jpg) top left no-repeat;
  display: block;
  } 
.btn_contact:hover{
  background: url(images/table_06.jpg) bottom left no-repeat; 
  }
