* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:url('/images/background.png') no-repeat fixed center;

}

h1 {font-size:250%}
h2 {font-size:200%}
p {font-size:150%} 
p1 {font-size:120%}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;

}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}

#milknumbers table
{
border-collapse:collapse;
}

#milknumbers table, th, td
{
border: 1px solid black;
}

#milknumbers td
{
text-align:center;
padding:5px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 133px;
	padding: 10px 10px;
	background: #838B83;
    border-radius: 10px;
    border: 2px solid #4B0082;

}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;


}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;

}
#content {
	padding: 20px 200px 10px 200px;

}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 185px;
	margin-left: -100%;
	position: relative;
	background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #4B0082;

}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    padding: 10px;
    float: right;
    margin-right: -3px;
    width: 179px;
    margin-left: -200px;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #4B0082;
    text-align: center;
    font-size: 120%;
}

#sideRight h3 {

}

#sideRight ul {
    list-style-type: none;
}

#sideRight ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 1px solid #90BADE;
    padding: 10px;
}

#sideRight ul li a {
    font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 100px;
	background: #838B83;	
	position: relative;
    border-radius: 10px;
    border: 2px solid #4B0082;
}
