* {
	box-sizing: border-box;
}

body {
	color: #333333;
	height: 100%;
	background-image: url(/design/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: verdana, arial, serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 16px;

}

h1,
h2,
h3,
h4 {
	clear: both;
}

p {
	margin-bottom: 20px;
}

/* ------------------------------------  HEADER  ------------------------------------ */

#header {
	position: relative;
	width: 750px;
	height: 250px;
	margin: 0 auto 0 auto;
	background-image: url(/design/header-new.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* ------------------------------------  NAVIGATION  ------------------------------------ */

#navigation {
	position: absolute;
	bottom: 0;
	width: 750px;
	height: 40px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 20px;
}

#navigation ul {
	margin: 0 auto 0 auto;
}

#navigation ul li {
	display: inline;
	line-height: 30px;
	padding: 4px;
}

#navigation ul li a {
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	z-index: 5000;
	padding: 4px;
}

/* ------------------------------------  BODY  ------------------------------------ */

.shadow {
	overflow: hidden;
	min-height: 100%;
	margin: 0 auto 0 auto;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/./design/shadow.png');
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	width: 780px;
	color: black;
	padding: 0;
}

.shadow[class] {
	background-image: url(/design/shadow.png);
}

#content {
	padding: 10px;
	position: relative;
	overflow: hidden;
	background-color: white;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------  TEXT  ------------------------------------ */

h1 {
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 18px;
}

h2 {
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 16px;
}

h3 {
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #3D83A5;
}

h4 {
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 12px;
}

h5 {
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 10px;
}

.float_left {
	position: relative;
	float: left;
	padding: 5px;
	margin: 2px 10px 10px 0;
	border: 1px solid gray;
}

.full {
	width: 100%;
	max-width: 100%;
	margin: 2px 0 10px 0;
}

ul {
	padding-left: 10px;
}

strong {
	font-weight: 900;
	border-bottom: 1px dotted #990000;
}

/* ------------------------------------  FOOTER  ------------------------------------ */

#footer {
	position: relative;
	height: 20px;
	width: 750px;
	background: #3D83A5;
	background-repeat: no-repeat;
	z-index: 5000;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	text-indent: none;
	margin-top: 40px;
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

#footer p img {
	position: absolute;
	top: 35px;
}

#footer p b {
	margin-top: 40px;
	font-family: verdana, arial, serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #FF0000;
}