#main {width:940px; margin:0 auto; position:relative;}

#header {height:462px;}
#header, #content, #footer { font-size:0.75em;}

.col-1, .col-2, .col-3 { float:left;}

/*======= index.html =======*/
#page1 #content .col-1 {width:325px; margin-right:5px;}
#page1 #content .col-2 { width:610px;}
#page1 #content .col-2 .col-1 { width:304px; margin-right:8px;}
#page1 #content .col-2 .col-2 { width:298px;}

/*======= index-1.html =======*/
#page2 #content .row-1 .col-1 {width:608px; margin-right:5px;}
#page2 #content .row-1 .col-2 { width:325px;}
#page2 #content .row-2 .col-1 { width:303px; margin-right:8px;}
#page2 #content .row-2 .col-2 { width:297px; margin-right:8px;}
#page2 #content .row-2 .col-3 { width:320px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:325px; margin-right:5px;}
#page3 #content .col-2 { width:610px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:325px; margin-right:5px;}
#page4 #content .col-2 { width:610px;}

/*======= index-4.html =======*/
#page5 #content .col-1 {width:610px; margin-right:5px;}
#page5 #content .col-2 { width:325px;}
#page5 #content .col-1 .col-1 { width:284px; margin-right:28px;}
#page5 #content .col-1 .col-2 { width:284px;}

/*======= index-5.html =======*/
#page6 #content .col-1 {width:325px; margin-right:5px;}
#page6 #content .col-2 { width:610px;}

/*=========================*/



/************************************image gallery boxes***********************************/
.news-box {
	width: 700px;
	height: 150px;
	background-color: #F1F1F1;
	border: 1px solid #c0c0c0;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.news-box:hover {
	background-color: #F1F1F1;
	border: 1px solid #949494;
}
.news-box p {
	width: 474px;
	height: 80px;
	margin-right: 10px;
	background-color: #F1F1F1;
	border: 1px solid #DFDFDF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	text-align: left;
	display: block;
	float: right;
	padding-top: 2px;
	padding-bottom: 6px;
}

.news-box a:hover {
	color: #B96511;
}
.news-box h1 a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	display: block;
	float: right;
	height: 17px;
	width: 475px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 15px;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 2px;
}
.news-box h1 a:hover {
	color: #333;
}
.news-box a img {
	clear: left;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #353535;
}
.news-box a img:hover {
	display: block;
	border: 1px solid #c0c0c0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #353535;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h4            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #252525;
	margin-bottom: 0.7em;
	font-style: italic;
	text-align: center;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B96511;
}
.h1Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #353535;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #353535;
}
.h1Link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	text-decoration: none;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
}
.h2Txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CFCFCF;
	margin-left: 5px;
	margin-bottom: 5px;
}
h5 a {
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 18px;
}

