body, html {
	text-align: center; 
	margin: 30px;
	background: #a6967a;
	background: url('images/patternbg.jpg') top; 
}

#container {
	margin: 0 auto;
	width: 824px;
	text-align: justify;
	position: relative; 
}

body, tr, td {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #cfc8bf;
	font-size: 16px;
}

#name {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 824px;
	height: 163px;
}

#menu {
	position: absolute; 
	left: 11px;
	top: 163px;
	width: 802px;
	height: 37px;
	padding-left:7px;
	background-image: url(images/menu-background.jpg);
}

#linebreak {
	position: absolute; 
	left: 0px;
	top: 200px;
	width: 824px;
	height: 14px;
}

#content {
	position: absolute; 
	left: 0px;
	top: 214px;
	background: url('images/robert_10.jpg') repeat-y top left;
	width: 824px;
	line-height: 20px;
}

#innercontent {
	margin: 10px 40px;
}

#footer {
	width: 824px;
	height: 24px;
}

#content a {
	color: #b77b40;
	text-decoration: none; 
}

#content a:hover {
	color: #b74b40;
	text-decoration: none; 
}

.player {
	background: url('images/playerbg.jpg') no-repeat left top;
	width: 495px;
	height: 73px;
	font-size: 13px;
	color: #625750;
	padding: 2px 0 0 13px;
	line-height: 10px;
	margin: 10px 0;
}

h1 {
	font-size: 20px;
	margin: 0 0 -10px 0;
	color: #a78f75;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #423e3a;
}

input, textarea, select {
	background: url('images/inputbg.jpg') repeat-x top; 
	background-color: #e8e6e4;
	border: 1px solid #645341;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	color: #343230;
	padding: 2px;
}

.wide {
	width: 100%;
}

.pad {
	padding: 10px;
}
p:first-letter {color:#b77b40;font-size:25px;padding-right:2px;padding-bottom:3px;} 
