﻿* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

#nav, #right {
	height: auto;
}

body {
	margin: 0px 5px 0px 5px;
	
	font-family: verdana, sans-serif;
	font-size: 100.1%;
}

img {
	border: 0px;
}

.pagecontainer {
	min-height: 100%;
	background: url(../images/css/body_bg.gif) repeat-y center;	
	margin: 0px auto;
	width: 1240px;
}

#header {
	background: url(../images/css/header.jpg) no-repeat;
	height: 150px;
}

#search {
	float: right;
	width: 228px;
	padding-left: 2px;
	height: 25px;
	line-height: 25px;
	font-size: 0.8em;
	font-weight: bold;
}

#search #searchBox {
	width: 131px;
}

#search #searchButton {
	position: relative;
	top: 3px;
}

#content {
	float: left;
	width: 600px;
	padding: 25px 90px 25px 90px;
	
	background: url(../images/css/content_bg.jpg) no-repeat top right;
	background-color: white;
	font-size: 0.8em;

	
	text-align: justify;
}

#content h1 {
	font-size: 1.3em;
	margin-bottom: 4px;
	margin-top: 4px;
}

#content p {
	margin-bottom: 15px;
}

#right {
	float: left;
	width: 230px;
	margin-top: 30px;
	font-size: 0.8em;
}

#right h1 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

.ContainerBox {
	margin: 10px auto;
	width: 210px;
	background: url(../images/css/box_top.gif) no-repeat top;
}

.ContainerBoxInner {
	padding: 17px 0px 17px 0px;
	padding-bottom: 17px;
	background: url(../images/css/box_bottom.gif) no-repeat bottom;
}

.ContainerBoxInner2 {
	padding: 0px 15px 0px 15px;
	background-color: white;
}

#notfall {
	width: 210px;
	padding-top: 50px;
	margin: 0px auto;
	
	text-align: center;
}

#footer {
    clear: both;
}

#resizerDiv 
{
    border: 1px solid gray;
    margin: 25px;
    padding: 10px;
}
