/*
 * For: xhtml
 * Site: koskelahouse
 * Author: Randy Prop14 Web Design
 * Last Modified: Dec 11 2008
*/

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	}
	
table { border-collapse: collapse; border-spacing: 0; }	
ol,ul {list-style: none;}
q:before,q:after,blockquote:before,blockquote:after {content: "";}
a img,:link img,:visited img { border:none }
a {outline:none;}

/* @group base html settings */
body 		{ background: #000; color: #000; margin: 0; padding: 0; font-size: 100%;
	          font-family: "Times New Roman", Georgia, Arial, Helvetica, sans-serif;
	          text-align: center;/*this is in place to center in older browsers*/ }

/*----------- BASIC TEXT STYLING ---------------*/
p 			{ font-size:1.1em; color:#000; }
strong 		{ font-weight:bold; }
h3			{ font-size:1.3em; margin:10px 20px 10px 150px; font-weight:normal; font-style:italic; }
	
a:link 		{ color:rgb(91,0,0); text-decoration:underline; }	
a:visited 	{ color:rgb(91,0,0); text-decoration:underline; }
a:hover 		{ color:#000; text-decoration:underline; }
	
/*----------- FRAMEWORK --------------------------*/

#container 				{ width:960px; background:#000; margin:0px auto; }
	
#museum 					{ padding-top:75px; }
	
#nav_right 				{ width:160px; font-size:1em; color:rgb(205,198,144); margin-left:790px; padding:0px; }
#nav_right li 			{ line-height:1.6em; padding-left:15px; }	
#nav_right a:link 		{ color:rgb(205,198,144); text-decoration:none; }
#nav_right a:visited 	{ color:rgb(205,198,144); text-decoration:none; }
#nav_right a:hover 		{ color:rgb(140,97,56); text-decoration:none; }

#top_photo 				{ float:left; width:790px; margin:0; padding:0; }
	
#history_head 			{ clear:both; margin:0px; padding:0px; width:960px; height:111px; }	
#history_content 		{ width:960px; margin:0px; padding:0px; background:rgb(229,226,185) url('images/bg_history.jpg') repeat; }
#history_content p 		{ font-size:1em; color:#000; line-height:1.3em; margin-left:150px; margin-right:300px; padding:10px 0px; }	
#history_content h2 		{ font-size:2em; color:#000; margin:0px 300px 0px 110px; padding:10px 0px 0px 0px; }
#history_content ul li 	{ margin-left:180px; line-height:1.3em; }

#maki_history			{ width:960px; margin:0px; padding:0px; background:rgb(229,226,185) url('images/bg_history.jpg') repeat; }
	
#footer p 				{ color:rgb(140,97,56); font-size:.8em; text-align:center; margin-top:5px; }	
#footer a:link 			{ color:rgb(140,97,56); text-decoration:underline; }
#footer a:visited 		{ color:rgb(140,97,56); text-decoration:underline; }
#footer a:hover 			{ color:rgb(231,227,190); text-decoration:underline; }
img.right 				{ float:right; }
	





