* { 
    behavior: url(iepngfix.htc);
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.main {
	width:735px;
	background-color:#FFFFFF;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-y;
	position:relative;
	top:0px;
	left:0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.menu {
	background-image:url(../images/menu_bg.gif);	
	background-repeat:repeat-y;	
	width:225px;
	min-height:250px;	
	position:relative;	
	top:-240px;	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 125px 0 0 20px;
	margin: 0px 0px 0px 0px;
	
}

*html .menu {
	height:250px;
}

a.menuItem:link {
    color: #FFFFFF;
	text-decoration:none;
}     /* unvisited link */
a.menuItem:visited {
    color: #FFFFFF;
	text-decoration:none;
}  /* visited link */
a.menuItem:hover {
    color:#003366;
	text-decoration:none;
}   /* mouse over link */
a.menuItem:active {
    color: #FFFFFF;
	text-decoration:none;
}   /* selected link */

a.subMenuItem:link {
    padding-left:10px;
	margin-top:20px;
    color: #CCFFFF;
	text-decoration:none;
}     /* unvisited link */
a.subMenuItem:visited {
    padding-left:10px;
    color: #CCFFFF;
	text-decoration:none;
}  /* visited link */
a.subMenuItem:hover {
    padding-left:10px;
    color:#003366;
	text-decoration:none;
}   /* mouse over link */
a.subMenuItem:active {
    padding-left:10px;
    color: #0000FF;
	text-decoration:none;
}   /* selected link */

.logo {
	position:relative;
	top:85px;
	left:300px;
	width:409px;
	height:20px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.imageHolder {
    position:relative;
	width:500px;
	height:220px;	
	top:100px;
	left:225px;
	z-index:0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.title{
	position:relative;
	text-align:right;
	top:-240px;
	left:235px;
	width:475px;
	height:23px;
}

.content{
	position:relative;
	top:-220px;
	left:300px;
	width:400px;
}

 h2 {
    font-size:12px;
	/*text-align:right;*/
}

.footer {
    background-image:url(../images/btm_border.jpg);
	background-repeat:repeat-x;
	width:725px;
	height:10px;
}

h1{
color:#3399cc;
font-size:14px;
display:inline;
}