﻿@charset "UTF-8";
/* CSS Document */

html {
height: 100%;
}

body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
height: 100%;
}

#wrapper {
width: 826px;
background: url(images/main_bg.gif) repeat-y;
height: 100%;
margin: auto;
}

#header {
width: 826px;
position: relative;
top: 0px;
background: url(images/IW_masthead.gif);
text-align: right;
margin: auto;
height: 127px;
}

#nav {
width: 826px;
background: url(images/nav_bg.gif) no-repeat;
margin: auto;
height: 48px;
padding: 18px 24px 0 0;
}

#nav ul {
list-style-type: none;
text-decoration: none;
display:inline;
}

#nav ul li {
float: right;
font-size: 1em;
color: #666;
padding:0 30px 5px 0;
}

#nav a {
font-size: 1em;
color: #666;
}

#nav a:hover {
color: #4DB3D0;
text-decoration:underline;
}

#content {
width: 826px;
position:absolute;
top:175px;
}

#content_left {
width:501px;
}

#content_right_light {
width:325px;
background-color: #C9E8F1;
padding:24px 0 24px 0;
}

#content_right_dark {
float:right;
width:325px;
background-color: #4DB3D0;
padding:24px 0 24px 0;
}

#clearone {
clear:both;
width:826px;
background-image:url(images/main_bg.gif);
height:100px;
}

#bottom {
width:794px;
background: url(images/dev/bottom_bg.jpg) no-repeat;
padding:20px 0 20px 0;
}

#bottom_left {
width:500px;
margin-left:7px;
}

#bottom_right {
float:right;
width:210px;
margin-right:7px;
}

