body {
    background-color:#F9F8E1;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#858572;
	}

a {color:#ffffff; text-decoration:none; }
a:link {color:#514520;}
a:visited {color:#7C5A0F;}
a:hover, a:active  {color:#B5B243; text-decoration:none; }

a.title:link {color:#858572;}
a.title:visited {color:#858572;}
a.title:hover, a.title:active  {color:#858572; text-decoration:none; }

p  {
    font-size:11px;
	line-height:16px;
    }

H1 {
    text-indent:15px;
    font-size:14px;
    padding:0;
    margin:0;
    line-height:35px;
    color:#AFAD7F;
    }

H2 {
    font-size:12px;
    padding:0;
    margin:0;
    line-height:24px;
    color:#768245;
    }

H3 {
    font-size:10px;
    padding:0;
    margin:0;
    line-height:20px;
    color:#7A7041;
    }
    
li, ul {
        list-style-type: none;
    }

/* portfolio */

#leftbar_bg {
    background-image:url(leftbar.gif);
    background-repeat:no-repeat;
	position:absolute;
	left:6px;
	top:20px;
    width:166px;
    height:591px;
    }
    
#stage_bg {
    background-image:url(stage.gif);
    background-repeat:no-repeat;
	position:absolute;
	left:171px;
	top:93px;
    width:604px;
    height:511px;
    }


/* main */

#center {
    text-align: center;
	position:absolute;
	left:0;
	top:50px;
    width:100%;
    }
    
/* contest */

#paper {
    text-align:left;
	position:absolute;
	left:220px;
	top:125px;
    width:507px;
    height:638px;
    background-image:url(papershadow.gif);
    background-repeat:no-repeat;
    padding-top:1px;
    padding-left:1px;
    }
    
/* error pages */

#error {
    font-size:104px;
    font-weight;bold;
    color:#F2F0D6;
    z-index: -1;
    text-align:left;
	position:absolute;
	left:40px;
	top:70px;
    }

/* all */

#header {
    text-align:left;
	position:absolute;
	left:190px;
	top:50px;
    width:370px;
    }

#description {
    text-align:left;
	position:absolute;
	left:180px;
	top:400px;
    width:170px;
    }
    

#images {
    text-align:left;
	position:absolute;
	left:360px;
	top:125px;
    width:300px;
    }

#links {
    text-align:left;
    font-size:12px;
	line-height:24px;
    padding:0;
    margin:0;
	position:absolute;
	left:20px;
	top:105px;
    width:150px;
    list-style-type: none;
    }

#contact {
    text-align:left;
    font-size:9px;
	line-height:17px;
    padding:0;
    margin:0;
	position:absolute;
	left:20px;
	top:550px;
    width:150px;
    list-style-type: none;
    }