@charset "utf-8";
/* CSS Document */

* { 
	margin: 0 0;
	padding: 0 0;
  }


body { background:#000000; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:lighter; margin-top:10px; }

.hiddenPic {display:none;}

a img {border-width: 0;}

a#home img {background: url(../images/buttons/home_basic.png) top left no-repeat;}
a#portfolio img {background: url(../images/buttons/portfolio_basic.png) top left no-repeat;}
a#contact img {background: url(../images/buttons/contact_basic.png) top left no-repeat;}

a#home:hover img {background: url(../images/buttons/home_over.png) top left no-repeat;}
a#portfolio:hover img {background: url(../images/buttons/portfolio_over.png) top left no-repeat;}
a#contact:hover img {background: url(../images/buttons/contact_over.png) top left no-repeat;}



.bodytext{ font-family: Arial, Helvetica, sans-serif; font-size:13px; color: #000000; font-weight:bold ; }
.content{ font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:lighter ; }


h1 { font-family:Verdana, Arial, Helvetica, sans-serif; color:#808080; font-size:20px; font-weight:bold; }


p.black{ font-size:12px; font-weight:bold; color: black; }
p.red{ font-size:12px; font-weight:bold; color: red; }
p.thx{ font-size:20px; color:#D3D3D3; font-weight:bold; }

p.title{ font-size:12px; font-weight:bold; color: #D3D3D3; }
p.desc{ font-size:12px; font-weight:lighter; color: #D3D3D3; }



