/*****************************
**							**
**		Milis & Co		**
**		Default Style		**
**							**
*****************************/

body{
	background-color: #37AD00;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
	color: #222222;
}
img{
	border-style: solid;
	border-width: 0px;
	border-color: #cccccc;
}


#container{
	width: 811px;
	left: 50%;
	margin-left: -405px;	
	position: relative;
}
#container #header {
	height: 120px;	
	margin: 0px;
	padding: 0px;
	background-image:url(../images/header_logo2.png);
	background-repeat:no-repeat;
	background-position: right bottom;	
}
#container #windowHeader {
	height: 68px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/window_header.png);
	background-repeat: no-repeat;	
}
#container #windowContent{
	width: 751px;
	background-color: #304147;
	background-image: url(../images/window_bg.png);
	padding: 10px 30px 0px 30px;
	background-repeat: repeat-y;
}
#container #windowFooter {
	background-image: url(../images/window_footer.png);
	background-repeat: no-repeat;
	height: 60px;	
	margin: 0px;
	padding: 0px;	
}
#container #footer {
	height: 21px;
	width: 780px;
	text-align: right;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #FFFFFF;	
}







/****************************************************************************
*****************************************************************************/



#container #footer a {
	color: #FFFFFF;
	font-weight: bold;
}

