/**** BASICS ****/
img, div { behavior: url("../css/iepngfix.htc") }

body {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
    color: #f8d5f2;
    margin: 0px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
	background: url(../image/back1.jpg) #000000 top center no-repeat;
	word-spacing: 1px;
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}
#container {
	position: relative;
	width: 949px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	position: absolute;
	top: 36px;
	left: 407px;
	width: 134px;
	height: 124px;
}
#header {
	height: 125px;
}
#top {
	height: 106px;
	background: url(../image/back_top.png) bottom left no-repeat;
}
#center {
	background: url(../image/back_spacer.png) top left repeat-y;
}
#content {
	padding: 5px;
}
#bottom {
	height: 7px;
	background: url(../image/back_bottom.png) top left no-repeat;
}
#footnote {
	text-align: right;
	padding: 10px 30px 10px 10px;
}
#footnote a {
	color: #ffffff;
}

div.box_full {
	width: 919px;
	margin-left: 10px;
	float: left;
}
div.box_full_top {
	height: 6px;
	background: url(../image/box_full_top.png) bottom left no-repeat;
}
div.box_full_spacer {
	background: url(../image/box_full_spacer.png) top left repeat-y;
}
div.box_full_content {
	background: #c691bd url(../image/box_back.jpg) top left repeat-x;
	margin-left: 6px;
	margin-right: 4px;
	padding: 5px;
}
div.box_full_bottom {
    line-height:0px;
	height: 4px;
	background: url(../image/box_full_bottom.png) top left no-repeat;
}

div.box_left {
	width: 410px;
	margin-left: 10px;
	float: left;
}
div.box_left_top {
    font-size:0px;
    line-height:0px;
	height: 6px;
	background: url(../image/box_left_top.png) bottom left no-repeat;
}
div.box_left_spacer {
	background: url(../image/box_left_spacer.png) top left repeat-y;
}
div.box_left_content {
	background: #c691bd url(../image/box_back.jpg) top left repeat-x;
	margin-left: 6px;
	margin-right: 4px;
	padding: 5px;
}
div.box_left_bottom {
    line-height:0px;
	height: 4px;
	background: url(../image/box_left_bottom.png) top left no-repeat;
}

div.box_right {
	width: 483px;
	margin-right: 10px;
	float: right;
}
div.box_right_top {
    font-size:0px;
    line-height:0px;
	height: 6px;
	background: url(../image/box_right_top.png) bottom left no-repeat;
}
div.box_right_spacer {
	background: url(../image/box_right_spacer.png) top left repeat-y;
}
div.box_right_content {
	background: #c691bd url(../image/box_back.jpg) top left repeat-x;
	margin-left: 6px;
	margin-right: 4px;
	padding: 5px;
}
div.box_right_bottom {
	height: 4px;
	background: url(../image/box_right_bottom.png) top left no-repeat;
}
#menu, #submenu {
	text-align: center;
}
#submenu {
	padding-top: 10px;
	height: 20px;
}
#menu a, #submenu a {
	color: #ffffff;
}
#menu a.active, #submenu a.active {
	color: #b5b7b8;
}
ul.menu {
	padding-top: 70px;
	list-style-type: none;
}
ul.submenu {
	list-style-type: none;
}
ul.menu li, ul.submenu li {
	padding: 0;
    margin: 0 7px 0 7px;
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

div.content_image, div.content_image_back {
	width: 119px;
	height: 119px;
	padding: 5px 0px 0px 5px;
	margin: 2px 0px 0px 0px;
	float: left;
}
div.content_image_back {
	background-image: url(../image/thumb_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.content_button {
	float: right;
}
div.box_left div.content_text {
	margin: 12px 0px 0px 10px;
	width: 263px;
	float: left;
}
div.box_right div.content_text {
	margin: 12px 0px 0px 10px;
	width: 323px;
	float: left;
}
div.box_left div.content_full {
	margin: 0px;
	clear: both;
}
div.box_right div.content_full {
	margin: 0px;
	clear: both;
}

div.heading {
	border-bottom: 1px solid #b5b7b8;
}
div.text {

}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #b5b7b8;
}
ul {
	margin: 0px;
	padding: 0px;}
li {
	list-style-position:inside;
    list-style-type: square;
	margin: 0px;
	padding: 0px;
}
tr, tr td {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
    color: #f8d5f2;
	height: 18px;
}
img {
	border: none;
}
input.purple, textarea.purple {
	background-color: #d9b5d3;
	border: none;
}

div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    