html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {color: #98151D;}
a:visited {color:#98151D;}
a:hover {color: #B03C53;}
a:active { color:#000000;}

P, li {
line-height: 1.25;
}

h2 {
font-size:18px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
color: #004F5E;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 1024px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

/* ----------banner for logo-------------- */
#banner {
background-color: transparent;
background-image:url(header.jpg);
width: 1024px;
height: 285px;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
background-image:url(content.jpg);
background-position:top;
height: 521px;
}
div#content { 
min-height:521px;
height:expression(this.scrollHeight > 521 ? "auto":"521px"); 
}

p, pre{
padding: 2px 10px;
margin:0px;
}

#inner {
width: 500px;
margin-left: 100px;
} 
/* --------------left navi------------- */
#right {
float: right;
width: 300px;
height: 521px;
background-image: url(side.png);
background-position: center;
background-position:top;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
margin-right: 60px;
}

#right p {
color: #FFFFFF;
text-align: center;
margin-left: 12px;
margin-right: 12px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
background-image: url(footer.jpg);
height: 218px;
width: 1024px;
margin: 0px;
padding: 0px;
text-align: right; }
