/* Showcats and Breeders Online */

body {
	margin: auto;
	padding: 0px;
	font: normal small Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/background.jpg) repeat;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
/** HEADER */

#header {
	padding: 7.4em;
	margin: auto;
	border-bottom: 2px solid #FFFFFF;
	background: url(images/header.jpg) no-repeat bottom center;
	
}
#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	color: #FFFFFF;
}
#header h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .2em;
	color: #FFFFFF;
}
/** MENU */

#menu {
	padding: .3em;
	margin: auto;
	background: #000066;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 0em 2em;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/** CONTENT */

#content {
	width: 1100px;
	margin: auto;
	padding: 2em;
}
#content h2 {
	background: #FFFFFF;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	padding: 2px;
}
#content a {
	margin: 0px;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#content a:hover {
	margin: 0px;
	text-align: center;
	line-height: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
#clear {
	clear: both;
}
.bodyPhoto {
	font-size: 14px;
	padding: 25px 20px 5px 5px;
	text-align: center;
	font-weight: bold;
}
.bodyWriteup {
	font-size: 14px;
	padding: 35px 20px 5px 5px;
	text-align: center;
	font-weight: bold;
}
.bodyWriteupbig {
	font-size: 24px;
	padding: 60px 20px 5px 5px;
	text-align: center;
	font-weight: bold;
}
.bodyWriteupboys {
	font-size: 14px;
	padding: 60px 20px 5px 5px;
	text-align: center;
	font-weight: bold;
}
.bodyWriteupgirls {
	font-size: 14px;
	padding: 60px 20px 5px 5px;
	text-align: center;
	font-weight: bold;
}
.bodyText {
	padding: 5px 20px;
	text-align: left;
	font-weight: bold;
}
.bodyCaption {
	text-align: left;
	font-weight: bold;
}
.bodyTitle {
	padding: 0;
	text-align: left;
	font-weight: bold;
}
.image {
	background: url(images/image1.jpg) no-repeat;
	width: 201px;
	height: 192px;
	float: right;
	margin: 0px 0px 20px 10px;
	padding: 0;
}
.computer {
	background: url(images/computer.jpg) no-repeat;
	width: 300px;
	height: 248px;
	float: right;
	margin: 0px 0px 20px 10px;
	padding: 0;
}
.gargantua {
	background: #FFFFFF url(images/gargantua_website.gif) no-repeat;
	width: 360px;
	height: 235px;
	float: left;
	margin: 10px 0px 70px 70px;
	border: solid 1px #FFFFFF;
	display: inline;
}
#information {
	margin: auto;
	font: normal small Arial, Helvetica, sans-serif;
	background: #000066;
	padding: 10px 20px 20px 20px;
}
#information h2 {
	background: #FFFFFF;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #000066;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	padding: 5px 5px 5px 5px;
}
/* Date */

#tagline {
	font:12px georgia;
	color: #ffffff;
	line-height:18px;
	letter-spacing:.4em;
	height:50px;
}
#monthformat {
	border-bottom: 1px dashed #5c743d;
}
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing:.2em;
	height:50px;
}
#dateformat a {
	color:#99ccff;
	font:11px georgia;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
}
#dateformat a:hover {
	color: #ffffff;
}
/** FOOTER */

#footer {
	clear: both;
	padding: .3em;
	margin: auto;
	background: #000066;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding: 5px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}
#footer a {
	margin: 0px;
	text-align: center;
	line-height: normal;
	text-decoration: none;
}
#footer a:hover {
	margin: 0px;
	color: #FFFFFF;
	text-decoration: underline;
}
