
@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0};

body{
	text-align:center;
}
/********* MAIN LAYOUT ELEMENTS *********/
#wrap{
	width:703px;
	margin:0 auto;
	text-align:left;
	font-size:x-large;
	font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

#menu{
 	width:206px;
	float:left;
	font:"Times New Roman", Times, serif;
}


#main_image{
     width:497px;/* 703 - 206 = 497*/
	 height:400px;
	 float:left;
	 display:block;
}

#header{
   height:175px;
   width:100%;
   background-image:url(../images/Studio%20Head.gif);
   background-position:center;
   background-repeat:no-repeat;
}

#main_content{
     width:497px;/* 703 - 206 = 497*/
	 float:left;
}

#content{
	background-color:white;
}

#content .center table{
  margin-left:35px;
}

#footer{
     font-family:"Times New Roman", Times, serif;
     background-color:white;
	 padding-bottom:30px;
}

/***** links ******/
a {color: #006699;
	}

a:hover {
	color:#663399;
	}

a:visited{
	color: #006699;
	}
/***** menu links ******/
#menu a, #menu a:visited {
	padding-bottom:10px;
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-style:italic;
	font-weight:bold;
	font-size:130%;
	text-decoration: none;
}

#menu a:hover{
	padding-bottom:10px;
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-style:italic;
	font-weight:bold;
	font-size:130%;
	text-decoration: none;
}

/********* HEADER AND BASIC ELEMENT STYLES *********/
h1, h2, h3, h4, h5 {
	text-align:center;
	}
h1 {
	font-style:italic;
	font-size:130%;
	}

h2 {font-size:110%;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	}

p {
	line-height:110%;
	padding-bottom:10px;
	padding-top:5px;
	text-align:center;
	}
	
p.text_left{
	text-align:left;
}	

img{
border:0;
    
}

.img_padding{/* for your bio image*/
  	padding: 10px 15px;
}	
.smaller{
	font-size:80%;
	padding-bottom:20px;
}	
	
.italic {font-style:italic;}

.clear {clear:both;
	height:1px;
	padding:0;
	margin:0;
	}

.line {
	width:184px;
	height:1px;
	border:0;
	clear:both;
	border:none;
	margin:0 0 0 0;
	padding:0;
	background: url(../) no-repeat 0 0;	
	}

/* often used */
.clear {
	clear:both;
	height:1px;
	padding:0;
	margin:0;
}
.right {float:right;}
.left {float:left;}
.center{text-align:center;}

