* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address {
    margin: 0.5em 0;
}

ul, ol {
	margin: 0.5em 24px;
	list-style: square;
}

h1, h2 {
	color: #555;
	font-size:14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom:29px;
}

h1.nobottom {
	margin-bottom:0px;
}

p.subheadline {
	margin-top: 4px;
	margin-bottom:12px;
	color: #777;
	font-style: italic;
}

p {
	margin:12px 0
}

p.bigmargin {
	margin-top:60px;
	}

a {
	color: #ED7D0D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

a:focus {
	-moz-outline:0;
	outline:0;
	outline-offset:0;
}

body {
	text-align: center;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 16px;
	color: #555;
}

#wrap {

    width: 1024px;
    text-align: left;
    margin:10% auto 0 auto;
	position: relative;
}

#main {
	position: relative;
	width: 1024px;
	height: 576px;
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
}

#insidemain {
	position: absolute;
	top:40px;
	left:35px;
	border: 0px solid silver;
	width:937px;
	height:482px;
	padding: 0;
}

.inside {
    padding: 10px;
}

#head {
	position: absolute;
	top: 0;
	left: 0;
	height: 125px;
	width: 936px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}

.logo {
	position: relative;
	top:16px;
	left: 30px;
}

#contentleft {
	position: absolute;
	top:145px;
	left: 35px;
	width: 180px;
	height: 334px;
	border: 0px solid green;
}


.contentcenter {
	position: absolute;
	top: 145px;
	left: 225px;
	width: 330px;
	height: 334px;
	border: 0px solid red;
}

.contentcenter img {
	position:absolute;
	bottom:-4px;
	border: 0px solid #d4d4d4;
	}

body.contentbig .contentcenter {
	width: 480px;
	}

#contentright {
	position: absolute;
	top: 155px;
	left:575px;
	width:340px;
	height: 334px;
	border: 0px solid green;
}

.bu {
	font-style:italic;
	}

.newsnav {
	border-collapse:collapse;
	width:100%;
	position:absolute;
	bottom:18px;
	}
	
.newsnav .next {
	text-align:right;
	}
	
.newsnav a:hover {
	text-decoration:none;
	}
