
html {
	background: #1b1717 url(http://error.aurora-international.com/bg.png) repeat-x center top;
}

body {
	min-width: 760px;
	background: url(http://error.aurora-international.com/header-bg.png) no-repeat center top;
	font-size: .75em;
	line-height: 1.4em;
}

body > * {
	/* anti-aliasing hack for safari */
	text-shadow: 0 0 0 #000;
	/* anti-aliasing hack for firefox */
	/*opacity: 0.99999; */
}

form {
	/* safari selection border hack */
	opacity: 0.99999;
}

body, input, select, textarea {
	font-family: "Trebuchet MS", Trebuchet, arial, sans-serif;
	color: #aba29c;
	letter-spacing: 1px;
}

input, select, textarea  {
	font-size: .9em;
}

input.Checkbox, input.Radio {
	background: transparent;
	border: none;
}

code, kbd, pre { font-family: "Courier New", Courier, monospace; }

h2, h3 {
	color: #fff;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Trebuchet, arial, sans-serif;
}

p {
	margin: 0 0 1em 0;
}

a:link,
a:visited {
	color: #ccc;
}

a:hover,
a:active {
	color: #fff;
}

::selection {
	background: transparent;
	color: inherit;
}

#page_wrapper {
	position: relative;
	margin: 0 auto;
	width: 760px;
}

#error_content {
	margin: 20px 0 -220px 210px;
	min-width: 336px;
	height: 336px;
	background: url(http://error.aurora-international.com/404.png) no-repeat left top;
}

#error_content_500 {
        margin: 20px 0 -220px 210px;
        min-width: 336px;
        height: 336px;
        background: url(http://error.aurora-international.com/500.png) no-repeat left top;
}


#error_content_500 div {
	padding: 130px 0 0 270px
}

#error_content_500 div h2 {
	font-weight: bold;
	text-transform: uppercase;
}

#error_content_500 div h2 em {
	color: #aba29c;
	font-size: .8em;
	font-style: normal;
}

#error_content_500 div p {
	margin-top: -5px;
}


#error_content_register {
        margin: 20px 0 -220px 210px;
        min-width: 336px;
        height: 336px;
        background: url(http://error.aurora-international.com/register.png) no-repeat left top;
}


#error_content_register div {
	padding: 130px 0 0 270px
}

#error_content_register div h2 {
	font-weight: bold;
	text-transform: uppercase;
}

#error_content_register div h2 em {
	color: #aba29c;
	font-size: .8em;
	font-style: normal;
}

#error_content_register div p {
	margin-top: -5px;
}



#error_content div {
	padding: 130px 0 0 270px
}

#error_content div h2 {
	font-weight: bold;
	text-transform: uppercase;
}

#error_content div h2 em {
	color: #aba29c;
	font-size: .8em;
	font-style: normal;
}

#error_content div p {
	margin-top: -5px;
}

#message_wrapper {
	padding: 40px;
	text-align: center;
}

#message_wrapper h2 {
	margin-bottom: .5em;
}





h1 span { display: none; }

h1 { position: absolute; }

#logo {
	position: absolute;
	top: 35px;
	left: 11px;
}

#nav {
	position: absolute;
	top: 78px;
	left: 360px;
}

#nav li {
	float: left;
	display: block;
}

#nav li a {
	padding: 8px 14px;
	border-right: 4px solid #1f1a19;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

#nav li.Current a:link,
#nav li.Current a:visited,
#nav li.Current:hover a,
#nav li.Current:active a {
	color: #fff;
}

#nav li a:link,
#nav li a:visited {
	color: #cffb50;
}

#nav li a:hover,
#nav li a:active {
	color: #fff;
}

#nav li.Last a {
	padding-right: 0;
	border-right: none;
}


#content_wrapper {
	margin: 0 auto;
	padding: 160px 0 0 0;
	width: 760px;
}

#content {
	padding: 10px;
	width: 740px;
	clear: both;
}



#footer {
	margin: 67px 0 20px 0;
	color: #4c4644;
	font-size: .8em;
}
