/*========================================================

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/
/*=====================================================================
BASIC LAYOUT
=====================================================================*/



body{
	font-family:verdana, helvetica, arial, "sans serif";
	background:url('../cssimages/dot.gif');
	width:800px;
	margin:0 auto;
	padding:30px 0 30px 0;
}

#wrapper{
	background:#fff;
	border:solid 2px #b0bed3;
	padding:10px 0 30px 0;
}

h1.replace{
	background:url('../cssimages/header.png') no-repeat;
	width:500px;
	float:left;
	margin:13px 0 0 20px;
}

h2.news{
	border-bottom:solid 1px #797979;
}

img#cc_logo{
	float:right;
	margin-top:10px;
	padding-right:20px;
}

li{
	line-height:1.6em;
}

/*=====================================================================
NAVIGATION
=====================================================================*/

ul#navigation{
	width:180px;
	float:left;
/*	border:solid 1px #000;*/
}

#navigation li{
	color:#4E4E4E;
	list-style:none;
	text-decoration:underline;
}

#navigation li a{
	color:#3E3E3E;
}

#navigation li a:hover{
	color:#7C7C7C;
}


/*=====================================================================
NEWS SECTION
=====================================================================*/

#wrapper #left_section{
	width:350px;
	float:left;
	padding:0 0 0 20px;
}

#left_section img{
	padding:0 0 0 65px;
}
#left_section a:link, #left_section a:visited {
	color: #55512A;
}


/*=====================================================================
MARKETING SECTION
=====================================================================*/

#wrapper #right_section{
	width:360px;
	float:right;
	padding:0 20px 0 0;
}

#franchise_marketing li{
	margin:0 0 0 40px;
}

#wrapper img#marketing{
	float:left;
	margin:0px 0 0 10px;
/*	padding-top:71px;*/
}

#wrapper img#sunflower{
	position:relative;
	top:2px;
}

#wrapper img.friends{
	float:right;
	padding:10px 20px;
}

img#footer{
	float:right;
}








