* {
    margin: 0px;
    padding: 0px;
    border-width: 0px
}

body {
    background: url("background.png");
    margin-top: 40px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #235C49
}

a { color: #A05590 }
a:active, a:hover { color: #B04580 }

h2 {
    color: #235c49;
    font-size: 18px;
    padding-bottom: 1em;
    font-weight: normal
}

h3 {
    color: #A05590;
    font-size: 18px;
    font-weight: normal
}

h4 {
    font-size: 12px;
    font-weight: bold
}

p {
    padding-bottom: 1em;
    line-height: 1.5em
}

.text-content {
    padding: 15px
}

#window {
    height: 681px;
    width: 961px;
    border: 1px solid #8f4680;
    margin: auto;
    position: relative;
    background: #FFFFFF
}

h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block
}

h1 a {
    display: block;
    height: 213px;
    width: 328px;
    background: url("logo.jpg");
    overflow: hidden;
    position: absolute;
    text-indent: -9000px
}

#nav {
    width: 633px;
    height: 34px;
    position: absolute;
    left: 329px;
    top: 0px;
    background: url("nav.background.png")
}

#nav a {
    display: block;
    height: 25px;
    width: 100px;
    border-left: 1px solid #eeccdd;
    position: relative;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding-top: 8px
}

#nav a:first-child {
    border-left-width: 0px
}

#nav a:hover, #nav a.active {
    background: url("nav.background.active.png")
}

/*#right {
    width: 328px;
    height: 412px;
    position: absolute;
    left: 0px;
    top: 213px;
    overflow: auto
}

#left {
    width: 632px;
    height: 589px;
    position: absolute;
    left: 329px;
    top: 35px;
    overflow: auto
}*/

#left {
	width: 328px;
	height: 412px;
	position: absolute;
	left: 0px;
	top: 213px;
	overflow: auto;
}

#left h2, #right h2 {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#left h3, #right h3 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

#left h4, #right h4 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

#left p, #right p {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#right {
	width: 632px;
    height: 589px;
	position: absolute;
	left: 329px;
	top: 35px;
	overflow: auto;
}

#footer {
    height: 36px;
    width: 941px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
    color: #FFFFFF;
    padding: 20px 10px 0px 10px;
    background: url("footer.background.png")
}

#footer a {
    color: #FFFFFF
}

#subfooter {
    text-align: center;
    padding-top: 10px;
    font-size: 9px;
    color: #758d74
}
