/* Stylesheet by Mediadepedia */

/* clear browser */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

.clear {clear:both;}

html { background: #000; color:#fff; height: 100.1%; }
body { background: #000; color:#fff; height: 100.1%; }

a:link, :visited {
	text-decoration:underline;
	color: #FFC300;
}

h1 { font: normal 28px "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;}
h2 { font: normal 24px "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;}
h3 { font: normal 20px "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;}
h4 { font: normal 16px "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;}
h5 { font: normal 12px "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;}
h6 { font: normal 8px "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;}

body {
		background-image: url(../img/backgroundbuddhaback.png);
		background-position: center top;
		background-repeat: no-repeat;
		min-width: 1000px;
		font-family: "Trebuchet MS", sans-serif 'lucida grande', tahoma, sans-serif;
	}

#header {
	height: 300px;
	width: 1000px;
	margin: 0 auto;
}

#logo {
	margin-left: 350px;
}

#navigation {
	height: 80px;
	line-height: 0px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    padding: 10px 10px 10px 0px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../img/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../img/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font-size: 20px;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
			line-height:14px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

#footer {
	margin:0px auto;
	height:28px;
	padding:20px 0px 10px 0px;
	width:1000px;
	font-size:12px;
	color:#fff;
	border-top: 0px solid #333333;
	background-color: #000;
	color: #FFFFFF;
	text-align:center;
}

#footer_copyright {
	color:#666666;
}

#footer_copyright a {
	color:#FFC300;
}

#footer_copyright a:hover {
	color:#FFC300;
}

#footer_links {
	float:right;
}

#footer_links a {
	color:#FFC300;
}

#footer_links a:hover {
	color:#FFC300;
}

#content {
	padding: 0px;
	width: 1000px;
	margin: 0 auto;
	min-height: 300px;
}