body, div  {
	font-family : Arial,  Verdana,  Geneva, Helvetica,  sans-serif;
	font-size:16px; line-height: 21px; 
	padding: 0; margin: 0; 
	word-wrap:break-word !important;
	}
p {padding: 0 25px;margin: 5px 0;}
p.note {font-size: 80%; }
/*#foot p.foot  {font-size:14px;  text-align: center;}*/
li { list-style-type: none; }
p.legend, p.legend_300, p.legend_400 { /* for "photo credit" notes*/
	clear:right;
	float:right;
	padding: 0 0 15px 0; 
	text-align: center; 
	font-size: 80%;
	width: 640px;
	}
a:link, a:visited, a:active { text-decoration:none; }
a.u:link, a.i:visited, a.u:active { text-decoration:underline; } /*class u = underline it anyway */
a:active { text-decoration:underline; }
li { line-height: 22px;} 
hr {
	float: right; 
	width: 40%;
	height: 8px;
	line-height: 8px;
	padding: 0 35px;
	border: 0;
	margin: 0;
	}
h1, h2 { 
	font-family: 'Garamond', 'Times New Roman', Roman, serif;
	font-style:normal; 
	padding:0;
  	text-align: right;
	clear: both; 
	}
h1 { 
	font-size:40px; 
	line-height: 40px;
	margin: 20px 0;
	}
h2 {
	font-size:26px; 
	line-height: 26px;
	margin: 50px 0;
	}
h3 {
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	padding: 25px;
	}

#container{
	margin: 0 auto;
	max-width: 1680px;
	}

header {
	float: right;
	width: 70%;
	margin: 40px auto 40px auto;
	padding-right: 2em;
	border: 0;
	}

nav {
	position: relative; 
	top:60px; 
	float: left;
	xpadding: 1em;
	width: 15%;
	left: 0;
	padding: 0; 
	margin: auto;
	}

nav img {
	display: block;
	float: none;
	clear: both;
	margin: 7px auto;
	}	

#main, #doty {
	float: right;
	padding: 3%;
	width: 70%;
	}
img {
	padding: 0;
	margin: 0 0 8px 20px;
	border: 0;
	float: right;
	}
table.spec { 
	width:80%; 
	line-height: 90% ; 
	margin: 20px auto; 
	}
/*table.spec td, table.spec th { text-align: left; padding:4px;}*/
.spec td, .spec th {
	border: 2px solid;
	text-align: left; 
	padding:4px;
	}
.models {font-size:12px;  font-style:normal; line-height:90%; }
tr.specs  {font-size: 12px; font-style:normal; line-height: 90%}
tr.pr {font-size:14px; font-style:normal; font-weight:bold; }

aside {
	float: left;
	xpadding: 1em;
	width: 15%;
	left: 0;
	padding: 0; 
	margin: auto;
	}

aside {
	padding: 4em;
	xbackground: red;
	}
/*aside ul, nav ul a {  
	font-size:13px; 
	line-height: 19px; 
	} 
*/
aside ul {  
	max-width: 300px;
	font-size:13px; 
	line-height: 19px; 
	margin: auto;
	xborder: solid white 2px;
	}

footer {	padding: 3%; }
footer table { width:790px;	border:0;margin:0 auto; border-radius: 5px;}
footer th { 
	width: 20% ;
	padding: 6px 0;
	font-size: 12px; line-height: 15px; 
	font-weight: normal;
	}
footer table a	{ 
	text-decoration: underline; 
	text-transform: none; 
	color: blue;
	}
footer table a:hover {color: red;text-decoration: underline;} /*the red is universal*/
footer table a#home:link, footer table a#home:visited, footer table a#home:active { font-weight: bold; color: white; }/*the white is also universal*/





@media all and (max-width : 768px) {
	xheader {
		text-align: center;
		}
	#xmain, #xdoty {
		width: 94%;
		padding: 3%;	
		}
	xnav {
		width: 94%;
		padding: 3%;
		}
	}
/*
@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
*/
.clearfix {	display: block;	clear: both;}
