/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
/*                     styles for unicordcorp.com         2007                */
/******************************************************************************/ 
@import url("reset.css");


/*** standard classes ***********************************************************************************************/
.separator1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.separator2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.separator3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.separator5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.separator10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.separator20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.separator50{
	height: 50px;
	font-size: 1px;
	display: block;
}

.clear{
	clear:both;
	display: block;
}






/*** follow sections can edit *****************************************************************************/

HTML, BODY, .basic{
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY{
	background-color:#fff;
	behavior: url("js/csshover.htc");
}
.basis{
	margin: auto;
	width: 980px;	/* width of basis */
	/*height: 860px;*/
	background-color:#FFFFFF;
}

/*** header **************************************************************/
.header{
	height:70px;
	padding-top:25px;
	text-align:center;
	color:#b7b7b7;
	line-height:32px;
	
	/*border-bottom:1px solid red;*/
}

.header p{
	font-size:25px;
}


/*** content **************************************************************/
.content{
	height:420px;
	text-align:center;
	margin:auto;
	color:#b7b7b7;
	font-size:14px;
}
.content H1{
	font-size:25px;
	color:#c56417;
}

.content A{
	color:#b7b7b7;
	font-size:17px;
	text-decoration:none;
	display:inline;
}
.content A:hover{
	color:#c56417;
}

/* homepage */
.hp_img{
	padding-top:33px;
}

/* contact page */
.contact{
	padding-top:84px;
}

/* about page */
.about{
	padding-top:28px;
	width:920px;
	margin:auto;
}
.about P{
	text-align:left;
}

/* photography page */
.photo{
	padding-top:20px;
}
.photo TABLE{
	margin:auto;
}
.photo TD.ph{
	padding-bottom:28px;
}
.photo TD.arr{
	padding:0px 20px;
}

/* news page */
.generic_page{
	padding-top:342px;
	position:relative;
}
.generic_page .scrolling_text{
	width:100%;
	margin-bottom:45px;
	height:294px;
	overflow:hidden;
	position:absolute;
	top:41px;
	left:0px;
	- left:-50%;
}
.scroll{
	height:25px;
}


.scroll A{
	outline:none;
}

.photogallery{
	padding-top:25px;
}

/*** footer **************************************************************/
.footer{
	width:980px;
	height:125px;
	padding-top:24px;
	background-image:url(../images/footer_border.png);
	background-repeat:repeat-x;
	margin:auto;
	text-align:center;
}
.footer UL{
	margin:auto;
	padding-bottom:16px;
	width:874px;
}
.footer UL LI{
	float:left;
}
.footer UL LI A{
	color:#b7b7b7;
	text-decoration:none;
	padding:0 20px;
	font-size:16px;
	outline:none;
}
.footer UL LI A#first{
	padding-left:0;
}
.footer UL LI A#last{
	padding-right:0;
}
.footer UL LI A.active, .footer UL LI A:hover{
	color:#c56417;
}

.footer IMG{
}
