@media screen,projection {

    html {
        font-size: 0.8em;
        font-family: "Verdana", "Arial", sans-serif;
        background: #508f50;
    }
    body {
        margin: 1em auto;
        padding: 0;
        background: #ffffff url("../images/shadow.png") repeat-y top right;
        width: 957px;
        border-left: 2px solid #285428;
    }
    a img { border: 0 }
    a:linked { color: #3333ff }
    a:visited { color: #6666ff }
    a:hover { color: #f00000 }

    input.text,textarea { border: 2px solid #508f50 }
    input.button,button {
    	border: 2px solid #244f22;
	background: #508f50 url("../images/button.png") repeat-x top left;
	color: #ffffff;
        font-weight: bold;
    }

    #header {
        background: #336e33 url("../images/header-extension.png") repeat-y top left;
        color: #ffffff;
        margin-left: -2px;
        font-weight: bold;
    }
    #header div {
        background: url("../images/header.jpg") no-repeat top left;
        padding-right: 19px;
        padding-bottom: 8px;
    }
    #header div div {
        background: transparent;
        padding: 0;
    }

    #mainmenu {
        padding: 48px 0 0 0;
        text-align: center;
    }
    #mainmenu, #submenu ul {
        list-style-type: none;
        margin: 0;
    }
    #mainmenu li, #submenu li {
        display: inline;
        padding: 0.5em;
        white-space: nowrap;
    }

    #activemenu {
	background: #508f50;
    }

    #mainmenu a, #submenu a {
        color: #ffffff;
        font-weight: bold;
    }

    #googlesearch { text-align: center }
    #googlesearch * { vertical-align: middle }
    #googlesearch input.button {
	background: #2faf2f url("../images/bright-button.png") repeat-x top left;
    }

    #comment {
	font-size: 0.8em;
    }

    #fortunecookie {
        text-align: center;
        color: #ffffff;
	font-size: 0.7em;
    }

    #submenu {
        text-align: center;
        margin: 1em 0;
        vertical-align: middle;
    }
    #submenu h1 {
        font-size: 120%;
        font-weight: bold;
        color: #ffffff;
        display: inline;
    }
    #submenu ul {
        padding: 0;
        display: inline;
    }

    #content,#tutorial {
        padding: 16px 171px 16px 16px;
        position: relative;
        overflow: hidden;
    }
    
    #ratings {
    	background: #e6e6f5 url("../images/ratings-background.png") repeat-x bottom left;
        padding: 1em;
        margin: 16px 35px 16px 16px;
    }
    #googleads {
        position: absolute;
        top: 16px;
        right: 35px;
        width: 120px;
    }
    #googleads div {
        margin-bottom: 8px;
        text-align: center;
    }

    #footer {
        margin-left: -2px;
        background: url("../images/footer.png") no-repeat bottom left;
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 51px;
    }

    #content h1, #tutorial h1 {
	font-size: 18pt;
	font-weight: normal;
    }

    #content h2, #tutorial h2 {
	font-size: 16pt;
	font-weight: normal;
    }

    #content h3, #tutorial h3 {
	font-size: 14pt;
	font-weight: normal;
    }

    #content p, #tutorial p {
	font-size: 11pt; 
    }

    .ratingtd, .ratingtd2 {
        font-size: 8pt;
        font-family: "Arial", "Helvetica", sans-serif;
    }
    .ratingtd2 {
        color: green;
        font-weight: bold;
    }
    td {
	font-size: 8pt;
    }

} /* @media screen,projection */
