
* { padding: 0; margin: 0;}

body {
	background: #111111 url('images_template/mildred_bg.gif') repeat-x scroll top
}

body, p, div, table, td, tr {
	font-family: 'Lucida Sans Unicode', 'trebuchet ms', Verdana, Helvetica, Arial, Sans serif;
	font-size: 10pt;
}
h1 {font-size: 14pt;padding: 0 0 10px 0; }
p {
	padding: 0px 0px 10px 0px;
}

a {
	outline: none;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #CCC;
}

img {
    border: 0;
}

#container {
	margin: 0 auto;
	width:800px;
	height:750px;
	position: relative;
}

#mildred_logo {
	position:absolute;
	left:20px;
	top:110px;
	width:206px;
	height:44px;
	
}

#mildred_nav {
	position:absolute;
	left:240px;
	top:116px;
	width:510px;
	height:25px;
	color: #777;
	font-size: 9pt;
	line-height:14pt;
	font-family: Arial, helvetica, Sans-Serif
}
#mildred_nav a {

}
.mildred_nav_current {
    color: #D5D5D5;  
}