#banner-ad {
	width: 1000px;
	height: 90px;
}
#banner-ad img {
	margin-left: 5px;
}
#cookin-teens-header {
	position: absolute;
	/*top: 0px; AD*/
	top: 100px;
	left: 0px;
}

/* Navigation */

#admin_nav_buttons {
	margin-left: -40px;
}
#admin_nav_buttons li {
	list-style-type:none;
	float:left;
	background-color: #D7A5F4;
	margin-right: 5px;
	padding: 5px;
	color:black;
}
#admin_nav_buttons li:hover {
	background-color: #B98ED5;
	color:white;
}

#admin_nav_buttons a {
	text-decoration:none;
}
#admin_nav_buttons a:visited {
	color:black;
}
#admin_nav_buttons a:hover {
	text-decoration:none;
	background-color: #B98ED5;
}

#admin_nav_buttons .button-to {
	margin-bottom: 10px;
}
 /* REPLACE ABOVE */

body {
	margin: 0 auto 0 auto;
	width: 1000px;
	font-size: 14px;
	font-family: Arial;
	position: relative;
} 
#main-content {
	position: absolute;
	/*top: 313px;AD*/
	top: 413px;
	left: 0px;	
}
#main_content li {
	list-style-type:none;
}
#side-content {
	position: absolute;
	/*top: 273px;AD*/
	top: 375px;
	left: 665px;
}
#sidebar {
	float:left;
	width: 200px;
	padding: 5px;
}
#sidebar li {
	list-style-type:none;
	float:left;
	clear:both;
	width: 190px;
	background-color: #D7A5F4;
	margin-left: -40px;
	margin-right: 5px;
	margin-bottom: 3px;
	padding: 5px;
	color:black;
}
#sidebar li:hover {
	background-color: #B98ED5;
	color:white;
}

#sidebar a {
	text-decoration:none;
}
#sidebar a:visited {
	color:black;
}
#sidebar a:hover {
	text-decoration:none;
	background-color: #B98ED5;
}
#sidebar li.selected {
	background-color: blue;
}
#sidebar .button-to {
	margin-bottom: 10px;
}
#search-form  {
	width: 335px;
	height: 49px;
	background-image: url(/images/home/search-box.jpg);
}

* html #search-form {
	background-repeat: no-repeat;	
}

#search-button {
	cursor: pointer;
	background-image: url(/images/home/search.png);
	width: 91px;
	height: 27px;
	float:right;
	margin-right: 45px;
	margin-top: 14px;
	background-position: 0 0;
}
#search-button:active {
	background-position: 0 29px;
}
#search_text {
	background : none;
	border : none;
	margin-top: 18px;
	margin-left: 23px;
	width: 173px;
}
/* IE6 Only */
* html #search_text {
	margin-top: -40px;
}
#search_text:hover {
	border-bottom: 1px solid black;
}
.extra-content {
	margin-top: 80px;
}

#the-place-for-teens-who-love-to-cook-and-eat {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#footer {
	width: 665px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size: 90%;
}
#footer p {
	margin-top: -7px;
	.margin-top: -5px;
}
.star {
	margin-bottom: -1px;
	margin-left: 0px;
	margin-right: -2px;
}

#contact-button {
	cursor: pointer;
	background-image: url(/images/contact/submit.jpg);
	width: 142px;
	height: 52px;
	background-position: 0 0;
	float: right;
	margin-right: 100px;
	margin-bottom: 20px;
}
#contact-button:active, #contact-button:hover {
	background-position: 0 52px;
}

.contact label {
	font-weight: bold;
	width: 75px;
}
.contact table {
	margin-left: 60px;
}
.contact .input {
	padding-left: 20px;
}
input, textarea {
	border: 1px solid black;
	margin-bottom: 7px;
	width: 370px;
}
.contact .highlight {
	color: #A6B824;
}