/* CSS Document */

/* Stolen Model Agency Stylesheet */

/* www.panoramic-concepts.com */



/* Print Stylesheet */

/* Universal selectors */

* {

	margin:0px;

	padding:0px;

}

body {
	background-color: #FFFFFF;
	background-image: none;
}
#modelInfo{
	width: 100%;
}
#modelSelect {
	width: 100%;
}
p {

	

}

h1 {

	

}

h2 {

	

}

h3 {

	

}

h4 {

	

}

a {

	color: #000000;

	text-decoration: none;

}

a:hover {

	color: #000000;

	text-decoration: none;

}



#navigation {
	display: none;
	position: absolute;
}

#imageMain {
	
	float: right;

}

.thumbnail {

	height: 100px;

	width: 75px;

	text-align: center;

	padding-right: 2px;

	font-size: 75%;

	padding-bottom: 2em;

	float: left;

	color: #000000;

}

.print { /* style for print button on models page */

	display: none;

}

