html, body {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	width: 1000px;
	padding:0;
	margin: 0 auto;
	
}

#header {
	background: url(../_images/john_tropicals_header.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 1000px;
	margin-top: 25px;
}

#navbar {
	background-color:#fff;
	float: left;
	height: 60px;
	width: 996px;
	margin-top:325px;
	border-left:#52b9ef 2px solid;
	border-right:#52b9ef 2px solid;
}


h3 {
	color:#00F;
}

#navbar ul {
	text-align:center;
}

#navbar ul li {
	display: inline;	
}

#navbar ul li a {
	text-decoration:none; /* removes the underline from the links */
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	padding:16px; /* sets 16 pixels of padding around the link text */
	margin-right:10px; /* allows for a margin of 5 pixels between the links */
	text-align:center;
	width:75px;
	background-color:#52b9ef;
	-moz-border-radius-bottomleft:15px;	
	-moz-border-radius-bottomright:15px;	/*  Styles for Firefox, Flock and SeaMonkey */
	-webkit-border-bottom-left-radius:15px;
    -webkit-border-bottom-right-radius:15px;	/* Styles for Google Chrome and Safari */
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	box-shadow: 0px 0px 10px #333; /*box-shadow for IE9 */
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;	
}

#navbar ul li a:hover{
	background-color:#fff;
	color:#52b9ef;
	text-shadow:1px 1px 1px #000; /* changes the background colour, text colour and adds a shadow to the text when hover on */
}

#navbar ul li a#onlink {
	background-color:#fff;
	color:#000;
	border-bottom:1px solid #fff;
}
 
#navbar ul li a#onlink:hover {
	background:#fff;
	color:#69f;
	text-shadow:1px 1px 1px #000;
}

#maincontent {
	background-color: #FFF;
	float: left;
	width: 996px;
	border-left:#52b9ef 2px solid;
	border-right:#52b9ef 2px solid;
	border-bottom:#52b9ef 2px solid;
	
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	text-align: center;
	margin-top:50px;
	margin-left: 25px;
}

#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00f;
	text-align: center;
	margin-left: 25px;
}

#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin-left: 25px;
	text-decoration: underline;
}



#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #00F;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom:25px;
}

#maincontent p #return {
	text-decoration: none;
	color: #F00;
}

#maincontent .top_of_page {
	text-align: right;
}

#maincontent .red {
	color: #F00;
}
#maincontent .indent {
	color: #00F;
	margin-left: 75px;
	list-style: circle;
}

#maincontent #image {
	clear: none;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}

#maincontent #profile_table table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	font-size: 18px;
}
#maincontent hr {
	margin-right: 50px;
	margin-left: 50px;
	color: #52B9EF;
}
#maincontent .cold {
	font-size: 1.3em;
	color: #00F;
	list-style: square;
	margin-left: 50px;
}


#maincontent #profile_table h2 {
	margin-bottom: 50px;
	color: #F00;
}

#maincontent #profile_table table tr {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
#maincontent #profile_table table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #00F;
}

#maincontent #profile_table table tr td a:hover {
	color:#F00;
}



#maincontent .back {
	text-align:center;
}

#maincontent .back a  {
	text-decoration:none;
	color:#129694;	
}

#maincontent .back a:hover {
	color:#F00;
}


#maincontent #stats {
	text-align: center;
	margin-bottom: 50px;
}
#maincontent #stats table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-color:#52b9ef;
	color:#00F;
	font-weight:bold;
	background-color: #EEE;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-rightleft:10px;
	-moz-border-radius-bottomleft:10px;	
	-moz-border-radius-bottomright:10px;	/*  Styles for Firefox, Flock and SeaMonkey */
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;	/* Styles for Google Chrome and Safari */
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow: 0px 0px 15px #333; /*box-shadow for IE9 */
	-moz-box-shadow: 0px 0px 15px #333;
	-webkit-box-shadow: 0px 0px 15px #333;
}


#maincontent #stats table tr {
	text-align: left;
}


#footer {
	background-color: #FFF;
	float: left;
	height: 85px;
	width: 1000px;
	margin-bottom: 5px;	
}

#bottom_nav ul{
	text-align:center;
}

#bottom_nav ul li {
	display: inline;
}

#bottom_nav ul li a {
	text-decoration:none;
	margin-right: 35px;
	font-size:20px;
	color:#00F;
}

#bottom_nav ul li a:hover {
	color:#F00;
}

.copy {
	margin-top:25px;
	text-align:center;
	color:#00F;
	font-size:12px;
}

.copy a {
	text-decoration:none;
	color:#129694;
}

.copy a:hover {
	color:#F00;
}

#maincontent img.articleImage {
	display: block;
	float: right;
	padding: 1em 0 0 0;
}

#maincontent p a {
	text-decoration: none;
	color: #A84355;
}

#maincontent p a:hover{
	text-decoration: none;
	color: #F00;
}
#domain {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: left;
}
#counter {
	text-align: center;
	float: right;
}

#domain {
    display: none;
}
