/*
 * error.css
 *
 * Error styling for theconfederateshop.com
 * Copyright (c) 2008 The Confederate Shoppe(tm). All rights reserved.
 */


body {
    padding-top: 25px;
}

body, #wrapper {
    width: 750px;
    margin: 0 auto;
}

#wrapper {
    width: 100%;
    position: relative;
	margin-bottom: 0;
}

#header {
    position: relative;
    background-position: 0;
    border: solid 1px #333;
    border-bottom: none;
}

#top {
    margin: 0 auto;
}

#content {
    position: relative;
    margin: 0 auto;
	left: 0;
    bottom: 110px;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}