html, body 
{
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	background-color: #FFFFFF;
}
#wrapper {
	width:790px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/template_images/back1.jpg);
	height: auto;
}

#header {
	background-color: #804000;
	width: auto;
	height:193px;
	overflow: hidden;
}
#horizontal {
	clear: both;
	height: 36px;
	width: 100%;
	position: relative;
	z-index: 1500;/* this is to make sure a dropdown menu works in IE*/
	background-color: #934109;
	background-image: url(../images/template_images/m_off.jpg);
}
#leftbox {
	float: left;
	width: 590px;
	clear: both;
}
#jalbum {text-align:center
}
#datetime {
	text-align: center;
	height: auto;
	width: 380px;
	clear: none;
	float: right;
}
#searchbox {
	width: 380px;
	position: relative;
	text-align: center;
	clear: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	overflow: auto;
}

#content {
	float: right;
	width: 360px;
	overflow: auto;
	position: relative;
	padding: 10px;
	text-align: center;
	background-image: none;
	clear: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#buttons {
	float: right;
	width: 360px;
	overflow: auto;
	position: relative;
	padding: 0px;
	text-align: center;
	background-image: none;
	clear: none;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#ad300x250 {
	float: right;
	width: 360px;
	overflow: auto;
	position: relative;
	padding: 0px;
	text-align: center;
	background-image: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: none;
	height: auto;
}

#rightbox {
	float: right;
	width: 198px;
	text-align: left;
	height: auto;
	color: #FFFFFF;
}
#news {
	background-color: #DDB20B;
	width: 150px;
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	text-align: left;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: none;
	font-size: 16px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
}

#rightadbox {
	background-color: #DDB20B;
	width: 170px;
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	height: auto;
}

#mymenu {
	float: left;
	width: 192px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	line-height: 50px;
}

#footer {
	width: 770px;
	height:70px;
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/template_images/footer.jpg);
	background-repeat: repeat;
}

/*This is the menu with all of its settings*/
#glossymenu{
	padding: 0;
	width: 160px;
	border-bottom-width: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#glossymenu li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	background-color: #934109;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 50px;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*** IE only. Actual menu width minus left padding of A element (10px) ***/
* html .glossymenu li a{
	width: 160px;
	line-height: 50px;
}

#glossymenu li a:visited, #glossymenu li a:active{
color: #FFFFFF;
}

/*** This is the background used when the mouse is hovering over the menu ***/
#glossymenu li a:hover{
	line-height: 50px;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;
	background-position: center;
	background-color: #FFFF00;
	color: #000000;
	font-style: italic;
	font-size: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/template_images/bone.jpg);
}

