* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
        
img {
        border: 0;
    }

/* body */
body {

	background: #000 url(../images/temple_back.jpg) no-repeat fixed center bottom;
}

/* header */
#header {
	margin: 0 auto 10px;
	width: 100%;
	text-align: center;
}

/* navigation */
#nav {
	width:750px;
	/*height:50px;*/
	list-style:none;
	font-size: 1.5em;
	margin: 0 auto;
}

#nav ul {
	width: 100%;        
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
}

#nav li {
	border:1px solid #46433e;
	float:left;
	/*width:124px;*/
	list-style:none;
	display: inline;
	line-height: 1em;
}
#nav a,
#nav a:link,
#nav a:active,
#nav a:visited {
	color:#555;
	display:block;
	line-height:1em;
	text-align:center;
	padding: 5px 80px 5px 10px;
}
#nav a:hover {
	background-color: #555;
	color: #ffa500;
	font-weight: bold;
	text-decoration: none;
}
#nav .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}

#main {
	position: relative;
	top: 10px;
}

    /*FOOTER */

#footer {
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}
        /*div#footer {
	width: 100%;
}*/

div#footerlinks {
	position: relative;
	bottom: 8px;
}
        div#footer p {
            margin: 0;
            
            font-size: 1em;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

div#footerlinks ul {
        width: 100%;
                
        margin: 0;
        padding: 20px 0 0 10px;
        list-style: none;
	color: white;
}
    div#footerlinks li {
        display: inline;
        
        list-style: none;
        border-right: 1px solid white;
	color: white;
	font-size: 1.25em;
	float: left;
	line-height: 1em;
}
    div#footerlinks li.last {
        border-right: none;
    }
    div#footerlinks a,
    div#footerlinks a:link,
    div#footerlinks a:active,
    div#footerlinks a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        margin: 0;
	color: white;
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
	padding-top: 0;
	padding-left: 5px;
}
    div#footerlinks a:hover {
        text-decoration: underline;
    }
    div#footerlinks strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;}


/* END FOOTER */