html, body {
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
}

body {
	background:#ffffff url('background.jpg') 0px -2px;
	font-family: arial, sans-serif;
	line-height:1.4em;
	color:#666666;
	font-size:13px;
}

img {
	border:0px;
}

strong {
	font-weight:bold;
}

a {
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}

a:hover { 
	color:#e37a06;
	text-decoration: underline; 
}

p {
	padding:0;
	margin:8px 0;
}

h1 {
	padding:0 0 5px 0;
	margin:0;
	font-size:1.5em;
	color:#54a8d7;
}

h2 {
	padding:20px 0 0 0;
	margin:0;
	font-size:1.2em;
	color:#54a8d7;
}

#logo a { 
	behavior: url('iepngfix.htc');
}

#container {
	position:relative;
	margin:0px auto;
	width:765px;
	text-align:left;
  	min-height: 100%;
	height:auto !important;
	height:100%;
}

#logo {
	padding:15px 0;
	text-align:right;
}

#logo a {
	display:block;
	float:right;
	width:225px;
	height:40px;
	background:url('ignord_logo.png') no-repeat;
}

#right, #headimg, .content {
	width:765px;
}

.content_head, .content_foot {
	line-height:1px;
	font-size:1px;
}

#right {
	margin:15px 0 0 0;
	float:right;
}

#headimg {
	height:286px;
	background:url('head.jpg');
	margin:0 0 10px 0;
}

.content {
	margin:0 0 10px 0;
}

.content_head {
	background:url('content_head.jpg') no-repeat;
	height:6px;
}

.content_main {
	padding:10px;
	background:url('content_main.jpg') repeat-y;	
}

.content_foot {
	background:url('content_foot.jpg') no-repeat;
	height:6px;
	padding:0;
	margin:0;
}

.content h1 {
	padding-top:0px;
}

#footer {
	clear:both;
	height:20px;
	text-align:right;
}

.clearer {
	clear:both;
}