/**********************************
	RESET
***********************************/
@import "assets/css/reset.css";

/**********************************
	LAYOUT
***********************************/

#wrapper {
	margin: 0 0 0 90px;
	width: 720px;
	overflow: auto;
	background: #fff;
	}

#header {
	height:96px;
	margin-top: 0px;
}

#menu {
	height: 30px;
	margin-bottom: 0px;
	padding-left: 22px;
}

#menu ul li {
	display: inline;
}

#movie {
	height: 400px;
	padding: 0 0 0 0;
	margin-bottom:20px;
}

#main_home {
	margin-bottom: 20px;
	padding:0px;
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	overflow: auto;
}

#work{
	margin-bottom: 10px;
	padding:0px;
	height:20px;
	width:720px;
	background-color:#FFFFFF;
	overflow: auto;
}


#main {
	margin-bottom: 20px;
	padding: 8px;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	overflow: auto;
}

.entry_left {
	float: left;
	width: 326px;
	margin-left:22px;
	margin-right: 22px;
	overflow: auto;
}

.entry_right {
	clear: right;
	width: 326px;
	overflow: auto;
}

h2 {
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
	border-top: 1px dotted #000;
	padding-top: 10px;
	line-height: 25px;
}

.more, .more2, .more3, .more4, .more5, .more6 {
	margin: 20px 0 60px 0;
	display: block;
	cursor: pointer;
	text-decoration: underline;
}

.more_text, .more_text2, .more_text3, .more_text4, .more_text5, .more_text6 {
	display: none;
	margin-top: -50px;
	margin-bottom: 60px;
}

img.work {

}

img.cv {

}

img.contact {

}

img.clear {
	margin-bottom: 10px;
	display: block;
}

.role {
	font-weight: bold;
}