﻿
body {
	font-family: "Trebuchet MS", sans-serif;
	background-repeat: no-repeat;
}
#container {
	background-color: #fff;
	width: 955px;
	margin: 0 auto;
	padding: 0 5px 0px 5px;
	border: 0;
}

#content {
	background-color: #fff;
	clear: both;
	position: relative;
	float: left;
}

#header_modelpage {
	color: #c77;
	text-align: center;
}

#masthead {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
	background-image: url('../Elements/steelbanner.jpg');
	background-repeat: no-repeat;
	left: auto;
	right: auto;
	height: 120px;
	width: 953px;
}


/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #F5F7F2;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Site typography */
blockquote, p, ol, ul {
	font-size: small;
	color: #000;
	background-color: #FFFFFF;
}
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
	background-color: #FFFFFF;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.dropcap {   
 font-size: 500%;    
 float: left;       
 line-height: 0.8em;    
 padding: 0 2px 0 0;           
 font-family: Serif;        
 font-weight: bold;    
 position: relative;    
 left: -3px;}

.text_center {
	text-align: center;
}
 
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}


/* model picture pages */

.image_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #000000;
	text-align: center;
}

.image_left {
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: thin none #000000;
	text-align: left;
	float: left;
}
.image_right {
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: thin none #000000;
	text-align: right;
	float: right;
}

.textsm {
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.textbg {
	FONT-SIZE: 20px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.textreg {
	FONT-SIZE: 12px;
	COLOR: #979797;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

