/*
	Colours:
		Dark Blue: 	#23d;
		Lighter:	#56e;
		Lighterer:	#88e;
		YEllow:		#FB0;
*/

body{
	font-family: Lucida Sans, sans-serif;
	background: #23d;
	text-align: center;
	padding: 10px 0 0 0 ;
	margin: 0;
}

p{
	margin-top: 0px;
}

a{
	color: #23d;
}

h2{
	color: #23d;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #56e;
}

#header_container{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: url(bluestripe.png) top repeat-x;
}

#header{
	color: white;
	text-align: left;
	width: 450px;
	margin: 0 auto 0 auto;
	height: 120px;
	padding: 0 350px 0 0;
	background: url(globetop.png) right center no-repeat;
}

#header h1{
	font-size: 32px;
	padding: 20px 0 21px 20px;
	margin: 0;
}

#header a{
	text-decoration: none;
	color: white;
}

#nav{
	padding: 12px 0 0 20px;
	font-weight: bold;
	font-size: 16px;
}

#nav a{
	margin-right: 30px;
}

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

#container{
	background: url(bluedots.png) white;
	text-align: center;
	margin: auto;
}

#content{
	width: 760px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	background: white;
}

#globe{
	background: url(globe.png);
	width: 392px;
	height: 272px;
	margin: -20px -20px 0 0;
	float:right;
}

#browsers{
	height: 32px;
	background: url(browsers.png) left no-repeat;
	display: block;
	padding-left: 140px;
}

.thumbs{
	overflow: hidden;
	width: 800px;
}
.thumbnail{
	width: 240px;
	float: left;
	margin: 0 20px 20px 0;
}

.thumbnail a{
	text-decoration: none;
	color: none;
	border: none;
}

.thumbnail a img{
	margin: 0 0 10px 0;
	border: none;
}

.thumb_title{
	font-weight: bold;
}

.thumb_detail{
	color: #88e;
	padding-left: 25px;
}

.thumb_detail a{
	text-decoration: underline;
	color: #88e;
}
.thumb_detail a:hover{
	text-decoration: none;
}

#footer{
	height: 40px;
	background: #23d;
	text-align: center;
	color: white;
	padding: 10px;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

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