/* CSS Document */
td img {display: block;}body {
	background-color: #FFFFFF;
	background-image: url(../images/metal.gif);
	background-repeat: repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #695241;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #003399;
}
a:active {
	color: #006699;
}

h5
	{
	margin:8px;
	font-size:14px;
	font-weight:bolder;
	letter-spacing:2px;
	}

h3
	{
	font-size:12px;
	font-weight:bolder;
	letter-spacing:1px;
	}

#models
	{
	width:100%;
	text-align:center;
	}
	
.model
	{
	border:#CCCCCC 1px solid;
	margin:15px;
	padding:6px;
	width:90%;
	background:url(images/fade.jpg) repeat-x #FFF5E3;
	}

.model .header
	{
	float:left;
	font-weight:bold;
	color:#FFA611;
	width:20%;
	text-align:left;
	display:inline;
	}

.model .text
	{
	text-align:left;
	float:right;
	width:75%;
	}

.examples
	{
	border:#666666 1px solid;
	margin:10px;
	text-align:center;
	}

.clear
	{
	margin:2px;
	clear:both;
	}

.examples h5
	{
	margin:2px;
	clear:both;
	}

.examples img
	{
	display:inline;
	margin:5px;
	clear:both;
	border:2px solid #333333;
	}

.inset
	{
	border:1px dashed #000000;
	background:url(images/fade.jpg) repeat-x #FFF5E3;
	float:right;
	padding:10px;
	margin:4px;
	width:220px;
	color:#666666;
	position:relative;
	top:-30px;
	}

.inset h2
	{
	font-size:15px;
	font-weight:bolder;
	text-align:center;
	color:#FFA611;
	margin:5px;
	}

.inset p
	{
	margin-top:8px;
	margin-bottom:8px;
	margin-left:4px;
	margin-right:4px;
	line-height:16px;
	letter-spacing:1px;
	}

#main
	{
	position:relative;
	top:-25px;
	float:left;
	width:520px;
	}

.nav
	{
	margin:10px;display:inline;
	border:#999999 1px solid;
	}

.nav2
	{
	margin:10px;display:inline;
	border:#BA4918 2px solid;
	}

.section
	{
	padding-left:40px;
	padding-right:40px;
	}