﻿body 
{
	background-image: url('images/bg.png');
	font-family: arial, sans-serif;
	font-size: 10pt;
}
#wrapper 
{
	width: 500px;
	margin: auto;
}
#header 
{
	height: 100px;
}
#logo 
{
	height: 100px;
	width: 250px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo.png');
}
#logo[class]
{
    	background-image: url('images/logo.png');
	background-repeat: no-repeat;
}
#menu 
{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/menu.png');
	width: 500px;
	height: 30px;
	margin-bottom: 5px;
}
#menu[class] {
	background-image: url('images/menu.png');
	background-repeat: no-repeat;

}
#menu a 
{
	position: relative;
	z-index: 10;
	color: White;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: .9em;
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	
}
#menu a:hover 
{
	color: Black;
}
#content_head 
{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/cont_head.png');
	height: 45px;
	width: 500px;
}
#content_head[class] {
	background-image: url('images/cont_head.png');
	background-repeat: no-repeat;
}
#content 
{
	width: 474px;
	padding: 10px;
	border-left: solid 3px #0c579c;
	border-right: solid 3px #0c579c;
	background-color: White;
}
#content_foot 
{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/cont_foot.png');
	height: 20px;
	width: 500px;
}
#content_foot[class] {
	background-image: url('images/cont_foot.png');
	background-repeat: no-repeat;	
}
