@charset "utf-8";
/* CSS Document */



body {
	background-color: #414141;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wrapper {
	width: 1100px;
	margin: auto;
	height: 100%;
	background-image:url("../images/backbar.jpg");
}
.greybartop {
	background-image:url("../images/Website-Design_01.jpg");
	background-repeat:no-repeat;
	height:49px;
	width:1100px;
}
.header {
	height:472px;
	width:inherit;
	text-align:center;
}
.logobar {
	background-image:url("../images/Website-Design_03.jpg");
	height:106px;
	width:800px;
	margin: auto;
}
.photo {
	background-image:url("../images/Website-Design_05.png");
	width:800px;
	height:316px;
	margin:auto;
}
.nav {
	width:800px;
	height:50px;
	margin:auto;
	margin-bottom:0px;
}
img{
	border: 1px double #ffffff;
}
.content {
	width:780px;
	height:inherit;
	margin:auto;
	text-align:left;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#000;
	margin-top:0px;
	padding: 10px;
}
.footer {
	background-image:url("../images/Website-Design_14.jpg");
	background-repeat:no-repeat;
	height:33px;
	margin:auto;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	width:1100px;
	font-size:10px;
	padding-top:5px;
}
.seperator {
	background-image:url("../images/Website-Design_12.jpg");
	background-repeat:no-repeat;
	height:2px;
	width:800px;
	margin:auto;
}

#home
{
  display:inline-block;
  width: 97px;
  height: 50px;
  background: url("../images/home.jpg") no-repeat 0 0;
  background-position: 0 -50px;
  border:0;

}

#aboutpic
{
	padding:5px;
	background-color:#333;
	text-align:center;
	width:250px;
	float:right;
	margin:10px;
	margin-top:0px;
}
#aboutname
{
	color:#0093F6;
	font-size:12px;
}
#abouttext
{
	text-align:left;
	padding-left: 7px;
	margin-left: 7px;
	font-size:10px;
}
#home:hover
{ 
  background-position: 0 0px;
}
a.white:link {color: #FFFFFF; }
a.white:active {color: #FFFFFF; }
a.white:visited {color: #FFFFFF; }
a.white:hover {color: #FFFFFF;}

#about
{
  display:inline-block;
  width: 114px;
  height: 50px;
  border:0;
  background: url("../images/about.jpg") no-repeat 0 0;
  background-position: 0 -50px;

}
#about:hover
{ 
  background-position: 0 0px;
}
#links
{
 display:inline-block;
  width: 108px;
  height: 50px;
  border:0;
  background: url("../images/links.jpg") no-repeat 0 0;
  background-position: 0 -50px;

}
#links:hover
{ 
  background-position: 0 0px;
}
#contact
{
	 display:inline-block;
  width: 122px;
  height: 50px;
  border:0;
  background: url("../images/contact.jpg") 0 0;
  background-position: 0 -50px;

}
#contact:hover
{ 
  background-position: 0 0px;
}

#personal
{
 display:inline-block;
  width: 162px;
  height: 50px;
  border:0;
  background: url("../images/personalwork.jpg") no-repeat 0 0;
  background-position: 0 -50px;

}
#personal:hover
{ 
  background-position: 0 0px;
}

#professional
{
 display:inline-block;
  width: 197px;
  height: 50px;
  border:0;
  background: url("../images/professionalwork.jpg") no-repeat 0 0;
  background-position: 0 -50px;

}
#professional:hover
{ 
  background-position: 0 0px;
}
.sectionheader{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.sectionpage{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0093F6;
}
