/* CSS Document */


*{
	margin: 0;
	padding: 0;
}

body{
	background-image:url(images/pattern.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#page{	
	
	width: 750px;
	height: auto;
	margin: 0px auto;
	text-align: left;
		
}

#navBar{
	margin-left: 0px;
}

#navBar table{
	width: 750px;
	cellpadding: 0px 0px 0px 0px;
	cellspacing: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

#leftCol{
	width: 194px;
	height: 645px;
	background-image:url(images/leftCol.jpg);
	float: left;
}
#rightCol{
	width: 556px;
	height: 645px;
	background-image:url(images/rtCol.jpg);
	float: left;
}

p{
	font-size:12px;
	color:#333333;
	line-height: inherit;
	margin: 20px 40px 0 40px;
}


.first{	
	margin-top: 20px
	
}

h1{
	margin: 150px 40px 0 40px;;
	font-size:15px;
	color:#333333;
}

#leftCol table{
	width: 154px;
	float: right;
	margin-top: 260px;
	margin-right: .9px;
}

#footer{	
	
	width: 750px;
	height: 23px;
	margin: 0px auto;
			
}
#rightColBlog{
	width: 556px;
	height: 645px;
	background-image:url(images/rightColBlog.jpg);
	float: left;
		
}