

/*
*/

html{
	height: 100%;
}

	body{
		height: 100%;
		margin: 0px;
		padding: 0px;
		background: #B8C1CC;
	}
	
		#bullseye{
			width: 100%;
			height: 100%;
		}
		
			#bullseye td{
				text-align: center;
				vertical-align: middle;
			}
		
		#frame{
			margin: auto;
			width: 776px;
			height: 396px;
			background: url(../_images/frame.gif) no-repeat;
		}
		
			#inside{
				padding: 8px;
			}
			
				#head{
					width: 760px;
					height: 99px;
					background: url(../_images/head.jpg) no-repeat;
					text-align: left;
				}
				
					#logo{
						/*display: block;*/
						width: 151px;
						height: 85px;
						margin: 13px 0px 0px 14px;
						border: 0px;
					}
				
					#menu{
						float: right;
						padding: 76px 33px 0px 0px;
						height: 14px;
						margin: 0px;
					}
					
						#menu img{
							margin-right: 16px;
							border: 0px;
						}
			
				#middle{
					width: 760px;
					height: 257px;
					background: url(../_images/main_bkg.jpg) no-repeat;
					text-align: left;
				}
				
					h1{
						margin: 0px;
						padding: 29px 0px 20px 433px;
						font-family: "Times New Roman", Times, serif;
						font-size: 20px;
						font-weight: normal;
						color: #C03;
					}
				
					#text{
						float: left;
						width: 354px;
					}

						#text p{
							margin: 0px 0px 10px 24px;
							font-family: "Times New Roman", Times, serif;
							font-size: 14px;
							color: #330;
							line-height: 20px;
						}
						
						#text ul{
							font-family: "Times New Roman", Times, serif;
							font-size: 14px;
							color: #330;
							line-height: 20px;
						}
						
						#text a{
							text-decoration: none;
							color: #C03;
						}
						
							#text a:hover{
								text-decoration: underline;
							}
						
						#text table{
							border-collapse: collapse;
						}
						
							#text table td{
								text-align: left;
							}
						
					#images{
						float: left;
						width: 324px;
						margin-left: 79px;
					}
					
					#allimages{
						margin-left: 24px;
					}
					
						#images img, #allimages img{
							margin: 0px 19px 19px 0px;
							border: solid 1px #360;
						}
						
					#contact{
						margin: -20px 0px 0px 0px;
					}
				
				#foot{
					width: 760px;
					height: 24px;
					background: url(../_images/foot.jpg) no-repeat;
				}