@charset "utf-8";
		
body {margin: 0; padding: 0; text-align: center; font-size: 12px; color: #1a1b36; 
 font-family: Arial, Helvetica, sans-serif; background-color: #f8a27c;  }
 
/* Website Container Table */
#website-container {margin: auto; padding: 0; width: 830px; 
background-color:#f8f168; border: black 1px solid; }

ul { list-style: square; }
			
hr {color: #FFC285; text-align: center; width: 95%; }
			
H1, H2, H3, H4, H5 { text-align : center; font-weight: bold; text-decoration: none;  }
 
H1 {  font-size : 24px;  font-style:italic; margin-top: 2px; margin-bottom: 2px}
H2 {  font-size : 20px; }
H3 {  font-size : 16px;  font-style:italic; }
H4 {  font-size : 14px;  font-style:italic; }
H5 {  font-size : 10px;  }
H6 {  font-size : 9px; font-weight: normal; }

/* Header */
 #header {margin: 0 auto; padding: 0; float: left; margin-left: 2%}
 
/* Left Photos bar*/
#photos-left {background-color: #f8f168; margin: 0; padding: 0; width: 18%; float: left; }
ul#links{ margin: 0 auto; padding: 0; list-style-type: none; }
ul#links a { display: block; width: auto; font-weight : bold; text-indent: 14px; text-decoration: none; font-size : 14px; color: #1a1b36; 
padding: 7px 0; text-align: left;}
ul#links a:visited{ color: #1a1b36; }
ul#links a:hover, ul#links .current{ color: #897ae6; }
ul#links .lastitem, ul#links .lastitem a{ border-bottom: 0;  }
ul#links li{  display: inline; }


/* Right Photos bar*/
#photos-right {background-color: #f8f168; margin: 0; padding: 0; width: 18%; float: right; }

/* Links */
#links {margin: 0 auto; margin-left: 0px; margin-right: 0px; padding: 0; float: left; 
display: inline; background-color: #f8f168; }
#links img {border: none; text-align: left; }

/* Center Column Body */
#center-body {margin: 0 auto; margin-left: 2%; margin-right: 0%; padding: 0; width: 500px; float: left; 
display: inline; background-color: #f8f168; border-top: 1px solid #512929; }
#center-body p { text-align : left; font-size : 13px; margin-left: 2%; margin-right: 2%;}
#center-body h1 { padding-top: 7px; }
#center-body ul { text-align: left;}
#gallery p { text-align : center; font-size : 15px; margin-left: 2%; margin-right: 2%;}

 /* Footer  */
#footer {  clear: both; background-color: #f8f168; border-top: #1a1b36 1px solid;}
#footer h1 { color : #1a1b36; font-weight: normal; text-align : center; 
font-size : 11px; font-style:normal; }
#footer A:link, #footer A:visited,
#footer A:active{  color: #1a1b36; font-weight: normal; font-style: normal; text-decoration: none;}
#footer A:hover { color : #1a1b36; }

/* Content Links */ 
A:link, A:visited,  A:active, A:hover {  text-decoration: underline; font-weight: normal;    }
A:link, A:active, A:visited {  color : #663333;  }
A:hover { color : #94afc2; }

 /* Credits */
#design, #design h1, #design A:link, 
#design A:visited, #design A:active, 
#design A:hover{ text-align: center;  text-decoration: none; 
font-weight : normal; font-size : 9px;  color : #663333; }
#design A:hover  {  color: #000;  }
