/* joshbauman.com 17.11.07
	joshbauman.com v.0.1
	don't steal my stuff */
	
body {
	background-image: url('../images/bgpattern.jpg');
	background-repeat: repeat;
	font-family:Verdana, Geneva, Arial, Helvetica;
 	font-size:10pt;
 	}

a  {
 color:#000000;
 text-decoration:none;	
 border-bottom:dotted;
 border-bottom-color:#999999;
 }
 
a:hover {
 color:#666666;
 }

	 	
img  {
	 border:solid;
	 border-color:#737373;
	 border-width:1px;
 }
 
#logopicture {
 position:absolute;
 top:10px;
 left:8px;
 width:797px;
 height:147px;
 padding:0px;
 background-image: url(../images/logo.jpg);
 background-repeat: no-repeat;
 background-color:#ffffff;
 line-height:17px;
	}

#menu { 
 background-image: url('../images/bgpatterndark.jpg');
 background-repeat: repeat;
 position:absolute;
 top:165px;
 left:8px;
 width:360px;
 height:20px;
 padding:10px;
 border-top:solid 1px;
 border-left:solid 1px;
 border-bottom:solid 1px;
 border-right:solid 1px;
 }

#menu a {
 color:#000000;
 text-decoration:none;
 letter-spacing:2pt;
 border-bottom:none;
  }

#main {
 color:#000000;
 position:relative;
 top:195px;
 left:200px;
 bottom:0px;
 width:630px;
 padding:10px;
 /*border-left: solid 1px; */
 }
 
 

