* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px;
	background-image: url(http://media.garethdavidjones.com/site/marine.jpg);
	background-color: #47d4ee;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

img
{
	position: relative;
}

div
{
	position: relative;
}

a
{
	color: #303030;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #909090;
	position: relative;
}

a:hover
{
	color: #ef2929;
	border-bottom: 1px solid #ef2929;
}

#wrapper{
	padding:20px;
	width:600px;
	position:absolute;
	left:50%;
	top:5%;
	margin-left:-300px;
	background: #ffffff;
	border: 2px solid #c0c0c0;
	z-index: 2;
}

.heading{
	padding:5px;
	background: #606060;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	cursor:pointer;
	font-weight:normal;
	font-size: 18px;
}

.heading:hover{
	background:#A0A0A0;
}

.content{
	padding:15px;
	background:#EEEEEE;
}

.sel{
	background: #ef2929;
	cursor: default;
}

.sel:hover{
	background: #ef2929;
}

.flickr_badge_image a
{
	border-bottom: none;
}

.flickr_badge_image {
	float: left;
	margin: 0 5px 5px 0;
}

.flickr_badge_image a img
{
	border: 2px solid #303030
}

.flickr_badge_image a img:hover
{
	border: 2px solid #ef2929;
}

#profile
{
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	float: left;
	margin: 0 15px 15px 0;
}

img.minipic
{
	border: none;
	vertical-align: top;
}

a.extlink
{
	margin-left: 5px;
}

span#cell
{
	font-weight: bold;
	color: #303030;
}

span#quote
{
	font-weight: bold;
	background:#EEEEEE;
}
	

.clr
{
	clear: both;
}

.indent
{
	margin-left: 20px;
}

p#top
{
	font-size: 32pt;
	color: #606060;
}

p#bottom
{
	font-size: 8pt;
}