@charset "utf-8";
/* CSS Document */

body{
	background-color: #333333;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12px;
	color:#111111;
	margin: 0;
}

h1{
	font-size: 16px;
	font-weight: bold;
}

#canvas{
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
	min-height: 200px;
	width: 950px;
	margin: 30px auto 0 auto;
	background-color: white;
}

	#index{
		width:650px;
		margin-left: 300px;
		height: 25px;
		background-color: #333333;
	}
		
		#index a{
			text-decoration: none;
		}
	
		.link{
			height: 15px;
			margin: 0 0 0 10px;
			padding: 5px 10px;
			float: left;
			cursor: pointer;
		}
		
		.link#on{
			background-color: white;
			color: #9a33cc;
			font-weight: bold;
		}
		
		.link#off{
			color: white;
		}
		
	#content{
		width: 550px
	}
	
		#spacer{
			width:400px;
			height: 100px;
		}
	
		.green_box{
			width: 490px;
			background-image: url('/images/content_box_mid.gif');
		}
		
			.green_box .box_top{
				background-image: url('/images/content_box_top.gif');
				background-repeat: no-repeat;
				min-height: 100px;
			}
			
				.green_box .box_mid{
					padding: 20px 40px;
					width: 400px;
				}
			
			.green_box .box_btm{
					background-image: url('/images/content_box_btm.gif');
					background-repeat: no-repeat;
					height: 28px;
				}
				
			.green_box h1{
				color: #1de1cc;
			}
				
		.purple_box{
			margin-left: 15px;
			width: 480px;
			background-image: url('/images/purple_box_mid.gif');
		}
		
			.purple_box h1{
				color: #9a33cc;
			}
		
			.purple_box .box_top{
				background-image: url('/images/purple_box_top.gif');
				background-repeat: no-repeat;
				height: 8px;
			}
		
			.purple_box .box_btm{
				background-image: url('/images/purple_box_btm.gif');
				background-repeat: no-repeat;
				background-position: bottom;
				min-height: 120px;
			}
			
				.purple_box .box_mid{
					padding: 5px  25px 30px 25px;
					width: 400px;
				}
			
		
		.green_box h2, .purple_box h2{
			margin: 10px 0 5px 0;
		}
		
	#gallery{
		width: 430px;
		margin-top: 30px;
	}
	
		#gallery .image {
			width: 215px;
			float: left;
		}

			#gallery .image img{
				border: 0;
			}

#footer{
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 100px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: white;
}

