/*<![CDATA[*/

body {
        background-color: #FFFFFF;
}
#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 1000px;
}

#nav {
        width: 1000px;
        background-color: #FFFFFF;
        height: 36px;
        margin-right: auto;
        margin-left: auto;
}
#content {
        width: 1000px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}
#footer {
        clear: both;
        width: 1000px;
}

