body {
	padding: 0;
	margin: 0;
}

#adress{
	color: #990033;
}

.mailto{
	text-decoration: none !important;
}

#container {
        margin: 25px 0 0 25px;
        width: 925px;
        min-height: 550px;
}

#wrapper {
        position: static;
}

#head {
        position: relative;
        top: 0px;
        height: 61px;
        text-align: right;
        color: #990033;
}

#logo {
        height: 46px;
        position: absolute;
        top: 0px left: 0px;
}

#nav {
        position: relative;
        height: 14px;
        width: 925px;
        border-bottom: 1px solid #ffcc33;
        padding-bottom: 4px;
}

#subnav {
        height: 15px;
	padding-top: 2px;
}

#nav ul {
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
}

#subnav ul, #footernav ul {
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
}

#nav ul li, #subnav ul li, #footernav ul li {
	color: #990033;
        display: list-item;
        float: left;
        background-image: url(../images/bullet.gif);
        background-repeat: no-repeat;
        background-position: left;
        background-position-y: center;
        margin: 0;
        padding: 0 4px 0 11px;
}

#nav ul li:first-child, #subnav ul li:first-child, #footernav ul li:first-child {
	color: #990033;
        background-image: none ;
        padding: 0 4px 0 0 !important;
        margin: 0;
}

#content {
}

#text {
        padding: 10px 0 0 0;
}

#img {
        height: 350px;
        background-color: green;
}

#footernav {
	font-size:12px;
        margin: 0 0 0 25px;
	width: 925px;
	height: 15px;
	text-align: right;
}

