
#Content {
	width: 780px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#Header {
	width: 780px;
	height: 88px;
	background-image: url(images/header.gif);
}

#LogInBlock {
	float: right;
	padding: 10px;
}

#Flags {
	float: right;
	clear: right;
	padding: 40px 10px 10px 10px;
}

#Flags img {
	border: 0;
}

#Menu {
	width: 760px;
	height: 48px;
	margin: 10px;
	background-image: url(images/menuback.gif);
}

#Footer {
	width: 780px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

#Profile {
	width: 175px;
	height: 414px;
	border: 1px solid #BEBEBE;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
}

#Profile #YourPoints {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#Surveys {
	width: 400px;
	height: 414px;
	border: 1px solid #BEBEBE;
	float: left;
	margin-left: 3px;
}

#Leaderboard {
	width: 175px;
	height: 414px;
	border: 1px solid #BEBEBE;
	float: left;
	margin-left: 3px;
}

.box_header {
	height: 22px;
	border-left: 15px solid #919191;
	border-bottom: 1px solid #BEBEBE;
	background-color: #E5E5E6;
	color: #FF0606;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
}

.box_content {
	padding: 0 10px 10px 10px;
}

h2 {
	font-size: 13px;
}

a {
	color: #FF0606;
}

a:hover {
	color: #FF0606;
	text-decoration: none;
}

/*******************************************/
/* Alternating colors                      */
/*******************************************/

.firstalt {
	background-color: #FFFFFF;
	color: #000000;
}

.secondalt {
	background-color: #EEEEEE;
	color: #000000;
}

.thrdalt { 
	background-color: #CCCCCC;
	color: #000000;
}
