body{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Tahoma, "Times New Roman";
	font-size: 15px;
	color: #FFFFFF;
}

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 800px;
}

#wrapper-expander {
	background-image: url(../images/background-expander.jpg);
	width: 800px;
	background-repeat: repeat;
}

#wrapper-bottom {
	background-image: url(../images/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	width: 800px;
}

#wrapper-top {
	background-image: url(../images/background-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 370px;
	width: 800px;
}

#wrapper-top-level2 {
	background-image: url(../images/background-top-level2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 800px;
}
.logo {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#search-box {
	width: 335px;
	margin-top: 40px;
}
#keywords {
	width: 325px;
	padding: 0px;
	margin-top: 15px;
}




#wrapper-left {
	float: left;
	width: 175px;
	padding-left: 20px;
}

#wrapper-right {
	width: 575px;
	float: right;
	padding-right: 20px;
}
#teaser-text {
	margin-left: 10px;
}




#menu {
	text-align: center;
	width: 800px;
	color: #70A300;
	font-size: large;
	font-weight: bold;
}

a {
	color: #C2E066;
}

a:hover {
	color: #FFFFFF;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
}
#article-text {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	font-size: large;
}
#feedback {
	border: thin solid #FFFFFF;
	padding: 5px;
}

.tell-friend  {
	color:#000033;
	background-color:#C2E066;
	layer-background-color:#cccccc;
	position:absolute;
	top:100px;
	left:200px;
	width:650px;
	height:350px;
	z-index:99;
	visibility:hidden;
	border: thin outset #CCCCCC;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:500px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:5px;
	background-image:url(../images/bg_answer.gif);
	background-repeat:no-repeat;
	background-position:right top;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px none #317082;
	width:480px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-left: 5px;
	color: #FFFFFF;
	margin-left: 5px;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
#search-options {
	height: 40px;
	width: 350px;
	float: right;
}
.photo-left {
	float: left;
	padding-right: 10px;
}

.photo-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}
.text-small {
	font-size: small;
	color: #FFF;
}

