/* layout.css */
/* Normalizes margin, padding */

body, div, dl, dt, dd, ol, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote th, td
{ margin : 0; padding: 0; }

/* Normaliszes font-size for headers */

ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-styles from lists */

table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */

fieldset, img
{ border : 0; }

/* Left align text in caption and th */

caption, th
{ text-align : left; }

/* Removes qoutation marks from q */

q:before, q:after
{ content :''; }

/* navigation  */

#mainNav {
width: 150px;
float:left;
 }
	
#mainNav ul{         
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

#mainNav li{

background-color: #c18770; 
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px #ffe0ba solid;
margin-top: 5px; }

#mainNav a{
	padding: 5px 5px ;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}


	ul {
 }

a {
text-decoration: none;
}

a:link {color: #32180d; }
a:visited {color: #833c1f; }
a:hover {color: #ffffff; }
/*end navigation*/



body {
	font-family: Georgia, "Times New Roman", Times, serif;
background-color: #e3c0b2;
 }

#container {

margin-left: 10%;
margin-top: 30px;

background-image: url(../images/SpindlersIndex.jpg);

background-repeat: no-repeat;
height: 1200px; }


#branding {

height:221px;
 }


#indexContent {
margin-left: 165px;
width: 450px;
}

#indexContent li{
background-color: #e7af99;
border: 1px #ffe0b8 solid;
padding-top: 10px;
padding-bottom: 25px;
padding-left: 5px;
padding-right: 10px;
margin-top: 20px;}

#indexContent  a{
font-size: 1.25em; }

#indexContent li img{
position: relative;
float: left;
padding-right: 10px;
padding-top: 5px; }


#newsContent {

background-color: #e4b09b;
width:180px;
margin-left: 670px;
border: 2px #ffe0b6 solid;
margin-top: -500px;

}

#newsContent li{

margin-left: -40px;
padding: 15px;
 }
#links {
background-color: #e4b09b; 
width: 180px;
margin-top: 20px;
margin-left: 670px;
border: 2px #ffe0b6 solid;
 }

#links li{
padding-top: 15px;

margin-left: -20px;
padding-bottom: 10px;
}


p {
font-size: .8em;
color: #334D4D;
line-height: 175%;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif; }


#footer {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 25px;
}

#footer li {
	float: left;
	margin: 0 15px 0 10px;
 }

ul {
	
}




h1 {
	position: absolute;
	top: -40px;
	left: -100px;
	width: 100px;
	height: 200px;
	text-indent: -9999px;
	font-size: 2.4em;
	color:#14556B; }
	

h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	letter-spacing: 3px;
text-align: left;
text-transform: uppercase; }


h3 {
color: #65240a;
padding-left: 15px;
padding-top: 10px; }
	
h4 {
	font-size:.8em;
	color: #65240a;
	}	
			
	

#branding h2 {
	;
	padding-top: 150px;
	padding-left:230px;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
color: #723200; }

/* My Comment */
