/* 
Author:	Parag Jagdale of Un-identified.com
File:		StructureStyle.css
Purpose:	Defines the structure of the web site
*/

body{
	background-color:#fff;
	padding:0;
	margin:0;
	background-image:url(../images/cc_bg.jpg);
	background-repeat: repeat-x;
}

div#mainContainer{
	width:782px;
	margin-left:auto;
	margin-right:auto;

}

div#header{
	width:770px;
	height:123px;
	background-image:url(../images/cc_header_re.jpg);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}
div#headerLeft{
	float:left;
	width:770px;
	height:66px;
}

div#headerLeft  a img{
	border:0px;
}
div#headerLeft > a {

	text-decoration:none;
}

div#headerRight{
	float:left;
	height:57px;
	width:770px;
	
	
}

div#middle{
	float:left;
	width:775px;
	background-image:url(../images/cc_content_re.jpg);
	padding-left:7px

}

div#menuColumn{
	float:left;
	width:152px;
	background-color:#fff;
	
}

div#menuColumn div.Address{
	padding-left:8px;	
}

div#menuColumn div.Address p{
	line-height:normal;
}




div#footer{
	width:782px;
	clear:both;
	height:40px;
	padding-left:6px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/cc_foot.jpg);
	background-repeat:no-repeat;
}

div#footerLeft{
	width:400px;
	height:40px;
	float:left;
	padding-top:20px;
	
}	

div#footerRight{
	float:left;
	height:40px;
	width:370px;
	padding-top:20px;
	padding-right:6px;
	text-align:right;
}

div#footerRight p{
	font-size:70%;
	padding:0;
	margin:0;
}

div.clear{
	height:1px;
	clear:both;
}

