/*
Theme Name: Cook Me Something Mister
Description: Theme created for Cook Me Something Mister's website
Author: Damien Olenslager
Author URI: http://cloudcrafter.com/
*/


body {
	background-image: url(images/mainbg.gif);
	margin: 0;
        padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #401322;
}
#page {
	width: 749px;
	margin: 0 auto;
        padding: 0;
	background-color: fed200;
}
#header {
	background-image: url(images/CMSM_topbg.jpg);
	width: 749px;
        height: 125px;
        margin: 0;
        padding: 0;
}
#nav {
	height: 20px;
	position: relative;
	top: 105px;
        margin: 0;
        padding: 0;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav a {
	margin: 0 10px 0 10px;
}
#nav a.active:link, #nav a.active:visited, #nav a:hover {
	border-bottom: 4px solid #76BB2C;
	color: #363;
        text-decoration: none;
        font-weight: strong;
}
#content {
	background-image: url(images/contentBG.gif);
        margin: 0;
        padding: 0 10px 0 10px;
}
.bottom-box {
	height: 150px;
	width: 360px;
	margin: 0;
        padding: 5px;
	text-align: center;
	background-color: #FFE25C;
}
#footer {
	height: 30px;
	background-color: #000000;
        margin-top: -10px;
        padding: 7px 0 0 0;
}
#footer p {
        color: #FFFFFF;
}
a:link {
  color: #990099;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #993399;
  text-decoration: none;
}
a:hover {
  color: #9900CC;
  text-decoration: underline;
}
a:active {
  color: #990066;
  text-decoration: none;
}
h1 {
	color: #CC0000;
	font-size: 18px;
}
h2 {
        color: #5D245E; 
        font-weight: bold; 
        font-size: 14px; 
}