* { padding: 0; margin: 0; }

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: green;
	background: #ffffff;
}

body a:hover
{
color: purple;
}

body a:link
{
color: red;
text-decoration: none;
}

body a:visited 
{
color: blue;
text-decoration: none;
}

body a img
{
	border: none;
}

p
{
	padding: 10px;
}

#border
{
	border-bottom: 1px solid #0F0F0F;
}

#index
{
	width: 100%;
	height: 100%;
}

#logo
{
	left: 1%;
	position: relative;
}

#menu
{
	position: relative;
	width: 350px;
	left: 5%;
	color: #4A4A4A;
	border: 0px solid #ffffff;
}

#content
{
	position: relative;
	float: left;
	left: 5%;
	width: 400px;
	height: 100%;
	border: 0px solid #ffffff;
	padding: 10px;
	margin-bottom: 200px;
	z-index:3;
}

#content  img
{
	border: none;
	border:1px solid #2C2C2C;
	padding:2px;
}

#blog
{
	position: absolute;
	left: 480px; 
	top: 5px;
	width: 300px;
	height: 260px;
	margin-top: 55px;
	border: 0px solid #ffffff;
}

.blog
 {
	border: 1px solid #C4C4C4;
	width: 300px;
	height: 100%;
	overflow: auto;
}

#songs
{
	position: absolute;
	left: 480px; 
	top: 5px;
	width: 300px;
	height: 300px;
	margin-top: 55px;
	border: 0px solid #ffffff;
}

.songs
 {
	border: 1px solid #C4C4C4;
	width: 300px;
	height: 300px;
	overflow: auto;
}

.songs img
 {
	padding: 10px;
}

#updates
{
	position: absolute;
	left: 480px; 
	top: 300px;
	width: 300px;
	height: 200px;
	margin-top: 70px;
	border: 0px solid #ffffff;
}

.updates
 {
	border: 1px solid #C4C4C4;
	width: 300px;
	height: 200px;
	overflow: auto;
}

#updates_music
{
	position: absolute;
	left: 480px; 
	top: 400px;
	width: 300px;
	height: 200px;
	margin-top: 55px;
	border: 0px solid #ffffff;
}

.updates_music
 {
	border: 1px solid #C4C4C4;
	width: 300px;
	height: 200px;
	overflow: auto;
}

#footer
{
	position: relative;
	float: left;
	left: 5%;
	color: #A3A3A3;
	width: 100%;
	height: 50px;
	background: #ffffff;
	border: 0px solid #A3A3A3;
}

.textField {
	margin: 2px; 
	font-size: 12px;
	border: 1px solid #4A4A4A;
	padding-left: 2px;
}

.selectList {
	margin: 2px; 
	font-size: 12px; 
	border: 1px solid #4A4A4A;
}

.button	{
	margin : 2px;
	padding : 2px;
	font-size: 12px;
	font-weight: bold;
	border : 1px solid #4A4A4A;
}

td {
	vertical-align: top;
}

#headshot
{
	position: absolute;
	left: -40px;
	top: 20px;
	width: 600px;
	height: 440px;
	border: 1px solid #C4C4C4;
}

.headshot
 {
	border: 0px solid #C4C4C4;
	overflow: auto;
}

.headshot img
 {
	padding: 10px;
}

#booklet
{
	position: absolute;
	left: 0px;
	top: 840px;
	width: 795px;
	height: 320px;
	margin-top: 55px;
	border: 2px solid #2C2C2C;
}

.booklet
 {
	border: 0px solid #2C2C2C;
	width: 600px;
	height: 320px;
	overflow: auto;
}

.booklet img
 {
	padding: 10px;
}

#myBlog
{
	position: relative;
	width: 795px;
	border: 2px solid #ffffff;
}

.myBlog
 {
	border: 0px solid #2C2C2C;
	width: 795px;
	overflow: auto;
}

.myBlog img
 {
	padding: 10px;
}