﻿/* HTML TAG DEFINITIONS */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fbe9e9 url(http://www.parentsupersite.com/images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;
}
hr {
	background-color: #ffffff;
	color: #ffffff;
	border: 0;
	border-bottom: 1px dashed  #C0C0C0;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
img {
	border: none;
}
h1 {
	color: #3e909c;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;
}
h2 {
	color: #e04e4e;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;
}
h3 {
	color: #3e909c;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;
}
h4 {
	color: #e04e4e;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
h5 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #3e909c;
	letter-spacing: 2px;
	margin: 5px 0;
}
h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #e04e4e;
	letter-spacing: 2px;
	margin: 5px 0;
}
a {
	color: #5ab6c4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #e88a8a;
	text-decoration: underline;
	font-weight: bold;
}
p.center {
	text-align: center;
}
/* PAGE LAYOUT IDs AND CLASSES */
#wrapper {
	background: #fff url('http://www.parentsupersite.com/images/textbg.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
#global {
	background-image: url('http://www.parentsupersite.com/images/global.jpg');
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	height: 15px;
	padding: 5px 30px 0 30px;
}
#logo {
	text-align: left;
}
#adboard {
	text-align: center;
	width: 900px;
	padding-top:2px;
	padding-bottom:10px;
}
#mainimage {
	background-image: url('http://www.parentsupersite.com/images/mainimagebg.jpg');
	text-align: left;
	float: left;
	width: 550px;
	height: 206px;
	padding: 10px 20px 30px 30px;
}
#mainimage img {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #f3bdbd;
}
#mainnavigation {
	background-image: url('http://www.parentsupersite.com/images/mainnavbg.jpg');
	text-align: right;
	float: right;
	letter-spacing: 3px;
	width: 250px;
	height: 206px;
	padding: 10px 30px 30px 20px;
}
#mainnavigation a {
	display: block;
	width: 230px;
	color: #5ab6c4;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin: 4px 0;
	border: 1px solid #5ab6c4;
}
#mainnavigation a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #5ab6c4;
	border: 1px solid #f3bdbd;
}
#sidebar {
	width: 250px;
	float: left;
	padding: 0 20px 0 30px;
	font-size: 100%;
}
span.hottopic {
	color: #3e909c;
	font-weight: bold;
}
#content {
	width: 550px;
	float: right;
	padding: 0 30px 0 20px;
}
#contentwide {
	clear: both;
	padding: 0 40px;
}
#footer {
	clear: both;
	background: #fbe9e9 url('http://www.parentsupersite.com/images/footer.jpg') no-repeat;
	height: 60px;
	color: #000;
	text-align: center;
	padding: 40px 0 10px 0;
}
/* MISCELLANEOUS FORMATTING CLASSES */
.contact {
	padding: 5px;
	text-align: left;
	margin: 20px 0;
}
.contact label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 3px 5px 5px 5px;
	clear: both;
}
.contactbox {
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #fff;
	border: 1px solid #c0c0c0;
}
.contactbutton {
	text-align: center;
	margin: 5px 0 0 170px;
	border: none;
}
.catalogleft {
	width: 230px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;
}
.catalogright {
	width: 230px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: left;
}
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;
}
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;
}
.imageleft-border {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c2c2c2;
}
.imageright-border {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c2c2c2;
}
.center  {
	
	text-align:center;
}

