@charset "UTF-8";
/*css document*/

@font-face {
  font-family: "unicase";
  src: url("../fonts/unicase.otf");
}

body{
	margin: 0;
	padding: 0;
	background-color: #EAEBF0;
	background-image: url('../images/chick.png');
	background-repeat: no-repeat;
	background-attachment:fixed;
}

h1{
	font-family: "unicase", "Lucida Grande";
	color:#393939;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0;
	margin: 0 0 20px 0;	
}

h2{
	font-family: 'Lucida Grande';
	color:#AEBABD;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 0;
	margin: 0;
}

h3{
	color:#393939;
	font-family: 'Lucida Grande';
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	font-weight: bold;	
}



img{
	border:none;
}

#container{
	padding: 100px 0px 0 0;
	width: 600px;
	min-height: 700px;
	margin-left: 90px;
}

#titleBox{
	width: 100%;
	height: 40px;
	margin: 0px 0 0 0;
	//background-image: url('../images/orangeBG.png');
	background-color: #AEBABD;
	padding: 0 0 0 0;
	z-index: 3;
}

#titleBox a:link, #titleBox a:visited{
	font-family: 'eurostile','Lucida Grande', arial, sans-serif;
	color:white;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: ;
	padding: 14px 0 0 0;
	margin: 0px 100px 0 0;
	text-decoration: none;
	float: right;
	height: 40px;
	width: 100px;
	text-align: center;
}

#titleBox a:hover{
	background-image: url("../images/hover.png");

}


#title{
	margin: 5px 0 0 90px;
	float: left;
}


.whiteTextBox{
	width: 560px;
	padding: 10px 20px 10px 20px;
	min-height: 50px;
	background-color: #FFF;
	margin: 0 0 20px 0;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #eaeaea;
}

.whiteTextBox a:link, .whiteTextBox a:visited{
	color:#FFC318;
	font-family: 'Lucida Grande';
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
}

.whiteTextBox a:hover{
	color: #393939;
	text-decoration: underline;
}

.brownTextBox{
	width: 560px;
	padding: 10px 20px 10px 20px;
	background-color: #393939;
	margin: 0 0 45px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color: white;
}

.brownTextBox a:link, .brownTextBox a:visited, .brownTextBox p{
	color:#FFF;
	font-family: 'Lucida Grande';
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;	
	text-decoration: none;
}

.brownTextBox a:hover{
	color: #FFC318;
	text-decoration: underline;
}

.right{
	float:right;
}

.clear{
	clear: both;
}
