/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0 0 22px 0;
	font-style: italic;
}

/* Links */

a:link, a:visited, a:active {
	color: #b73620;
	text-decoration: none;
}

a:hover {
	color: #b73620;
	text-decoration: none;
}

/* Paragraphs */
 
p {
	margin: 0 0 21px 0;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: #084b8f url('../i/bottom_bg.gif') repeat-x 0 100%;
	color: #FFF;
}

.all {
	background: url('../i/header_bg.jpg') repeat-x 0 0;
}

.frame {
	background: url('../i/header_pic.jpg') no-repeat 675px 0;
	width: 1000px;
	margin: 0 auto;
}

.header {
	position: relative;
	margin: 0 97px 25px 60px;
	height: 130px;
}

.logo {
	position: absolute;
	top: 60px;
	left: 0;
}

.content {
	position: relative;
	margin: 0 65px 20px 55px;
}

.boxes {
	margin: 0 0 0 -38px;
}

.box {
	float: left;
	display: inline;
	margin: 0 0 10px 38px;
	background: url('../i/box.gif') no-repeat;
	width: 254px;
	height: 206px;
	text-align: center;
	color: #2f2f2f;
	font-style: italic;
	font-size: 11px;
}

.pic {
	display: block;
	margin: 12px 0 5px 0;
}

.box p {
	margin: 0 8px;
}

.footer {
	background: url('../i/internet.jpg') no-repeat 100% 0;
	height: 242px;
	margin: 83px 0 0 55px;
	overflow: hidden;
}

.copyright {
	margin: 113px 0 0 0;
}

.copyright p {
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0 0 0;
	word-spacing: 1px;
}