body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DFDFDF;
}

a {
	color: #0099CC;
	text-decoration: none;
}

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

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 32px;
	margin-top: 22px;
	text-align: center;
	display: block;
	margin-bottom: 12px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	letter-spacing: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	letter-spacing: 2px;
	margin: 0px;
}

#navbar {
	height: 23px;
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
	margin-top: 25px;
}

.center-1 {
	overflow: hidden;
	height: 35px;
}

.center-2 {
	position: relative;
	float: left;
	left: 50%;
	height: 35px;
}

#nav_container {
	/*
	margin-right: auto;
	margin-left: auto;
	height: 23px;
	width: 580px;
	text-align: center;
	*/
	position: relative;
	float: left;
	left: -50%;
	height: 23px;
}

#nav_container a {
	float: left;
	height: 19px;
}

#nav_container a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: /*#ADADAD*/ #83CEEB;
	height: 19px;
}

#nav_container a.active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: /*#939393 #60D0FB*/ #83CEEB;
	height: 19px;
}

.hidden {
	display: none;
}

#nav_container .separator {
	background-image: url(../images/nav_separator.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 6px;
	float: left;
}

#home {
	background-image: url(../images/nav_home.png);
	background-repeat: no-repeat;
	width: 77px;
}

#sound {
	background-image: url(../images/nav_sound.png);
	background-repeat: no-repeat;
	width: 80px;
}

#the_studio {
	background-image: url(../images/nav_the_studio.png);
	background-repeat: no-repeat;
	width: 106px;
}

#pc {
	background-image: url(../images/nav_pc.png);
	background-repeat: no-repeat;
	width: 101px;
}

#audio {
	background-image: url(../images/nav_audio.png);
	background-repeat: no-repeat;
	width: 143px;
}

#mixing {
	background-image: url(../images/nav_mixing.png);
	background-repeat: no-repeat;
	width: 73px;
}

#resume {
	background-image: url(../images/nav_resume.png);
	background-repeat: no-repeat;
	width: 88px;
}

#web_design {
	background-image: url(../images/nav_webdesign.png);
	background-repeat: no-repeat;
	width: 102px;
}

#contact {
	background-image: url(../images/nav_contact.png);
	background-repeat: no-repeat;
	width: 88px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 700px;
	background-color: #FFFFFF;
	overflow: visible;
	min-height: 400px;
}

#content_padding {
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 0px;
}

#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8B8B8B;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 175%;
}

#footer a {
	font-weight: normal;
}

#message {
	width: 300px;
	height: 100px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subject {
	width: 300px;
}

.txtbox {
	font-size: 11px;
	border: solid;
	border-color: #999999;
	border-width: 1px;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error {
	color: red;
	font-weight: bold;
}

.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#guestbook_div {
	overflow: auto;
	height: 300px;
	width: 650px;	
}

#guestbook_table{
	width: 630px;
}

#guestbook_table td{
	padding: 10px;
	margin: 0px;
	border: 0px;
}

.evenrow {
	background-color: #F3F3F3; 
}

.guestbook_sig {
	font-size: 10px;
	font-style: italic;
}

#gallery {
	margin-left: auto;
	margin-right: auto;
	background-color: #E9E9E9;
	padding: 4px;
}

#photo {
	margin: 7px;
	text-align: center;
}

#photo img {
	border: solid;
	border-width: 7px;
	border-color: #E9E9E9;
}
