@import "/ui/css/stylesheet.css";

/* Top section */
#topleft {
	background-image:   url('/ui/img/leftgrad.gif');
}
#huge {
	float:              left;
	width:              665px;
	height:             531px;
	background-repeat:  no-repeat;
}
#topright {
	float:              left;
	width:              140px;
	height:             531px;
	padding-top:        50px;
	background-image:   url('/ui/img/rightgrad.gif');
	background-repeat:  no-repeat;
}
#headline {
	width:              387px;
	height:             60px;
	margin:             -68px 0px 0px 140px;
	background-image:   url('/ui/img/headline.gif');
}
#special {
	clear:              both;
	height:             160px;
	margin:             60px 0px 0px -40px;
	background-image:   url('/ui/img/top_image.png');
	background-repeat:  no-repeat;
}
* html #special {
    position:           relative;
    background-image:   none;
    filter:             progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ui/img/top_image.png", sizingMethod="crop");
} 
#special_seal {
    width:              132px;
    height:             138px;
	margin:             -190px 0 0 56px;
    display:            block;
    position:           absolute;
    background:   		transparent url('/ui/img/special.png') no-repeat scroll center top;
}
* html #special_seal {
    cursor:             pointer !important;
    background:         none;
    filter:             progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ui/img/special.png", sizingMethod="crop");
}
/* Middle section */
#content_section{
	width:               662px;
	margin:              0px 140px 0px 140px !important;
	min-height:          240px;
	padding-left:        20px;
	padding-bottom:      50px;
	background-image:    url('/ui/img/contentback.gif');
	background-repeat:   no-repeat;
	background-position: bottom left;
}
#content {
    margin-top:         -20px;
    position: relative;
}
#notes {
	width:               145px;
	padding: 	         0px 15px 0px 10px;
	margin-top:          39px;
}