html{
    height: 100%;
}

body{
background-color:#abc4da;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#1d2937;
font-size:12px;
margin:0;
height:100%;
width:100%;
}

img{
border:0;
padding:0;
margin:0;


}

h1{
 font-size:16px;

}

h2{
 font-size:14px;

}

#wrapper{
	position:relative;
	width:840px;
	height:500px;
	top:75px;
	margin:0 auto ;
	background-color:#abc4da;
}

#head{
position:absolute;
width:840px;
top:0;
left:0;

}

	#logo{
	position:absolute;
	top:0;
	left:0;

	}

	#nav{
	position:absolute;
	top:25px;
	right:0;

	}
	
#main{
position:absolute;
top:50px;
left:0;
text-align:left;

}

#models_list{
position:absolute;
top:0;
left:643px;
width:190px;
height:450px;
text-align:left;
}

	#models {
	margin:0;
	padding:0;
	list-style:none;
	}
	
	#models li{
	margin:0;
	padding:0;
	width:160px;
	}
	
	#models li a{
	color:#1d2937;
	text-decoration:none;
	margin:0px 0 0px 20px;
	padding: 2px 0 2px 0;
	display:block;
	}
	
	#models li a.selec{
	font-weight:bold;
	color:#ffffff;

	}
	
	#models a:hover{
	font-weight:bold;
	color:#ffffff;
	
	}


#models_content{
position:absolute;
top:0;
left:0;
width:643px;
height:450px;
background-color:#7fa2be;
}


#main_content{
position:absolute;
top:0;
left:0;
width:843px;
height:450px;
padding:8px 0 8px 0;
background-color:#7fa2be;
overflow:auto;
}

#main_content_pop{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
padding:8px 0 8px 0;
background-color:#7fa2be;
overflow:auto;
}

	.model_list{
	
	
	}
	
	.model_list a{
	color:#ffffff;
	text-decoration:none;
	
	
	}
	
	.model_list a:hover{
	color:#263240;
	text-decoration:none;
	
	
	}
	
	#backtomodels{
	position:absolute;
	z-index:10;
	top:435px;
	left:650px;
	width:200px;
	font-weight:bold;
	text-align:right;
	}
	
	#backtomodels a{
	color:#263240;
	font-size:14px;
	text-decoration:none;
	}
	
	#backtomodels a:hover{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	}


.news{
position:relative;
width:790px;
margin:26px;
padding-top:5px;
font-size:11px;
color:#ffffff;
}

.news_content{
float:left;
margin:0 0 30px 0;
width:195px;
overflow:hidden;
}

.news_title{
float:left;
width:100%; 
border-bottom:solid 1px #ffffff;
margin-bottom:10px;

}

.news img{
margin-right:30px
}

.news a img{
border: solid 1px #7fa2be;
}

.news a:hover img{
border: solid 1px #ffffff;
}


.news a{
color:#ffffff;
}





.contact{
margin:26px;
padding-top:5px;
font-size:12px;
color:#ffffff;
}


.contact_content{
float:left;
margin-bottom:20px;
}

.contact_title{
float:left;
width:100%; border-bottom:solid 1px #ffffff;
margin-bottom:10px;

}

.contact img{
margin-right:25px;
}

.contact a img{
border: solid 1px #7fa2be;
}

.contact a:hover img{
border: solid 1px #ffffff;
}


.contact a{
color:#ffffff;
}




