/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	background-image:url('../images/music-bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	}

div{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
															/** MAIN CONTAINERS **/
div#container {
	margin: 5px auto;
	}
    
    div#headermenu {
		color: #fff;
		background-color: #B50B0B;
        height:30px;
		}
        
		div#headermenu-in {
			padding: 5px;
            width:100%;
			}
            
		div#headermenu-in span {
			color:#fff;
			}
            
		div#headermenu-in a {
			color:#fff;
            text-decoration:none;
        }

	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 10px;
            width:100%;
			}
            
            
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
				div.content img{
					max-width: 600px;
					}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}




#footer-in ul { list-style-image: url("http://setti.biz/music/images/music.png"); margin-left:20px; }
a {line-height : 0px;}

															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }
input
{
color: #000;
background: #eee;
border: 1px solid #ddd;
width:500px;

}

.submit
{
color: #000;
background: #eee;
border: 1px solid #ddd;
width:100px;

}

form br {
clear:left;
}





															/** END **/