@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
}

body{
	
}

h1{
        font-size: 1.2em;   
               
}

h2{
        font-size: 1em;
        
}

h3{
        font-size: .9em;
        
}

#container{
	width:1024px;
	margin: 0 auto;
}

#main{
	
	width:1024px;
	margin: 0 auto;
	
	float:left;
	background-color:#CCC;
	
	border: #000 solid 2px;
	height:auto;
	

}

#newsite{
 border: dotted;
 text-align: center;
 color:red
}

#newsite a{
 color:red;
 text-decoration: underline;
}

#newsite a:hover{
 color:blue;
 
}


#header{
	width: 1024;	
	height: 290;
	border: none;
	float: left;
}

#topmenu{
	clear: both;
	background-image:url(upper-menu-bg.jpg);
	width: 1024px;
	height: 34px;
	z-index:
	
}

#topmenutext li{
        padding-top: 5px;
	float: right;
	display: inline;
        padding-right: 2em;
        padding-left: 2em;
        text-transform: uppercase;
        color: #fff;
}

#topmenutextleft{
 padding-top: 5px;
 
 padding-left: 10px;
 float: left;
 font-size: 18px;
 width: 600px;
 

}

#topmenutextleft a{
 color: #fff;
 font-size: 14px;
 
}

#topmenutextleft a:hover{
 color: #000;
}

#leftmenu{
	float: left;
	
	width: 256px;
	height: auto;
	background-repeat:repeat-y;
	
}

#newsletter{
	margin-left: 10px;
	margin-top:20px;
	margin-bottom:20px;
	border:#600 dashed thick;
	
	background-color: #DFD6B5;
	
}

#newslettertext{
	margin-left:10px;
	margin-top:10px;	
}

#leftmenutop{
	background-image:url(left-menu-top.jpg);
	width: 290px;
	height: 172px;
}

#leftmidmenu{
	float: left;
	background-image:url(left-menu-bg.jpg);
	width: 290px;
	height: auto;
	background-repeat:repeat-y;
}

#lefttext{
	padding: 20px 0px 0px 40px;
	font-family:Verdana, Geneva, sans-serif;
        width: 210px;
}

#leftmenubottom{
	background-image:url(left-menu-bottom.jpg);
	width: 290px;
	height: 172px;
}

#middlesection{
	float: left;
	width: 500px;
}

#middletext{
	padding: 0px 0 0 40px;
	font-size: 18px;
	text-align: left;
}

#rightsection{
	width: 200px;
	float:right;
	padding: 20px;
}

#flash{
	width: 200px;
	padding-left:3px;
	
}
#adone{
	background-image:url(right-bg.jpg);
	width: 209px;
	height: auto;
	float: left;
	margin-top: 10px;
}

#adholder{
	padding: 24px;
}

.space{
 padding: 20px 0 0 20px;
}

#footer{
	float: left;
	width: 1024px;
	height: 20px;
	background-color:#330000;
	margin-top: 30px
}

#footertext{
	color: #FFF;
	font-size: .8em;
    padding: 5px 0 5px 20px;
}

.lists{
	list-style-image:url(guitar-mini.jpg);
	
	
}

.imgoutline{
	
	border:none;
}

.imgborder {
	border: 4px solid #DFD6B5;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.nobordercen {
	
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.centxt {
	
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.leftimg {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

