/* Primary document selectors and rules */
body { 
	background-color: #ceebfd;
	margin: 20px;
 	color: black;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 
}

h1 {
	font-size: 150%;
}

/* header area */	
#header {
	height: 100px;
	background-color: #ffffff;
	background-image: url(./images/guitar2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 360%;
}

#header p {
	font-weight: bold;
	margin: 50px 0px 50px 40px;	
}

/* Navigation Area */
#navigation {
	border: 2px solid black;
	font-size: 80%;
}

#navigation a {
	padding: 3px 5px 3px 5px;
	color: #000000;
}

/* Main Body Area */
#mainbody {
	margin-left:150px;
	padding:5px 15px 5px 0px;
}

/* Footer Area */
#footer {
	font-size:70%;
	text-align:center;
	clear:both;
	
}

#allbodycontent{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-style: dotted;
	border-width:thin;
	border-color: black;
}

#sidebar{
	float:right;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	width:200px;
	text-align:right;
}

#leftsidebar{
	float:left;
	width:150px;
}

#fixedimage{
	position:fixed;
	top:250px;
	left:-400px;
}

#fixedimage img{
	border: none;
}

#fixedimage2{
	position:fixed;
	top:350px;
	right:-15px;
}

#fixedimage2 img{
	border: none;
}

#fixedimage3{
	position:fixed;
	top:250px;
	left:0px;
}

#fixedimage3 img{
	border:none;
}

#navigation a:hover{
	color:#009999;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
}

#navigation a:hover{
	background-color:#00FFFF;
}

#leftsidebar a:hover{
	color:#009999;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

#leftsidebar a:hover{
	background-color:#00FFFF;
}

form {
	display: table;
	padding: 10px;
	border: thin dotted #7e7e7e;
	background-color: #87CEFA;
}

div.tableRow {
	display: table-row;
}

div.tableRow > p, div.tableRow > label, div.tableRow > input {
	display: table-cell;
	vertical-align: top;
	padding: 3px;
}
div.tableRow label:first-child {
	text-align: right;
}
form textarea {
	display: table-cell;
	width: 500px;
	height: 200px;
}
legend {
	font-weight: bold;
}

.center {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
}

.right {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 5%;
}

#allbodycontent{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}