@charset "UTF-8";

/* CSS Document */



/* GLOBAL */

* {

	margin: 0;

	padding: 0;

	border: 0;

	}

	

	body{ 

	background:#FFF url(../images/cazfabsite_winterbanner.jpg) no-repeat;

	font-family:Georgia, "Times New Roman", Times, serif;

	}

	

	#canvas{

		width: 950px;

		}

		

	#header{

		width:615px;

		float:right;

		cursor:pointer;

		visibility:hidden;

		}

		

	#logo{

		float:left;

		width:300px;

		cursor:pointer;

	}



	#nav{

		margin-top:150px;

		margin-left: 315px;

		padding-bottom: 35px;

		color: #7b629a;

		width: 800px;

		}



			ul {

				list-style: none;

				}

		

			li {

				display: inline;

				padding-right: 20px;

				font-weight:bold;

				font-size: 12px;

				padding-bottom: 5px;

				color: #7b629a;

				}

		

					li a {

						text-decoration: none;

						color:#7b629a;

						}

					

							li a:hover {

								text-decoration:underline;

								color:#614a7c;

								}

	h1{

		margin-left: 10px;

		font-weight:bold;

		padding-bottom: 5px;

		color:#614a7c;

		font-size:18px;		

		}

	

	h2{

		font-weight:bold;

		padding-bottom: 5px;

		color: #7b629a;

		font-size:12px;

		margin-left: 10px;

		}

		

	p{

		margin-left: 10px;

		font-weight:normal;

		padding-bottom: 15px;

		color: #000;

		font-size:10px;

		line-height: 15px;

		}	

		

	#col12{

		width: 620px;

		float:left;

		}

	

	

	#content{

		width:300;

		float:left;

		padding-right: 10px;

		height:400px;

		}

			#content h2{

				padding-left: 20px;	

				}

			

			#content p{

				padding-left: 20px;

				padding-bottom:3px;	

				line-height:normal;

				}



	

	#content1{

		float:left;

		width: 300px;

		padding-right: 10px;	

		border-left:thin dashed #614a7c;

		border-right:thin dashed #614a7c;

		height: 400px;

		}

	

	#content1_scroll{

		overflow:scroll;

		height: 350px;

		}

		

	#col3{

		width: 300px;

		float:left;

		}

		

	#content2{

		float:left;

		width:300px;

		}

		

	#content2_scroll{

		float:left;

		overflow:scroll;

		height: 350px;

		margin-top: 5px;

		}

		

		#content2_scroll a{

			color:#000;

		}

	

	

	#footer{

		margin-top:440px;

	width: 950px;

	border-top:#614a7c thin dashed;

	padding-top: 3px;

		

	}

	

	#footer p a{

		text-decoration: underline;

		color:#000;

	}

	

	/* ======== Clearfix ======== */

	.clearfix:after {

		content: ".";

		display: block;

		height: 0;

		clear: both;

		visibility: hidden;

		}

