/*** css structure for minimal site ***/
/*** main body ***/

@font-face {
	font-family: 'MyUnderwoodRegular';
	src: url('MyUnderwood.eot');
	src: local('My Underwood Regular'), local('MyUnderwood'), url('MyUnderwood.ttf') format('truetype');
}

html {
	
	margin-bottom: 1px;
	margin-top:20px;
}

/* font specific styles */

body {
	text-align: center;
	/*font: .74em "Trebuchet MS", Arial, Sans-Serif;*/
	font: 14px/24px 'MyUnderwoodRegular', Arial, sans-serif;
	
	background:#eee;
	background-image:url('guitars3.gif');

}

#header h1{
	font-size: 180%;
	padding: 5px;
	clear: both;
	color: #2D2920    ;
	font-family: 'MyUnderwoodRegular', Times, serif;
	font-weight: normal;
	text-align:center;
}
#header a:link, #header a:visited {
	color: #000;
	text-decoration:none;
}

#content h1{
	font-size: 170%;
	padding: 15px 20px 5px 7px;
	clear: both;
	color: #2D2920    ;
	font-family: 'MyUnderwoodRegular', Times, serif;
	font-weight: normal;
}

#content h2{
	font-size: 150%;
	padding:5px;
	clear: both;
	color: #fff    ;
	background-color: #339966;
	font-family: 'MyUnderwoodRegular', Times, serif;
	font-weight: normal;
}

#content h3{
	font-size: 120%;
	padding:0px;
	clear: both;
	color: #2D2920    ;
	font-family: 'MyUnderwoodRegular', Times, serif;
	font-weight: normal;
}

.bevelmenu{
font: bold 14px/24px 'MyUnderwoodRegular',Arial, Sans-Serif;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #fff;
text-align: right; /*set value to "right" for example to align menu to the right of page*/
text-transform:uppercase;
}

#container{
	width: 710px;
	height:100%;
	overflow:auto;
	margin: 0 auto;
	text-align: left;
	border:1px solid #aaa;
	padding:10px 18px 8px 10px;
	background:#fff;
}

.col_onethird{
	float: left;
	width: 220px;
	padding:0 5px 0 0;
	
}
.col_twothird{
	float: left;
	width: 475px;
}
.col_full{
	float: left;
	width: 700px;
}
.col_onehalf{
	float: left;
	width: 350px;
}
.col_onehalfr{
	float: right;
	width: 350px;
}


.col_onehalf img {padding:0px;}
/*** basics ***/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

img {
	border: 0;
}
a:link, a:visited {
	color: #aaa ;
	text-decoration:none;
}
a:hover, a:active {
	color: #000;
	text-decoration:none;
}

p {
	padding: 0 20px 10px 20px;
	color: #333333;
	line-height: 150%;
}
/*** content ***/

#content {
	float: left;
	width: 100%;
	clear: both;
	padding: 0 0 10px 0;
	
}
#content ul{
	padding: 0 20px 10px 20px;
}

#content ul li{
	color: #555555;
	line-height: 150%;
	list-style: none;
	background: url(menuarrow2.gif) no-repeat top left;
	padding: 0 0 0 19px;
	margin: 0 0 0.5em 0;
}

#content p {padding: 7px 7px 7px 7px;color:#000; }

/*** footer ***/

#footer {
	float: left;
	width: 100%;
	clear: both;
	padding: 10px 0 5px 0px;
	background: transparent;
	color:#aaa;
	text-align:right;
}
.info { border: 1px solid #e0e0e0; background: #f4f4f4; margin: 0 20px 5px 20px; padding: 7px 27px 17px 20px; }

/*** top menu  ***/

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #333;
background-color: #FFFFFF;
border: 2px solid #FFFFFF;
/*background-color: #FFFFFF;
border: 2px solid #FFFFFF;*/
}

.bevelmenu li a:hover{
color: white;
background-color: #339966;
/*background-color: #eee;
/*border-style: outset;*/
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

a.boxlink,
a.boxlink:visited
 {
	line-height:1.6em;
	background-color: #FEF09E; 
	color:#333;
	border-bottom:1px solid #FFDF2D;
	font-weight:normal;
	text-decoration:none;
	padding:0 2px 0 2px;
	}

a.boxlink:hover {
	text-decoration:none;
	display:inline;
	padding:0 2px 0 2px;
	color:#fff;
	background:#666;
	border-bottom:1px solid #666;
	}
	
.imagecaptionleft {
	float:left;
	text-align:center;
	padding:10px 10px 10px 10px ;
	font-weight:bold;
}
.imagecaptionright {
	float:right;
	text-align:center;
	padding:10px 10px 10px 10px ;
	font-weight:bold;
}	

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

#imageContainer {
	height:294px;
	width:448px;
	float:left;
	position:relative;
	
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}		


