html,
body{
	height:100%;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#continer{
	background:#39FF6B;
	position:relative;
	min-height: 100%;
}
* html div#continer {
	height:100%;
}
div#main{
	padding-bottom:1em;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5%;
}
div#footer{
	position:absolute;
	bottom:0;
	width:100%;
	text-align: right;
}
#footer p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	font-size: 100%;
}
#logo {
	display: none;
}
#nav {
	display: block;
	height: 20px;
	padding-top: 10px;
	width: 100%;
	text-align: right;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
}
#nav li {
	display: inline;
	margin-left: 20px;
}
#header {
	width: 100%;
	margin-bottom: 5%;
}
address {
	font-size: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header {
	margin-bottom: 5%;
}

address a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#work h3 {
	font-weight: bold;
	font-size: 108%;
	text-transform: capitalize;
}
#work .section {
	margin-bottom: 1.5em;
}


#model_title {
	width: 122px;
	text-align: right;
	float: left;
}
#model_contents {
	float: right;
	padding-top: 10px;
	color: #FFFFFF;
	width: 400px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 180%;
}
#recruit tr {
}
#recruit table .title {
	padding-right: 2em;
}
#recruit td {
	vertical-align: top;
	padding-bottom: 2em;
}

#model_contents  a {
	color: #FFFFFF;
}

