body {
	background: transparent url(../images/top.jpg) top left repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS";
}

form {
	margin: 0;
	display:inline;
	padding: 0;
}

.quote {
  font: 22px Georgia, "sans serif";
  line-height:55px;
  padding-left:20px;
  text-align:bottom;
  font-style:italic;
}

.nl-form {
	left: 380px
}

/*li {
	min-height:20px;
}
*/
.pos-r {
	float: right;
}
.pos-l {
	float: left;
}

img, a img {
	border: 0;
}

#previews img {
	padding: 4px;
	border:solid 1px #00BAFF;
}

#whiteboard {
	float: right;
}

#previews {
  width:500px;
}
#previews img {
  width: 140px;
	margin: 0 5px;
}

#previews img:hover {
	border:solid 1px #FD0001;
}

#main {
	margin: 20px auto 40px auto;
	clear: both;
	height: 660px;
	width: 900px;
}

#content {
	margin-top: 20px;
}

#footer {
  background-color:#eee;
	color: #333;
  width:100%;
  margin-top:60px;
	text-align:left;
	height:140px;
}

#footer .col {
  width:300px;
  margin-left:10px;
  float:left;
}
#footer .container {
  background-color:#ccc;  
}
#footer a {
	text-decoration: none;
	color: #050780;
}

#footer a:hover {
	text-decoration: underline;
}

#flags {
	text-align: right;
	padding-top: 10px;
}

a {
	color: #00BADD;
}
a:hover {
	color: #FD0001;
}