#container {
	margin: auto;
	width: 960px;
}
#header {
	background: white url(images/flag.png) no-repeat top left;
	height: 61px;
	padding-top: 200px;
	padding-left: 310px;
}
#content {
	background: white url(images/bodyBackground.png) repeat-y top left;
	padding-bottom: 1px;
}
#footer {
	background: white url(images/footerBackground.png) no-repeat top left;
	height: 69px;
	padding: 65px 40px 0 40px;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 60px;
	position: absolute;
	top: 269px;
}
ul#nav li {
	display: block;
}
ul#nav a {
	display: block;
	color: black;
	background: white;
	margin-bottom: 2px;
	font-size: 12px;
	padding: 4px 8px 4px 8px;
	width: 200px;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
ul#nav a:hover {
	background: #f2f1cf;
	background: rgba(255,255,255,0.5);
}
ul#nav a.facebook {
	padding-left: 33px;
	width: 175px;
	color: white;
	background: #6D84B4 url(images/facebook.gif) no-repeat 8px center;
}
ul#nav a.facebook:hover {
	background: #3B5998 url(images/facebook.gif) no-repeat 8px center;
}

#content-body {
	font-family: Georgia, Times New Roman, Times, serif;
	width: 600px;
	margin-left: 310px;
	font-size: 14px;
	line-height: 150%;
}

#content-body ul, #content-body ol {
	margin: 0;
	padding: 0;
	padding-left: 18px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
.vendors h3 {
  margin: 0;
  margin-top: 1em;
}
.vendors p {
  margin: 0;
}

ul#sponsors {
	list-style: none;
}

a {
	color: #382;
}

.big-img {
	display: block;
	margin-bottom: 12px;
}

.right-img {
	margin-left: 12px;
	margin-bottom: 12px;
	float: right;
}

.left-img {
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.first-content {
	margin-top: 0;
}

div.news-article-box {
	width:600px;
	overflow: auto;
}

div.news-article-box img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

