/* colors list reference ----------------------------------
background=#0d3751
topgradientblue=#2c688f
bottomgradientblue=#0d3751
contentsolidblue=#56829f
contentgraybg=#bfbfbf
h1_color=#1c334a
h2_color=#1c334a
h3_color=#1c334a
imgborder_color=#FFFFFF
 endcolors list reference --------------------------------- */
 
html { font-size:100.01%; }
body  {
	background-color:#444;
	background:url("http://www.smick.net/images/smickGrayStripedBG.png");
	font-size:1em;
	line-height: 1.25;
	font-family: Cambria, Georgia, Palatino, Palatino Linotype, Myriad Pro, Serif; 
	margin:0;
	padding:0;
	text-align:center;
	}

p {margin:0px 0px 0px}

#container{text-align:left}
#container{width:700px; margin:0 auto;
    background:url("http://www.smickworks.com/images/containerbg.jpg");
	background-repeat:repeat-y;
}
#footer {clear:both;width:100%}
/* Navigation ----------------------------------------------- */


#menu {
	margin:0px auto 0px auto;
	width:700px;
	height:35px;
	background-image:url("http://www.smickworks.com/images/menu_bar_bg.jpg");
	}
/* This section of menu styles replaced by rMenu.css ruthsarian----- 
#menu a {
	height:27px;
	padding-top:8px;
	border-right: 1px solid #94B473;
	width:125px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	}

#menu li { float: left; list-style: none; }

#menu a:hover {
	height:25px;
	margin-top:2px;
	background-image:url("http://www.smickworks.com/images/menu_bar_over.jpg");
	background-repeat:no-repeat;
}	
#menu a.selflink {
	height:25px;
	margin-top:2px;
	background-image:url("http://www.smickworks.com/images/menu_bar_over.jpg");
	background-repeat:no-repeat;
}
end commented out menu ----- */
#header {width:700px; height:207px; margin:0 auto;
	background-image:url("http://www.smickworks.com/images/smickworks_banner.jpg");
	background-repeat:repeat-x; 
	}
#content {width:600px; margin:25px auto;
	background-color:#FFF;
	padding:5px 20px 30px 20px;
	}
	
table { margin: 1em; border-collapse: collapse; }
/* td, th { padding: .3em; border: 1px #ccc solid; } */

#footer {width:700px; margin:0 auto;
	background-color:#17283A;
    /*background:url("http://www.smickworks.com/images/footerbg.jpg");*/
	background-repeat:repeat-x;
	}
/* Typography----------------------------------------------- */
#content h1, h2, h3, h4, h5, h6, h7 {color:#1C334A;}
#content h1, h2, h3 {font-variant:small-caps;}
#footer p {margin:0;padding:5px 10px; color:#FFF; font-size:0.8em; font-family:sans-serif;}

.wikimessage {font-size:25px; color:#ff0000; padding:15px 10px 15px 10px; background-color:#000;}