@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:				0;	
	padding:			0;
	border:				0;
	outline:			0;
	font-size:			100%;
}

body{
	background:			url(../images/bk_gradient.jpg) #0b427c repeat-x;
	font-family:		Arial, Helvetica, sans-serif;
	min-width:			600px;
}

h1{
	font-family:		"Rage Italic", Arial;
	font-weight:		lighter;
	font-size:			5.5em;	
	color:				#fff;
	margin-left:		10px;
	line-height:		125px;
}

h2{
	font-family:		"Rage Italic", Arial;
	font-size:			2.8em;
	font-weight:		normal;	
	color:				#bd0a1f;
}


h3{
	font-family:		"Rage Italic", Arial;
	font-size:			2em;
	color:				#bd0a1f;
	font-weight:		bold;	
}

h4{
	font-family:		"Maiandra GD", Arial;
	font-size:			1.3em;
	color:				#fff;
	margin-left:		50px;
}

h5 {
	font-family:		"Maiandra GD", Arial;
	font-size:			1em;
	color:				#bd0a1f;
	font-weight:		bold;	
	margin-top:			25px;
	margin-bottom:		5px;
}

<!--Div Ids-->
#container {
	width:				1103px;
	left:				50%;
	right:				50%;
}

#header {
	width:				981px;
	height:				182px;
	background-image:	url(../images/header_border.gif);
	text-align:			left;
	margin-top:			20px;
}
#header_left
{
	float:				left;
	width:				570px;
}

#TastefullyYours_logo
{
	margin:35px 0 0 15px;
}
#slogan {
	margin-left:50px;
	margin-top:5px;
}

#headerPhoto{

}
#header_right
{
	float:				left;
	margin-top:			15px;
	
}


#content_box {
	clear:				both;
	width:				979px;
	background:			#FFF;
	text-align:			left;
	margin-top:			10px;
	
	
}


#content{
	float:left;
	width:490px;
	margin-left:50px;
	margin-top:20px;
	margin-right:10px;
		
}

#container #content p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:	0.8em;
	color:	#2d2c29;	
	margin-top:		10px;
	margin-bottom:	15px;
	

}
#content_rimg{
	float:left;
	width:50px;
	margin-left:1px;
}

#img_hm_right_1
{
	margin-top:		20px
}
#img_hm_right_2
{
	margin-top:		10px
}

#img_hot_right_2
{
	margin-top:		500px
}
#img_organic_right_2
{
	margin-top:		80px
}
/*#content_box content h1{
font:"Rage Italic", 72pt;
}*/

#footer {
	clear:both;
	width:	981px;
	height:	175px;
	text-align:left;
	background-image:url(../images/footer_border.gif);
	margin-top:	10px;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#fff;
	margin-top:		10px;
	margin-bottom:	15px;
}

#footer_l{
	position:absolute;
	width:	219;
	height:	114px;
	margin-top:	12px;
	margin-left:	20px;
}


#footer_r{
	position:absolute;
	width:	560px;
	height:	115px;
	margin-top:	12px;
	margin-left:	400px;
	text-align:justify;
}
#menu ul {
	list-style:none;
	margin-top:	20px;
	margin-left:	20px;
}
#menu {
	float:left;
	background-image:url(../images/nav_bk.jpg);
	background-repeat:no-repeat;
	width:	202px;
	height:	417px;
	text-align:	right;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}

#menu a{
	font-size:	1.1em;
	color: #17365d;
	width:	160px;
	text-decoration:	none;
	display:	block;
	padding:	10px;
	margin-right:	20px;
}

#menu li a:hover {
	font-size:	1.1em;
	width:	165px;
	color: #17365d;
	background: #fff;
	clear:both;
	padding:	10px;
	margin-right:	20px;
}

.selected {
	background: #fff;
}



