@charset "UTF-8";
/* CSS Document */

body {
		font: small	Verdana, Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		margin:0;
		padding:0;
		text-align:center;
	}
	
h2 {
		font-size:130%;
		}
h3 {
		font-size:110%;
}

p.address:first-line {
		font-size:120%;
		font-style:italic;
}

.title_list{
	font-weight: bold;
	list-style-type: none;
	color: #333333;
}

.spaced {
	margin-bottom:10px;
	margin-top:10px;
	}
	
.check_list{
	list-style-image:url(images/check.png);
}
	
img{margin-top:20px;}
	
.image {
	border:medium;
	border-color:#666666;
	text-align:center;
	}
	
#all {
		width:	1024px;
		margin: 0 auto;
		border-top: 1px solid #cc9933;
		border-left:1px solid #cc9933;
		border-right:1px solid #ffccff;
		border-bottom:1px solid #ffccff;
		padding-top:130px;
		text-align:left;
		background-image:url(images/bckgd.jpg);
		background-repeat:no-repeat;
		
	}
	
	
#navigation {
		float:left;
		width:220px;
		padding-left:20px;
	}
	
#sidebar {
		float:right;
		width:280px;
		padding-right:20px;
		}
		
#sidebar h3, #sidebar p, #navigation p, #navigation h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
	
#content {
		margin: 0 320px 0 240px;
		}
		
#footer {
	text-align:center;
	color:#666666;
	padding:15px;
	margin:10px;
	font-size:80%;
	clear:both;
}		
		

		

	
		

		

	
