/*

016cfd

1865ce

1766d2

*/



body{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:14px;

color:#666666;

background-color:#555555;

margin-top:0px;

}



h1{

font-size:24px;

}

.h2class{
	color:#06F;	
}



ul.square {list-style-type:square}



	a:link              { color:#06F; text-decoration:none; }

    a:visited           { color:orange; text-decoration:none; }

    a:hover             { color:#06F; text-decoration:underline; }

    a:active            { color:orange; text-decoration:underline; }



.tablebg{

background-color:#FFFFFF;

background-image:url(../images/backdrop.png);

}



.tablebg_index{

background-color:#FFFFFF;

background-image:url(../images/backdrop.png);

background-position:top;

background-repeat:no-repeat;

}



#menu {

  list-style: none;

  padding: 0;

  margin: 0;

  width: 970px;

  height: 228px;

  background: url(../images/banner.jpg) no-repeat;

  position: relative;  

}

#menu span {

	display: none;

	position: absolute;

}

#menu a {

	display: block;

	text-indent: -900%;

	position: absolute;

	outline: none;

}

#menu a:hover {

	background-position: left bottom;

}

#menu a:hover span{

	display: block;

}

#menu .home {

	width: 121px;

	height: 60px;

	background: url(../images/home.png) no-repeat;

	left: 417px;

	top: 175px;

}

#menu .home span {

	width: 118px;

	height: 24px;

	background: url(../images/home-over.png) no-repeat;

	left: 28px;

	top: -20px;

}



#menu .picfolio {

	width: 143px;

	height: 60px;

	background: url(../images/pic-folio.png) no-repeat;

	left: 540px;

	top: 170px;

}

#menu .picfolio span {

	width: 118px;

	height: 24px;

	background: url(../images/folio-over.png) no-repeat;

	left: 44px;

	top: -15px;

}



#menu .blog {

	width: 108px;

	height: 60px;

	background: url(../images/blog.png) no-repeat;

	left: 685px;

	top: 166px;

}

#menu .blog span {

	width: 118px;

	height: 24px;

	background: url(../images/blog-over.png) no-repeat;

	left: 26px;

	top: -20px;

}



#menu .about {

	width: 108px;

	height: 60px;

	background: url(../images/about.png) no-repeat;

	left: 794px;

	top: 161px;

}

#menu .about span {

	width: 118px;

	height: 24px;

	background: url(../images/about-over.png) no-repeat;

	left: -15px;

	top: 48px;

}



div#page {

	width: 890px;

	background-color: #fff;

	margin: 0 auto;

	text-align: left;

	border-color: #ddd;

	border-style: none solid solid;

	border-width: medium 1px 1px;

}

