/*
Theme Name: Jim's Theme
Theme URI: */

body {
    background: url(Blue2.jpg) repeat-x left top;
/*  background: #f1f0eb url(body-bg.jpg) no-repeat left top;  */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #550000;
	}
span#middle {
    vertical-align: bottom;
    }
	
#buttonShopping {
    float: left;
    height: 45px;
	width: 230px;
	margin-left: 24px;
	text-align: center;
	font-size:16px;

	background: PaleGoldenRod;
    border: solid salmon 1px;
    overflow: auto;         
    }

div.main-buttons {
    /*background: PaleGoldenRod;   */
	background: #CCCCFF;
	border: solid  lightblue 1px;
    }
div.center {
    line-height:2.5;
	}

#buttonR {
    float: left;
    height: 45px;
	width: 230px;
	margin-left: 57px;
	text-align: center;
	font-size:16px;
	
    
    overflow: auto;         
    }

#buttonL {
    float: left;
    height: 45px;
	width: 230px;
	margin-left: 24px;
	text-align: center;
	font-size:16px;
	
    overflow: auto;         
    }
	
	
#container-header {
    margin-left: -10px;
	margin-top: -10px;
	padding-bottom: 10px;
    width: 1200px;
/*    border: solid red 1px;  */
    overflow: auto;         
    }
    
#header-main {
    float:left;
    width: 1040px; height: 90px;
    text-align: center;
    padding: 20px;
 /*   border: solid red 3px;   */
    margin-left: none;      
    }
    
        
#leftnav {
    float:left;
    width:220px;
    padding-top: 20px;
/*    border-style: solid;   */
    }
    
#content-main {
    float:left;
    width: 570px;
    padding-top: 20px;
	padding-left: 30px;
	padding-right: 0px;
    text-align: center;
/*  border: solid red;  */
    }
	
#content-right{
    float:left;
    width: 350px;
	min-height: 500px;
    padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
    text-align: left;
/*    border: solid green;  */
    }
	
#shopping-right{
    float:left;
    width: 350px;
	min-height: 500px;
    padding-top: 70px;
	padding-left: 10px;
	padding-right: 0px;
    text-align: left;
/*    border: solid green;  */
    }
    
#studio-news {
    background: white;
    width: 500px;
	margin-top: 35px;
    margin-left:auto;
    margin-right:auto;
        padding: 10px;
    }
    
#reasons {
   /* margin-left:auto;
    margin-right:auto;   */
	float:left;
    width: 500px;
    padding-left: 80px;
	padding-top: 20px;
    text-align: left;
    }
