html, body {
	background-color: #e6ddc1;
	margin-top: 0px;


}


/*======= Common Tags ===========*/
/*======= Fixes IE extra space ===========*/
.clear {        clear: both;        height: 1px;        overflow: hidden;    }
/*======= Fixes IE extra space ===========*/





img{
	border:0; 
	text-align:left;
	}
	

.float_right{float:right;}
.contact_img {
	float:right;
	background-image: url(../images/studio-003.jpg);
	position: relative;
	height: 450px;
	width: 338px;
	left: -33px;
	top: 30px;
}
.popup1 {
	float:right;
	background-image: url(../images/studio-003.jpg);
	position: relative;
	height: 75px;
	width: 75px;
	left: -250px;
	top: 80px;
}
.popup2 {
	float:right;
	background-image: url(../images/studio-003.jpg);
	position: relative;
	height: 75px;
	width: 75px;
	left: -250px;
	top: 80px;
}



.align_right{text-align:right;}
.center{text-align:center;}
.block{display:block;}

.width_stretch{width:100%;}


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

.under_line{
	text-decoration: underline;
}

/*======= Common Tags ===========*/


/*=======Heading Styles===========*/

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:14px;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:3px;
	line-height: 18px;

}

h2 {
	line-height:1em;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.15em;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1.1em;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}

/*=======Heading Styles===========*/


/*=======List Styles===========*/

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;


}


ul li {
	list-style-type: disc;
}
/*=======List Styles===========*/




#wrapper {
	width:980px;
	margin: 0px auto;
	overflow:auto;
	overflow-x:hidden;
}
#framework {
	width:980px;
	margin: 0px auto;
	overflow:auto;
	overflow-x:hidden;
	position: relative;
}

#header {
	width:980px;
	height:80px;
	margin: 0px auto;
}


#content_pic {
	width:495px;
	overflow: visible;
	float: right; /*Floats this column to the right, rather than positioning it*/
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#content {
	width:676px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	overflow: auto;
	float: right; /*Floats this column to the right, rather than positioning it*/
	}
	
.content_left {
	margin-top:0em;
	width: 425px;
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 15px;
	overflow: auto;
	float: left; /*Floats this column to the right, rather than positioning it*/
	}	
.content_popup_text {
	margin-top:0em;
	width: 400px;
	padding-right: 20px;
	padding-left: 35px;
	padding-bottom: 20px;
	padding-top: 15px;
	overflow: auto;
	float: left; /*Floats this column to the right, rather than positioning it*/
	background-color: #9FC;
}
.content_popup_image {
	margin-top:0em;
	padding-right: 20px;
	padding-left: 35px;
	padding-bottom: 20px;
	padding-top: 15px;
	overflow: auto;
	float: right; /*Floats this column to the right, rather than positioning it*/
	background-color: #9F6;
}


	
	
#text_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #666;
	text-align: justify;

	}	
	
	
#text_left a{
	color:#666;
	text-decoration:none;
	font-weight: bold;
}
#text_left a:hover{
	text-decoration:underline;
}	
	
	
#content p { /*This styles the pargraphs within the content DIV*/
	margin: 0; /*Different browsers have different defaults here so we set it to 0*/
	padding: 10px; /*Adds 10px space around the pargraph, no need for blank paragraphs now*/
	}


#content_thumbs {
	text-align: center;
	overflow: auto;
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}


#content_bio {
	line-height: 25px;
	overflow: visible;
	width: 100%;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_news {
	line-height: 25px;
	overflow: visible;
	width: 398px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #2a2a2a;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	left: 10px;
	top: 30px;
	height: 55px;
}

#content_form {
	line-height: 20px;
	text-align: left;
	overflow: hidden;
	width: 450px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	background-color: #E6DDC1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 25px;
	border: 15px solid #E6DDC1;
}




#------------------------{}


#footer{
	clear: both; /*This clears any floats, so the footer appears on a different line*/
	text-align:center;
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}

#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer span{
	display:block;
	word-spacing:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	font-weight: bold;
}
#footer span a{color:#F2F4DE; text-decoration:none; word-spacing:0;}
#footer span a:hover{text-decoration:underline;}


#footer2{
	clear: both; /*This clears any floats, so the footer appears on a different line*/
	text-align:right;
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}

#footer2 a{
	color:#666;
	text-decoration:none;
}
#footer2 a:hover{
	text-decoration:underline;
}

#footer2 span{
	display:block;
	word-spacing:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	font-weight: bold;
}
#footer2 span a{color:#F2F4DE; text-decoration:none; word-spacing:0;}
#footer2 span a:hover{text-decoration:underline;}

#------------------------{}

#aricom{
	text-align:right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#aricom a{
	color:#999;
	text-decoration:none;
}
#aricom a:hover{
	text-decoration:underline;
}

#aricom span{
	display:block;
	word-spacing:18px;
	color:#333;
	margin-bottom:5px;
	font-weight: bold;
}
#aricom span a{
	color:#333;
	text-decoration:none;
	word-spacing:0;
}
#aricom span a:hover{text-decoration:underline;}

#------------------------{}

#------------------------{}

#aricom_home{
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#aricom_home a{
	color:#999;
	text-decoration:none;
}
#aricom_home a:hover{
	text-decoration:underline;
}

#aricom_home span{
	display:block;
	word-spacing:18px;
	color:#333;
	margin-bottom:5px;
	font-weight: bold;
}
#aricom_home span a{
	color:#333;
	text-decoration:none;
	word-spacing:0;
}
#aricom_home span a:hover{text-decoration:underline;}

#------------------------{}
#------------------------{}
	
/*======= Page Indicator ===========*/
#page_indicator {
	position:absolute;
	top: 102px;
	left: 888px;
	width: 180px;
	height: 34px;
	background-image: url(../images/Michael-Thompson-Biography.png);
	background-repeat: no-repeat;

}

#------------------------{}



div#page_titles {
	float: left;
	width: 100px;
	margin-left: 35px;
	position: absolute;


}





#-------- 3 column -------{}


div#left {
	float: left;
	width: 185px;
	margin-left: 35px;
	position: absolute;


}


div#right {
	float: right;
	width: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;


}


div#middle {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 160px;
	margin-top: 0px;


}
div#news_content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 160px;
	margin-top: 0px;
	position: static;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 425px;
}

