/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, wrapper 
{ margin: 0; padding: 0; }

A:link, A:visited, A:active {
	text-decoration: none;  
	font-weight: bold;
	color: #1A2E42;
	font-size: 13px;
}

A:hover {
	color: #557595;
}

p {
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

A:hover 	{ 
	color: #D3DAE1; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A2E42;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#topnav {
	padding: 0 20px;
}

#modelwrapper {
	width: 780px;
	margin: 0 auto;
	padding-top: 20px;
}

#modelcontent1 {
	padding-left: 380px;
	margin-top: 20px;
	background: url(sitegraphics/model1.jpg) no-repeat;
	height: 250px;
	text-align: left;
}

#modelcontent2 {
	padding-left: 380px;
	margin-top: 20px;
	background: url(sitegraphics/model2.jpg) no-repeat;
	height: 250px;
	text-align: left;
}

#modelcontent3 {
	padding-left: 380px;
	margin-top: 20px;
	background: url(sitegraphics/model3.jpg) no-repeat;
	height: 250px;
	text-align: left;
}

#modelcontent4 {
	padding-left: 380px;
	margin-top: 20px;
	background: url(sitegraphics/model4.jpg) no-repeat;
	height: 250px;
	text-align: left;
}

.title {
	font-size: 140%;
	font-weight: bold;
}

.ourprice {
	font-weight: bold;
	color: #CC0000;
}