            body
            {
                margin: 0px;
                padding: 0px;
                font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
            }
            #mainpage
            {
                background-color: #fff7f7;
                position: absolute;
                height: 100%;
                width: 100%;
            }
            #maincontents
            {
                position: absolute;
                top: 100px;
                right: 50px;
                width: 800px;
            }
            #infocolumn
            {
                position: absolute;
                top: 320px;
                
                width: 100%;
                
            }
            #newcolumn
            {
                position: absolute;
                right: 550px;
                width: 250px;
            }
            #admincolumn
            {
                position: absolute;
                right: 150px;
                width: 250px;
                
            }

            #loginback
            {
                position: absolute;
                height: 250px;
                width: 250px;
                border: 1px solid #000;
                top: 30px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                right: 280px;
                margin-right: -125px;
                box-shadow: 0px 1px 6px 1px , 0px -1px 2px 0px inset , 0px 1px 2px 0px inset;
                overflow: hidden;
            }
            #login
            {
                position: absolute;
                top: 8%;
                height: 80%;
                width: 100%;
                background-color: #fcfcff;
                padding: 5px;
                color: #000;
            }
            #logingreeting
            {
                padding-top: 5px;
                border-style: none none solid none;
                border-width: 1px;
                top: 0px;
                width: 245px;
                height: 30px;
                margin-left: auto;
                margin-right: auto;
            }
            #mainimage
            {
                position:absolute;
                right: 550px;
               
                top: 0px;
                width: 300px;
                height: 376px;
            }
            .wrappers
            {
                position: absolute;
                width: 100%;
                box-shadow: 0px -3px 6px 1px inset;
            }
            #header
            {
                height: 78px;
                top: 0px;
            }
            #header #logo
            {
                position: absolute;
                overflow: hidden;
            }
            #footer
            {
                height: 50px;
                bottom: 0px;
                box-shadow: 0px 3px 6px 1px inset;
            }
            #footer p
            {
                position: absolute;
                top: 5px;
                right: 50px;
            }
            
            .button
            {
                background-image:url("buttongrad.png"); 
                background-position: 0px 0px;
                border-radius: 10px;
                -moz-border-radius: 5px;
                text-align: center;
                padding: 0px 4px 0px 4px;
                vertical-align:sub;
            }
            .button:hover
            {
                background-position: 0px 30px;
            }
            #newbutton
            {
                width: 150px;
                height: 30px;
                top: 0px;
            }
           #adminbutton
            {
                width: 150px;
                height: 30px;
                top: 0px;
            }
            #newtext
            {
                position: absolute;
                width: 100%;
                top: 35px;
            }
            #admintext
            {
                position: absolute;
                width: 100%;
                top: 35px;
            }
            input, select, textarea
            {
                font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
                background-color: #fddefd;
            }
            
                        nav
            {
                position: absolute;
                width: 150px;
                top: 20px;
                left: 5px;
                
            }
     ul
            {
                margin: 0px;
            }
    ul ul
    {
        display: none;
    }
    nav ul li:hover>ul
            {
                display: block;
                position: absolute;
               color: #000;
               bottom: 100%;
               margin: 0px;
            }
    nav ul
            {
                background: #808080;
                background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	            background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	            background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
                	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	            padding: 0 20px;
	            border-radius: 10px;  
	            list-style: none;                                               
            }
            nav ul:after {
		content: ""; 
        clear: both; 
        display: block;
	}
  
	nav ul li:hover {
		background: #b3b3b3;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
         color: #fff;
	}
            a:link
            {
                text-decoration: none;
            }