/* -- layout stuff -- */
html, body, p{
	margin-top: 0;
	margin-left: 0;
}
body{
	text-align: center;
    font-family:Arial, Helvetica, sans-serif; 
    color:#000000; 
    font-size: 0.8em;
	background-color: #CCC;
	background-image: url(../images/bg.gif);
}
html>body, html>body #container{
	height: auto;
}

a{
	color: #990000;
}
a:hover{
	color: #000;
}
p
{
	line-height: 150%;
}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
}

#bodywrapper{
	position: relative;
	width: 826px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

#logo
{
    padding: 0px 0 0px 0px;
    height: 168px;
}

#navigation
{
	position: absolute;
	top: 0;
	right: 5px;
	background-image: url(../images/navbg.gif);
	padding-left: 6px;
}
#navigation td
{
    padding: 10px;
    background-color: #990000;
    text-align: center;
}
#navigation td a
{
	color: #fff;
	text-decoration: none;
}
#content{
	background-color: #ffffff;
    padding: 10px 300px 20px 20px;
    margin-bottom: 0px;
    background-image: url(../images/joinprize_aus_08.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
#content h1
{
    color: #272F47;
    font-size: 1.8em;
}
#content h2
{
    font-size: 100%;
    margin-bottom: 3px;
}
#content h2.admin
{
   color: #990000;
    margin-top: 3px;
}
#content .instructions
{
    border: 1px solid #ccc;
    font-size: .9em;
    padding: 10px;
    color: #333;
    background-color: #EFEFEF;
}
#content .tdheading
{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
#content input, #content select, #content radio
{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    font-size: .9em;
}
#content textarea
{
    border: 1px solid #990000;
    font-size: 1.2em;
}
#content label
{
    margin-right: 8px;
    margin-left: 2px;
}
#content .submitbutton
{
    border: 0;
}
#content .validate{
    
}
#content div div
{
    /*border: 1px solid #272F47;*/
    padding: 2px 10px 2px 10px;
    margin-bottom: 5px;
    width: 450px;
}
#content hr
{
    border: 0;
	color:#B2E1F4;
	background-color: #B2E1F4;
	height: 1px;
	width: 100%;
	text-align: left;
}
#content div div div
{
    border: 0;
    width: 360px;
    margin-left: 20px;
}
#content .hideborder
{
    border: 0;
}
#content .hideborder div
{
    margin-left: -10px;
}
#content .tdleft
{
    padding-top: 3px;
    padding-right: 5px;
}
#content .reviewquestion
{
    color: #666;
}
#content .textarea
{
    width: 300px;
    height: 100px;
}

#footer
{
    padding:10px 60px 15px; 
    color:#ffffff; 
    margin: 16px 20px 0 20px;
}
#footer a{
	color: #FFFFFF;
}
.avernis
{
    display: none;
}
