#competitions {
	float: left;
	width: 524px;
  margin-right: 10px;
}

#comp_sidebar {
	float: left;
	width: 168px
}

#competitions h1, 
#comp_sidebar h1 {
	background: white url(/i/bgheader.png) repeat-x;
	height: 30px;
}

#competitions h1 img,
#comp_sidebar h1 img {
	position: relative;
	top: 5px;
}

#competitions h2 {
	color: #009900;
  background:#BFFFBF;	
	width: 514px;
	float: left;
}

#comp_sidebar h2 {
	color: #009900;
  background:#BFFFBF;	
	width: 158px;
	float: left;
}

#comp_sidebar a.randomIPatch {
	margin-bottom: 5px;
}

#competitions h3 {
	color: #009900;
  background:#BFFFBF;
	float: left;
}

#competitions h2 a:link, 
#competitions h2 a:visited, 
#competitions h2 a:active,
#competitions h3 a:link,
#competitions h3 a:visited, 
#competitions h3 a:active{
  color: #009900;
  font-weight: bold;
  text-decoration: none;
}

/* Landing Type Competitions */
#comp_landing, 
#comp_landing #intro, 
#comp_landing #instructions {
	float: left;
	width: 524px;
}

#comp_landing h3 {
	width: 514px;
	float: left;
}

/* Question and Simple Type Competitions */
#competition_single, 
#competition_single #intro, 
#competition_single #question,
#competition_single #prize,
#competition_single form,
#competition_single form #personal_details,
#personal_details .inputRow {
	float: left;
	width: 524px;
}

#competition_single a:link,
#competition_single a:visited, 
#competition_single a:active{
  color: #009900;
  font-weight: bold;
  text-decoration: none;
}

#competition_single h3 {
	width: 514px;
	float: left;
}

#personal_details .inputRow label {
	float: left;
  width: 158px;	
  padding-right: 10px;	 
  font-weight: bold;
}

#personal_details .inputRow p {
	float: left;
  width: 346px;	
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#personal_details .inputRow p .textInput {
	width: 346px;	
}

#personal_details .inputRow select {
	float: left;
  width: 346px;	
 	font-family:Verdana,Sans;
  font-size:10px;	 
}

/* The table that represents the list of competitions */
#complist {
	float: left;
  width: 524px;
} 

#complist tr td, .complist_col {
  width: 168;
}

.margin_col {
  width: 10;
}

.complist_col h3 {
  background:#BFFFBF;	
  color:#009900;	
	width: 158px;
}

.complist_col h3 a:link, 
.complist_col h3 a:visited, 
.complist_col h3 a:active,
.complist_col p a:link,
.complist_col p a:visited, 
.complist_col p a:active{
  color: #009900;
  font-weight: bold;
  text-decoration: none;
}

.complist_col h3 a:hover,
.complist_col p a:hover {
  color: #009900;
  text-decoration: underline;
}

.complist_col h4 {
	width: 168px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  margin-bottom: 5px;
}

.complist_col h4 img {
	border: 0;
}

.complist_col strong {
  color: #009900;
  font-weight: bold;
}

