/*layout design */

* {
	margin: 0;
}
html, body {
	height: 100%;
}


body {
    margin: 0px;
    padding: 0px;
		background-image:url(images/theme/background.gif);
	background-repeat:repeat-x;
}


#innerContainer{
 	padding: 0px;
    margin-left: auto ;
    margin-right: auto ;
	background: #FFF;
	margin: 0 auto;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */

}
#header {
	background-image:url(images/theme/background.gif);
	background-repeat:repeat-x;
	height: 50px;
	margin-bottom: 0px; display: block;
}
#headerLeft {
	float: left;
	width: 360px;
}
#headerRight {
	float: right;
	width: 540px;
	vertical-align:middle;

}
#advert{
	text-align:center;
	
}
#main{
background-color:#FFFFFF;
}
#mainLeft{
float:left;
width:650px;
}
#guessBox{

background-color: #A0CFC0;
border: 2px solid #A0CFC0; 
padding:10px 10px;
font-family: verdana, arial;
text-decoration: none;
font-size: 16px;
text-align: center;
margin-right: 10px;
}
#photo{
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	
}
#sidebar{
background-color: #E8E8E8;
float:right;
width: 250px;
}
#footer{
border-top: 10px;
border-top-style: solid;
border-top-color: #A0CFC0;
height: 100px;
}
#push {
height: 100px;	 /* .push must be the same height as .footer */
}


/*text style */
p { 
color: #000000; 
font-family: verdana, arial;
text-decoration: none;
font-size: 12px;
 }
  
 .correct{
color: red; 
font-family: verdana, arial;
text-decoration: none;
font-size: 16px;
text-align: center;
margin-top: 0px;
}


 .deniedPhoto{
color: red; 
font-family: verdana, arial;
text-decoration: none;
font-size: 12px;
text-align: center;
padding:0px;
}

.style20{

color: #000000; 
font-family: verdana, arial;
text-decoration: none;
font-size: 16px;
text-align: center;

}

/*link design*/
a:link { 
color: #1C1C1C; 
font-family: verdana, arial;
text-decoration: none;
font-size: 12px;
 }
a:visited {
color: #1C1C1C; 
font-family: verdana, arial;
text-decoration: none;
font-size: 12px;
} 
a:hover {
color: #1C1C1C; 
font-family: verdana, arial;
text-decoration: underline;
font-size: 12px;
} 