/* CSS Document */
html {height: 100%;}
body {
	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;
	
}

/* ------------------------------------  HEADER  ------------------------------------ */

#header {position: relative; width: 748px; height: 250px; margin: 0 auto 0 auto; background-image:url(/design/header.jpg); background-repeat: no-repeat; background-position:top; 
margin-bottom: 5px; }



/* ------------------------------------  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 {position: relative; overflow:hidden; background-color: white; width: 750px; margin-left: auto; margin-right: auto;}

/* ------------------------------------  LEFT  ------------------------------------ */

#left {position: relative; display: block; float: left; width: 445px; 
color: #333333; padding-right: 10px; margin: 0 0 80px 15px;
}

#left img.center {padding-left: 10px;}

/* ------------------------------------ RIGHT  ------------------------------------ */

#right {
position: relative; float: right; margin-right: 10px; padding-left: 10px; padding-bottom: 100px;
	width: 240px; border-left: 1px solid #c0c0c0; 

}

#right ul{
	list-style: none; margin:0; padding:0px;
	}

/* ------------------------------------  FOOTER  ------------------------------------ */

#footer {position: relative; bottom: 0; height: 20px; width: 750px; background: #3D83A5; background-repeat:no-repeat; z-index: 5000; text-align: center; color: white; margin-bottom: 10px; border-bottom: 5px solid #BAC5FF}

#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;}
/* ------------------------------------  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 5px 5px 5px; margin: 5px 5px 5px 0px;border: 1px solid gray;}

ul {padding-left: 10px;}
ul li {list-style: none; margin-bottom: 10px;}

strong {font-weight: 900; border-bottom: 1px dotted #990000; }