/*******************************************************/
/* Global.css                                          */
/*******************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color:#000000;
	color: #ffffff;
	
}



a:link{
	color: #CCC;
}

a:hover{
	color: #FFF;
}



#pageContent {
	min-width: 950px;
	min-height: 550px;
	width: 100%;
	height: 100%;
	/* IE6 width  */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 950)+'px');
	height: expression(Math.max((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) - 0, 550)+'px');
}


.altContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	text-align:left;
	color: #FFF;
}



.container{
	height:100%;
	width:100%;
	
}


#main {
	width: 400px;
	float:left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	
}

/*******************************************************/
/* Recipe Page.css                                     */
/*******************************************************/




#recipesContainer{
position:relative;
margin-top:20px;
margin-bottom:20px;
width: 606px;
left:50%;
margin-left:-303px;
background-color:#ffc20d;
}


#header{
margin:0 auto !important;
width: 606px;
height:124px;
float:left;
background-image:url(../images/recipe_header.jpg);
}


#centralrecipe {
background:#ffffff;
float:left;

width:606px;
}



p {
	margin-left:15px;
}

ul{
	margin-left:12px;
}

div.recipe {
margin-left:50px;
float:left;
min-height:150px;
width:500px;
margin-right:20px;
margin-top:10px;
color:#000000;
}

