@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	margin: 20px auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #978981;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
/*	letter-spacing:-0.1em;*/
	line-height:1.2em;
	width:950px;
	height:500px;
}
* {
	margin:0;
	padding:0;
}
.oneColFixCtr #container {
	width: 950px;
	height:500px;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	text-align: left;  /*this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.imgpadding {
	padding-left:9px;
}

.oneColFixCtr #insideContainer {
	margin-right:9px;
	margin-left:9px;
	width:932px;
	height:470px;
	border:1px solid #bcbec0;
	background-image: url(../images/stephanie_strange.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}
.oneColFixCtr #mainContent {
	width:849px;
	padding: 0 20px;
	text-align:left;
}
.oneColFixCtr #mainContent #left {
	float:left;
	padding-top:75px;
	text-align:left;
	
}
.oneColFixCtr #mainContent #left img {
	margin-bottom:5px;
}
.oneColFixCtr #mainContent #right {
	float:right;
	margin:60px 20px 0 0;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #978981;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #978981;
}
a:active { text-decoration: none; }
.bold {
	font-weight:bold;
}
