@charset "utf-8";
/****************************
	Filename: template.css
	Created By: Jay Kisner
	Created On: 09-06-2010
	Updated On: 09-0-2010
	Description:
    This file contains all the css needed
    for the template system.
	Version 1.00
		1.00 - Initial creation of this file
****************************/

/* HTML Tags */
body{
  background-image: url(../images/bg_02.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}
img{
  padding: 0;
  margin: 0;
  border: 0;
}
A:link {
    color:            #ffffff;
    text-decoration:  underline;
}
A:visited {
    color:            #666666
    text-decoration:  underline;
}
A:hover {
    color:            #646464;
    text-decoration:  none;
}
A:active {
    color:            #026597;
    text-decoration:  none;
}
em{
   font-style: italic;
   font-weight: bold;
}


/* Begin Header Area */
#header{
  position: relative;
  height: 120px;
}
#title_img{
  position: absolute;
  top: 20px;
  right: 50px;
}
#header_img{
  position: absolute;
  top: 0px;
  left: 0px;
}

/* Begin Navigation Buttons */
#navigation{
  position: absolute;
  top: 25px;
  left: 0px;
  width: 450px;
  height: 300px;
}
#btn_home{
  position: absolute;
  top: 0px;
  right: 2px;
}
#btn_resume{
  position: absolute;
  top: 50px;
  right: 5px;
}
#btn_photo{
  position: absolute;
  top: 100px;
  right: 15px;
}
#btn_music{
  position: absolute;
  top: 150px;
  right: 35px;
}
#btn_community{
  position: absolute;
  top: 200px;
  right: 55px;
}
#btn_mailinglist{
  position: absolute;
  top: 250px;
  right: 85px;
}
#btn_contact{
  position: absolute;
  top: 300px;
  right: 130px;
}


/* Begin Content Area */
.work{
	font-weight: bold;
  font-size:.8em;
	font-family: Arial, Helvetica, sans-serif;
  color: #FFFF99;
}


/* Begin Footer Section */
#icons{
  width: 200px;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
#icons a{
  padding: 0px 5px;
}
#footer{
  padding-top: 50px;
  color: #FFFFFF;
  text-align: center;
  font-size: .8em;
  font-style: italic;
}