/* 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: normal;
	font-size: 15px;
}

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

A:hover 	{ 
	color: #D3DAE1; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A2E42;
	font-size: 13px;
	background: url(sitegraphics/background.jpg) #FFFFFF repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#headertop {

}

#headerbottom	{
	background-image: url(sitegraphics/title_bg.jpg);
	padding: 10px 10px;
	color:#FFFFFF;
	font-size: 25px;
	text-align: left;
}

#content {
	margin-top: 10px;
}

#model {
	text-align: center;
	border: 1px solid #1A2E42;
}
