/* CSS for Amia*/

* {margin: 0;
   padding: 0;
}

/*********************************** Site Structure ******************************/

body {
	font-size: 62.5%;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {margin: 10px auto;
            width: 729px;
			font-size: 1.2em;}

#header {
	background-image: url(images/header.jpg);
	height: 186px;
	width: 670px;
	padding-top: 100px;
	padding-left: 59px;
}

#navcontainer {
	background-color: #000000;
	width: 415px;
	text-align: center;
	padding-top:8px;
        padding-left: 150px;
	padding-right: 15px;
	color: #F1DBC6;

}

#content_top {
	background-image: url(images/content_top.jpg);
	height: 90px;
	width: 529px;
	text-align: center;
	padding-top: 25px;
	padding-left: 100px;
	padding-right: 100px;
}


#content {
	background-image: url(images/content_tile.jpg);
	background-repeat: repeat-y;
	padding-left: 60px;
    padding-right: 60px;	
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 111px;
	text-align: center;
}

/********************************** Text formatting *****************/


p {
   padding-bottom: 25px;
}


p.text:first-letter
{
font-size: 2.5em;
padding: 0.143em;
float: center;
}

.footertxt {
	padding-top: 80px;
	color: #F1DBC6;
}

h2 {
	font-weight: bold;
	padding: 10px;
	color: #673711;
	font-size: 1.2em;
}

/*************************** Hyperlinks ***********************/

a:link {color: #F1DBC6; text-decoration: none;}     /* unvisited link */
a:visited {color: #F1DBC6; text-decoration: none;}  /* visited link */
a:hover {color: #FFCC66; text-decoration: underline;}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */


/***************************  Navigation **********************/

#newnavlist
{
width: 350px;
text-align: center;
}

#navlist
{
width: 210px;
text-align: center;
}

#navlist li
{
	list-style: none;
	padding-bottom: 18px;
	font-weight: bold;    
	background: #000;   
}

#navlist li
{
	list-style: none;
	padding-bottom: 18px;
	font-weight: bold;    
	background: #000;   
}

#navlist li a { text-decoration: none; }

