body{
	background-image: url('/static_media/pics/tile.png');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #000;
	font-family: "Arial";
	font-size: 12px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
}

#main{
	width: 974px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#main #top{
	width: 100%;
	height: 48px;
	background-image: url('/static_media/pics/top_bg.png');	
}

#main #middle{
	width: 100%;
	background-image: url('/static_media/pics/middle_bg.png');
	background-repeat: repeat-y;
	margin: 0px;
}

#main #bottom.normal{
	width: 100%;
	height: 25px;
	background-image: url('/static_media/pics/bottom_bg.png');	
	margin: 0px;
}

#main #bottom.frontpage{
	width: 100%;
	height: 15px;
	background-image: url('/static_media/pics/bottom_bg_front.png');
}


/***************************/
/* MENU *******************/
/*************************/
#menu{
	width: 160px;		
	float: left;
	padding-left: 30px;
	font-weight: normal;
}
#menu ul{
	margin: 0px;
	padding: 0px;	
}
#menu a{
	color: #000;
	text-decoration:none;	
}
#menu a:hover{
	color: #000;
	text-decoration:underline;
}
#menu a:visited{
	color: #000;
}
#menu ul li{
	margin: 0px;
	padding: 5px;
	height: 7px;
	list-style: none;
	color: #000;
}
#menu li.active{
	color: #fff;
	font-weight: bold;
	list-style-image: url('/static_media/pics/white_square.png')
}

/******************************/
/* CONTENT *******************/
/****************************/
#content{
	width: 760px;
	color: #fff;
	margin: 0px;	
	margin-left: 214px;
	min-height: 400px;
}
#content div.padded{
	padding-left: 20px;
}

table.contact{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 50px;
}
table.contact td{
	text-align: left;
	width: 220px;
	height: 20px;	
	vertical-align: top;
}
/*****************************/
/* FOOTER *******************/
/***************************/
#footer{
	height: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	color: #fff;
	clear: left;
}
#footer div{
	float: left;
}
#footer #logo{
	width: 178px;	
	padding-left: 20px;
	position: relative;
	top: -290px;
	margin-right: 16px;
/*	border: #fff dotted thin;*/
}
#footer div.details{
	width: 204px;
	margin-right: 10px;
	background-image: url('/static_media/pics/details_bg.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
/*	border: #fff dotted thin;*/
}

/*****************************/
/* COLORS *******************/
/***************************/
.red{
	color: #900;	
}
.blue{
	color: #5d5f86;	
}



/*****************************/
/* LINKS  *******************/
/***************************/
a{
	color: #fff;
	text-decoration:none;	
}
a:hover{
	color: #fff;
	text-decoration:underline;		
}
a:visited{
	color: #fff;
}