body {
	background-color:#A0A0A0;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family: comic sans ms, verdana, arial;
	cursor:url("../weenie.cur");
}

#Page {
	width:1000px;
}

A {
	text-decoration:none;
	color:#B13D35;
	font-weight:bold;
}
A:HOVER {
	text-decoration:underline;
}
#HeaderBar {
	background-color:black;
	padding:7px;
	text-align:right;
	font-size:80%;
	font-weight:bold;
}
#HeaderBar DIV {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	color:white;
}
#HeaderBar A {
	color:white;
}

#HeaderBox {
	background-image: url(../images/standbackground.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
#Header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	height:359px;
	padding-top:40px;
	background-image: url(../images/header.png) !important;

	<!--[if IE 6]>
	background-image: url(../images/header.gif);
	<![endif]-->
}
#Header A {
	display:block;
	margin-left:129px;
	width:713px;
	height:100px;
}

#PageBox {
	margin-top:15px;
	text-align:center;
}
#Page {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.Clear {
	clear:both;
}

#FooterBar {
	clear:both;
	margin-top:25px;
	padding:7px;
	font-size:80%;
	text-align:center;
}
#FooterBar DIV {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#FooterBar UL {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#FooterBar UL LI {
	float:left;
	padding:0px 10px 0px 10px;
}
#FooterBar .AddThis {
	float:right;
}

h1 {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
h3 {
	margin-top:0px;

}
h3 span {
	font-size:80%;
	color:#666;
}

form {
	margin:0px;
}

.Junk {
   display:none;
   position:absolute;
   cursor: pointer !important;
   cursor: auto;
}
.Junk img {
	border: 0px;
}
.JunkHover {
   visibility:hidden;
   position:absolute;
   cursor: pointer;
}
.JunkFixed {
	display:inline;
	position:inherit;
}

#LeftCol {
	width:570px;
	float:left;
}
#RightCol {
	width:300px;
	float:right;
}

.Photo {
	margin:20px;
	border:1px solid black;
}
.PhotoThumb {
	border:1px solid black;
}

.LeftPhoto {
	margin:30px 30px 30px 0px;
	border:1px solid black;
}
.RightPhoto {
	margin:30px 0px 30px 30px;
	border:1px solid black;
}

UL .Photo {
	float:left;
}
UL.News {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
}
UL.News LI {
	clear:both;
	margin-bottom:20px;
}
UL.News .Photo {
	margin-top:0px;
}

#SBCS {
	margin-top:50px;
	padding:12px;
	padding-left:150px;
	font-size:80%;
	font-weight:bold;
	font-family:verdana, arail;
	text-align:center;
}
#SBCS DIV {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#SBCS IMG {
}

.Container {
	margin-bottom:15px;
	clear:both;
}

#HomewreckerTime {
	font-size:28pt;
	font-weight:bold;
	background-color:black;
	color:white;
	padding:10px;
	text-align:center;
}

#WeenieSong {
	margin-top:50px;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
}
#WeenieSong strong {
	font-size:20pt;
}

.Weenie {
	font-size:10pt;
}
.Weenie h2.Name {
	font-size:12pt;
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
}
.Weenie .Description, .Weenie .Instructions {
}
.Weenie .Description {
	margin-bottom:10px;
}
.Weenie .Instructions {
	margin-top:10px;
}
.Weenie .Field {
	clear:both;
}
.Weenie .Field label {
	width:85px;
	font-weight:bold;
	display:block;
	float:left;
}
.Weenie .Author {
	margin-top:10px;
	font-size:12pt;
	color:#666;
	font-style:italic;
}

#SimonSays {
	background-image: url(../images/simonsays.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:275px;
	height:386px;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
}
#SimonSays div {
	padding:15px 25px 0px 35px;
}

UL.Weenies {
	margin-left:15px;
	padding:0px;
}

table.Photos TD {
	background-color:white;
}

.Info {
	font-size:90%;
}

#FeaturedWeenie .Box h2 {
	color:red;
}

.Box {
	background-color:white;
	padding:5px 10px 5px 10px;
	border:1px solid #666;
}
.Box h2 {
	margin:0px;
	padding:0px;
}

strong i {
	font-size:120%;
	color:red;
	font-weight:normal;
	font-style:normal;
	margin-top:10px;
	display:block;
}

label.error {
	color:red;
	display:block;
}

form table th {
	width:150px;
	font-weight:normal;
	background-color: #B13D35;
	color:white;
	text-align:left;
	font-size:10pt;
	padding:4px;
}
form table td {
	font-size:10pt;
}
