@charset "utf-8";

@font-face {
	font-family: 'AlternateGothicCE_OneRegular';
	src: url('ag__1_ce.eot');
	src: local('AlternateGothicCE_One'), local('AlternateGothicCEEF-NoOne'),  url('ag__1_ce.ttf') format('truetype'), url('ag__1_ce.woff') format('woff'),url('ag__1_ce.svg#AlternateGothicCEEF-NoOne') format('svg');
}

img { border: 0px; }
	body {
	margin: 0;
	background: url(bg.jpg) #ccc;
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}
	.pageContainer {
		text-align: center;
		width: 100%;
	}
	
	.contentContainer {
	width: 960px;
	margin: 0 auto;
	text-align:left;
	}
	
	.contentLeft {
	width:620px;
	margin-right: 20px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-family: Verdana;
		
		}
		
	.contentRight {
	width: 300px;
	float: left;
	margin-left: 15px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
	}
	
	.headerArea  {
	height: 140px;
	text-align: left;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
		}
	
	.logoArea {
		width: 450px;
		height: 150px;
		float: left;
		}
		
	.menuArea {
	font-family: "AlternateGothicCE_OneRegular", "AlternateGothicCE_One";
	font-size: 24px;
	width: 510px;
	height: 130px;
	float: left;
	margin-top: 0px;
	text-align: right;
		
		}
		
	.menuArea a, menuArea a:visited {
		color: #069;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
		
		}
	.menuArea a:hover {
		color: #090;
		}
		
	.spotAreaMain {
		height: 400px;
		border-bottom: 2px solid #3C9;
	}
	
	.spotAreaSub {
		height: 200px; 
		border-bottom: 2px solid #3C9;
		}
	
	.contentArea {
		margin-top: 20px;
		}
	
	.smallSpot {
	width: 310px;
	overflow:hidden;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #333;
	line-height: 18px;
		}
		
	h1 {
	font-family: "AlternateGothicCE_OneRegular", "AlternateGothicCE_One";
	font-size: 36px;
	color: #069;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 48px;
	}
	
	h2 {
	font-family: "AlternateGothicCE_OneRegular", "AlternateGothicCE_One";
	font-size: 24px;
	color: #069;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 24px;
	}
	
	h3 {
	font-family: "AlternateGothicCE_OneRegular", "AlternateGothicCE_One";
	font-size: 18px;
	color: #069;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 10px;
	}
	
	h2 a,h2 a:visited {
		color: #069;
		font-weight: normal;
		text-decoration:none;
		}
		
	h2 a:hover {
		color: #090;	
	}
		
		
	.titleBox {
	padding: 10px;

	}
	
	.textBox {
		padding: 0 5px 0 5px;	
	}
	.clear {
		clear: both;	
	}
	
	.footerArea {
		background: #333;
		color: #CCC;
		font-size: 11px;
		paddin 10 px;
		height: 180px;
		margin-top: 20px;
		}
	.linkBox{
		text-align: right;
		font-size: 12px;
		margin: 5px 10px 0 10px;
		}
	
	a, a:visited {
		color: #069;
		font-weight: normal;
		text-decoration:none;
	}
	
	a:hover {
		color: #090;
	}
input {
	height: 24px;
	font-size: 12px;
	color: #069;
	border: 1px solid #666;
}
textarea {
	border: 1px solid #666;
	font-size: 12px;
	color: #069;
	line-height:18px;
}

.smallText {
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	}