* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:868px;
}
body { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#919191;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

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

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

#content .inside {

}

/*==== GLOBAL =====*/
.container {
	width:868px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
	
}

#header {
	height:50px;
	margin-bottom:40px;
	background:url(images/header-tail.gif) 0 0 repeat-x #000;
}
#content {
	width:100%;
	background:#fff;
}
	#content .aside {
		float:left;
		width:220px;
		margin-right:13px;
		padding-left:7px;
	}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fb7506; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	font-size:25px;
	line-height:1em;
	font-weight:normal;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px;
	line-height:1em;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	line-height:1.2em;
	color:#000;
	font-style:italic;
	margin-bottom:14px;
	font-weight:normal;
}
h6 {
	font-size:1em;
	color:#000;
	font-weight:normal;
}





/*==================boxes====================*/
.block {
	border:1px solid #cbc9c9;
	position:relative;
	padding:15px 27px 20px 15px;
	min-height:434px;
	height:auto !important;
	height:434px;
}
	
	
.box {
	background:url(images/box-bg.gif) 0 0 repeat-x #f9bb1c;
	width:100%;
	color:#503620;
	font-size:14px;
	line-height:18px;
}
	
	.box .inner { 
		padding:27px 34px 29px 43px;
	}
		.box h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:34px;
			line-height:1.2em;
			color:#fff;
			font-style:italic;
			text-shadow:1px 1px 4px #c96409;
			margin-bottom:14px;
			font-weight:bold;
		}
		.box h5 {
			color:#fff;
			font-size:16px;
			font-weight:normal;
			margin-bottom:7px;
		}
		.box p {
			margin-bottom:18px;
		}


.box1 {
	float:left;
	width:600px;
	padding: 15px 0px 0px 15px;
}
		.box1 h3 {
			font-family:"Times New Roman", Times, serif;
			font-size:24px;
			line-height:1.2em;
			color:#000;
			font-style:italic;
			margin-bottom:14px;
			font-weight:normal;
			position:relative;
			padding:0px 0 0 10px;
		}
			
/*===== content =====*/
#content .indent {
	padding:17px 34px 29px 43px;
}
	
	#content .section {
		padding-bottom:15px;
	}
	
	#content .aside h2 {
		color:#fff;
		font-style:italic;
		background:url(images/title-left.gif) no-repeat 0 0;
		position:relative;
		width:100%;
	}
		#content .aside h2 span {
			display:block;
			background:url(images/title-right.gif) no-repeat 100% 0;
			height:56px;
			line-height:56px;
			padding:0 0 0 36px;
		}
		#content .aside h2 img {
			position:absolute;
			left:-7px;
			top:10px;
		}


.list1 li {
	background:url(images/bull-1.gif) no-repeat 0 6px;
	padding:0 0 12px 22px;
	font-size:14px;
	position:relative;
}
	.list1 li a {
		color:#222;
		text-decoration:none;
	}
	.list1 li a:hover {text-decoration:underline;}

#page1 #content .line-ver {background-position:271px 0;}
#page1 #content .col-1 {width:258px; margin-right:34px;}
#page1 #content .col-2 { width:259px;}
