body {
	background-color: #003250;
	text-align: center;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#counter {
	position:absolute;
	visibility: hidden;
	top:0;
	left:0;
	width:100px;
	font-size: 7pt;
}
#main { 
	text-align: center; 	
	width: 990px; 
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#main #content {
	width: 960px;
	float: left;
	background-color: #fff;
	border-left: 10px solid #5893AC;
	border-right: 10px solid #5893AC;
	padding: 10px 5px 0px 5px;
}

/** Start Header **/
#header {
	width: 960px;
	height: 20px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #5893AC;
	float: left;
}

#header .logo {
	width: 220px;
	height: 20px;
	float: left;
}

#header .date {
	width: 480px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	float: left;
}

#header #sections {
	width: 260px;
	height: 20px;
	float: left;
}

#header #sections ul { list-style: none; margin: 0; padding: 0; float: left; }
#header #sections li { width: 130px; display: inline; float: left; }

#header #sections li a {
	width: 129px;
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #5893AC;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	float: right;
}

#header #sections a:hover {
	color: #000;
	background-color: #a5cddf;
}

/** End Header **/

/** Start Galleries **/

#fullbox {
	width: 960px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

#fullbox #title {
	width: 960px;
	margin-top: 10px;
	font-size: 16px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	color: #56697C;
	letter-spacing: -1px;
	text-align: left;
	float: left;
}

#fullbox #category {
	width: 960px;
	font-size: 16px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
	float: left;
}

#fullbox #category a { color: #003250; }
#fullbox #category a:hover { color: #5893AC; }

#fullbox #galleries {
	width: 960px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#fullbox #galleries li { width: 192px; float: left; margin-right: auto; margin-left: auto; padding: 5px 0px 5px 0px; }

#frontbox {
	width: 960px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

#frontbox #title {
	width: 960px;
	margin-top: 10px;
	font-size: 16px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	color: #56697C;
	letter-spacing: -1px;
	text-align: left;
	float: left;
}

#frontbox #galleries {
	width: 744px;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	float: left;
}


#galleries ul { list-style: none; margin: 0; padding: 0; float: left; }
#galleries li { width: 186px; float: left; margin-right: auto; margin-left: auto; padding: 2px 0px 2px 0px; }
#galleries img { border: 1px solid #003250; width: 180px; height: 140px; }
#galleries a:hover img { border: 1px solid #787878; width: 180px; height: 140px; }

#sidebox {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#frontbox #sidebox #category {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#frontbox #sidebox #category ul {		
	margin: 0;
	padding: 0;
	width: 200px;
	list-style-type: none;			
	float: left;
}

#frontbox #sidebox #category li {
	display: inline;
}

#frontbox #sidebox #category li a {
	display: block;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-color: #bbc5cf;
	padding: 3px 0 3px 0;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#frontbox #sidebox #category li.title a {
	display: block;
	color: #fff;
	font-size: 11px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: #56697c;
	padding: 3px 0 3px 0;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#frontbox #sidebox #category a:hover {
	color: #fff;
	background-color: #003250;
}

#frontbox #sidebox #recommended {
	width: 200px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#frontbox #sidebox #recommended ul {		
	margin: 0;
	padding: 0;
	width: 200px;
	list-style-type: none;			
	float: left;
}

#frontbox #sidebox #recommended li {
	display: inline;
}

#frontbox #sidebox #recommended li a {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: #5893AC;
	padding: 3px 0 3px 0;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#frontbox #sidebox #recommended li.title {
	display: block;
	font-size: 16px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	color: #56697C;
	letter-spacing: -1px;
	text-align: center;
	background-color: #fff;
	padding: 3px 0 3px 0;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#frontbox #sidebox #recommended a:hover {
	color: #000;
	background-color: #a5cddf;
}

#frontbox #bookmark {
	width: 958px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#frontbox #bookmark ul {		
	margin: 0;
	padding: 0;
	width: 960px;
	list-style-type: none;			
	float: left;
}

#frontbox #bookmark li {
	display: inline;
}

#frontbox #bookmark li a {
	display: block;
	color: #003250;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 14px;
}

#frontbox #bookmark a:hover {
	color: #56697c;
}

/** End Galleries **/


/** Start Archives **/
#archives { width: 960px; border: 0; padding: 0; margin: 5px 0px 5px 0px; float: left; text-align: center; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#archives .type { float: left; border: 0; padding: 0px 5px 0px 0px; margin: 0; text-align: left; font-size: 13px; }
#archives .page a { 
	color: #fff;
	background-color: #384C7B;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 0px 4px 0px 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	float: left;
}
#archives .page a:hover { 
	color: #000;
	background-color: #C3C9D7;
	border-color: #384C7B;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 0px 4px 0px 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	float: left;
}
#archives .current {
	color: #000;
	background-color: #fff;
	border-color: #384C7B;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 0px 4px 0px 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	float: left;
}

#archives .pagemore { padding: 0px 4px 0px 4px; float: left; text-align: center; font-weight: bold; }

#fullbox #bottom { width: 960px; float: left; text-align: right; font-size: 13px; font-weight: bold; }
#fullbox #bottom a {
	color: #fff;
	background-color: #384C7B;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 0px 4px 0px 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	float: left;
}
/** End Archives **/

/** Start Categories **/
#categories {
	width: 960px;
	float: left;
}

#categories #title {
	width: 960px;
	margin-top: 10px;
	font-size: 16px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	color: #56697C;
	letter-spacing: -1px;
	text-align: left;
	float: left;
}

#categories ul {		
	margin: 0;
	padding: 0;
	width: 960px;
	list-style-type: none;			
	float: left;
}

#categories li {
	display: inline;
	float: left;
}

#categories li a {
	width: 190px;
	display: block;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #bbc5cf;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 0px 2px 1px 0px;
	text-decoration: none;
}

#categories a:hover {
	color: #fff;
	background-color: #003250;	
}
/** End Categories **/

/** Start Toplist **/
#toplist {
	width: 960px;
	float: left;
}

#toplist #title {
	width: 960px;
	margin-top: 10px;
	font-size: 16px;
	font-family: "Arial", Helvetica, Sans-Serif;
	font-weight: bold;
	color: #56697C;
	letter-spacing: -1px;
	text-align: left;
	float: left;
}

#toplist ul {		
	margin: 0;
	padding: 0;
	width: 960px;
	list-style-type: none;			
	float: left;
}

#toplist li {
	display: inline;
	float: left;
}

#toplist li a {
	width: 190px;
	display: block;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	background-color: #fff;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 0px 2px 1px 0px;
	text-decoration: none;
}

#toplist a:hover {
	color: #fff;
	background-color: #56697c;	
}

#toplist #hardlinks {
	width: 960px;
	float: left;
	text-align: center;
	margin-top: 15px;
	font-size: 13px;
}

#toplist #hardlinks a { color: #003250; font-weight: bold; background-color: #fff; }
#toplist #hardlinks a:hover { color: #5893AC; font-weight: bold; background-color: #fff; }

/** End Toplist **/

/** Start Footer **/
#footer {
	width: 960px;
	margin: 10px 0px 10px 0px;
	font-size: 10px;
	float: left;
	text-align: center; 
	border-top: 1px solid #5893AC;
}

#footer a { color: #003250; font-weight: bold; }
#footer a:hover { color: #5893AC; font-weight: bold; }

.webmasters { color: #003250; width: 960px; margin: 5px 0px 25px 0px; font-size: 11px; float: left; }
.models { width: 960px; margin: 5px 0px 15px 0px; float: left; }
.compliance { width: 960px; margin: 0px 0px 15px 0px; float: left; }
.copyright { width: 960px; margin: 0px 0px 15px 0px; float: left; }
.trackers { margin: 0px auto 5px auto; width: 960px; float: left; }

h1 {
	width: 960px;
	float: left;
	margin: 0px 0px 5px 0px;
	font-size: 9px;
	color: #003250;
	font-weight: normal;
	text-align: justify;
	border-top: 1px solid #5893AC;
}

/** End Footer **/

.jmbfoot {
	position:absolute;
	visibility: hidden;
	top:0;
	left:0;
	width:100px; 
}
