#left { 
	background-image: url(../images/prof_img/prof_01.gif); 
	width: 150px; 
	height: 750px; 
	float: left; 
}

#left img { 
	background-image: url(../images/top_img/top_01.gif); 
	margin-top: 150px; 
	padding: 0; 
}

#menu { 
	background-image: url(../images/prof_img/prof_02.gif); 
	width: 100px; 
	height: 750px; 
	float: left; 
	margin: 0; 
	padding: 0; 
}

#right { 
	width: 600px; 
	height: auto; 
	float: right; 
}

#right_top { 
	background-image: url(../images/prof_img/prof_03.gif); 
	background-repeat: no-repeat; 
	width: 600px; 
	height: 150px; 
	margin: 0; 
	padding: 0; 
}

#content { 
	color: #595959; 
	background-color: white; 
	background-image: url(../images/prof_img/prof_04.gif); 
	background-repeat: no-repeat; 
	width: auto; 
	height: auto; 
	margin: 0; 
	padding: 100px 20px 50px 150px; 
}

h1 { 
	color: black; 
	font-size: 1em; 
	font-weight: bold; 
	margin: 0 0 10px; 
	padding: 5px 0; 
	border-top: 1px solid gray; 
	border-bottom: 1px solid gray; 
}

p{ 
	color: #666; 
	font-size: 0.7em; 
	line-height: 1.8em; 
	margin: 0 0 15px; 
	padding: 0; 
}

ul.pro { color: #666; font-size: 0.7em; margin: 0 0 0 1.5em; padding: 0; list-style-type: disc; list-style-position: outside; }

.pro li a { color: #3b3b3b; font-size: 1em; line-height: 1.4em; text-decoration: none; text-align: left; padding: 0; margin: 0; border-bottom: 1px solid gray; display: inline; }

.pro li a:hover { color: green; background-color: transparent; text-decoration: none; display: inline; }

a { 
	color: #3b3b3b; 
	text-decoration: underline; 
}

a:hover { 
	color: green; 
}

.mb_main { 
	font-size: 0.75em; 
	line-height: 100px; 
	text-align: center; 
	margin: 0; 
	padding-top: 150px; 
	display: block; 
}
ul { font-size: 1em; margin: 0; padding: 0; list-style-type: none; }
li a { color: white; font-size: 0.65em; text-decoration: none; text-align: center; line-height: 2em; height: 2em; padding: 0; margin: 0; border-bottom: 1px solid gray; display: block; }
li a:hover { color: navy; background-color: yellow; text-decoration: none; }

.clear { 
	clear: both; 
}