@import "initial.css";

html, body { background-color:#fff; }

/* BASE STRUCTURAL STYLES
---------------------------------*/
#head { text-align:center; border-bottom:double #333; width:100%; }
#body { margin:0; position:relative; }
#foot { clear:both; text-align:center; padding-top:1em; font-size:100%; border-top:solid 1px #666; }

#content { height:auto!important; padding:0!important; display:none; }

/* GENERAL ELEMENT STYLES
---------------------------------*/
h1,h2,h3,h4,h5,h6 { font-family:"Trebuchet MS",arial,helvetica,clean,sans-serif; }
h2 { font-size:150%; margin:0 0 20px; }
h3 { font-size:188%; margin:5px 0 15px; padding:5px 10px; background:#cccccc; border-bottom:solid 1px #999; }
h4,h5 { font-size:108%; margin-bottom:15px; }
a { color:#F47920; }

/* HIDDEN ELEMENTS
---------------------------------*/
#head ul, 
object,
embed,
#flashGallery,
#gallery,
#foot a		{ display:none!important; }

/* GALLERY ELEMENT ---------*/
#gallery 	{ float:left; margin:0 auto; }
#thumbs		{ clear:both; text-align:center; background:#ccc; margin-top:8px; }
#thumbs a	{ margin:2px 4px; }

/* HEADER ELEMENTS ------------*/
#head h1	 { text-align:center; }
#head h1 img { display:block; margin:0 auto; }

/* CONTACT STYLES -----------*/
#contact { float:left; width:450px; margin:0; position:relative !important; margin-top:20px; }
#contact legend 	{ font-weight:normal; font-size:138%; color:#900; }
#contact label.contain { display:block; padding:0; margin-bottom:2em; border-bottom:1px solid #000; width:400px; font-style:italic; }
#contact div.contain { height:6em; }
#contact input,
#contact textarea,
#contact select,
#contact p em { display:none; }
