body {
	background-image: url("body_bg2.jpg");
	margin:0px;
  
}

header {
	height:104px;
	width:860px;
	margin:auto;
	/*background-color:red;
	background-image: url("banner.jpg");
	background-repeat: no-repeat;
         background-position: center;*/
	box-shadow: 0px 5px 10px #aaa;
	background: -webkit-linear-gradient(left top, #B90819, #DC001A, #B90819); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #B90819, #DC001A, #B90819); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #B90819, #DC001A, #B90819); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #a01, #f32 ); /* Standard syntax */


}

div#headtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow: 3px 3px 4px rgba(111,38,38,0.85);
	font-size: 28px;
	font-weight: 700;
	padding-left:40px;
	padding-top: 38px;

}

#contentwidth {
	width:860px;
	margin:auto;
	
}

nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:860px;
	margin:auto;
	box-shadow: 0px 8px 10px #aaa;
	
}

#mainnavi ul{
	margin:auto;
	padding-left:0px;
	list-style-type:none;
	background-color:#888;
	height:25px;
	box-shadow: 0px -2px 12px #444 inset;
}

#mainnavi ul li {
	border-right: #484848 1px solid; 
	float:left; 
	padding-top:5px;
	
}

#mainnavi ul li a {
	color:#fff;
	text-decoration:none;
	vertical-align:25%;
	font-size:0.75em;
	padding-left:13px;
	padding-right:13px;
	padding-top:5px;
	padding-bottom:5px;
	border-right:#777 1px solid;
	border-left:#666 1px solid;
	font-weight:bold;
	text-shadow: 0px 1px 2px #444;
	
}

#mainnavi ul li a:hover {
	color:#444;
	text-shadow:none;
	background-color:#ccc;
	border-bottom:#bbb 1px solid;
	border-left:#bbb 1px solid;
	border-top:#999 1px solid;
	border-right:#999 1px solid;
}

#mainnavi ul li.current a {
	color:#444;
	text-shadow:none;
	background-color:#ccc;
	border-bottom:#bbb 1px solid;
	border-left:#bbb 1px solid;
	border-top:#999 1px solid;
	border-right:#999 1px solid;
}

#secnavi ul {
	margin:auto;
	padding-left:0px;
	list-style-type:none;
	background-color:#ccc;
	height:25px;
	box-shadow: 0px -1px 2px #888 inset;
}

#secnavi ul li { 
	float:left; 
	padding-top:4px;
	
}

#secnavi ul li a {
	color:#444;
	text-decoration:none;
	vertical-align:28%;
	font-size:0.70em;
	padding-left:30px;
	padding-right:30px;
	padding-top:3px;
	padding-bottom:5px;
	font-weight:bold;
}

#secnavi ul li a:hover {
	text-decoration:underline;
}

#secnavi ul li.current a {
	text-decoration:underline;
}

main {
	background-color:#eee;
	font-size:0.85em;
	color:#444;
	margin:auto;
	box-shadow: 0px 5px 10px #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	overflow: hidden;
}

main a {
	color:#444;
}

#homeintro {
	width:820px;
	padding:20px;
	background-color:#ccc;
	box-shadow: 0px -1px 2px #888 inset;
	line-height:1.5;
}



#intro {
	
	width:820px;
	height:380px;
	box-shadow: 0px -2px 12px #555 inset;
	padding:20px;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: top;
	
}

#descrip {
	width:180px;
	float:left;
	border-radius:2px;
	padding:15px;
	color:#444;
	box-shadow: 1px 2px 5px #444;
	opacity: 0.85;
	background: #ccc; 
    background: -webkit-linear-gradient(#eee, #bbb); 
    background: -o-linear-gradient(#eee, #bbb); 
    background: -moz-linear-gradient(#eee, #bbb); 
    background: linear-gradient(#fff, #ccc);
}

aside {
	width:140px;
	height:100%;
	padding:20px;
	float:left;
	
}

#brochure {
	width:140px;
	padding-top:20px;
	text-align:center;
	
}	

.homecontent {
	width:460px;
	padding:20px;
	display:table;
	line-height:1.5;
	border:#444 1px solid;
}

.content {
	margin-left:180px;
	width:680px;
	padding-top:10px;
	display:table;
	line-height:1.5;
}

.center {
	width:466px;
	padding:20px;
	float:left;
	
}

.rside {
	margin-left:494px;
	width:180px;
	margin-top:60px;
}

.rside img {
	box-shadow:0px 1px 2px #444;
}

h4 {
	font-size:1.05em;
	font-weight:bold;
}
	
hr {
	border:#444 0.5px solid;
}

footer {
	width:100%;
	height:200px;
    background: -webkit-linear-gradient(top, rgba(238,238,238,1), rgba(0,0,0,0)); 
    background: -o-linear-gradient(bottom, rgba(238,238,238,1), rgba(0,0,0,0))); 
    background: -moz-linear-gradient(bottom, rgba(238,238,238,1), rgba(0,0,0,0)); 
    background: linear-gradient(to bottom, rgba(238,238,238,1), rgba(0,0,0,0));
}