html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	text-align:center;
	background:#000;}
ol, ul {
	list-style: none;}
blockquote, q {
	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;}
/* remember to define focus styles! */
:focus {
	outline: 0;}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;}
del {
	text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;}

#layout {
	width:1000px;
	margin:auto;
	text-align:left;
	background:#FFF;
	float:center;}
html>body #layout {
	width:1000px;}
	
#header {
	float:center;
	width:1000px;
	height:265px;}
#main {
	float:center;
	width:1000px;
	margin:auto;
	text-align:left;
	background:url(../assets/layout/main.jpg) repeat-y;
	overflow:hidden;}
#main-left {
	float:left;
	width:770px;
	text-align:left;
	background:inherit;}
#main-right {
	float:right;
	width:230px;
	text-align:left;
	background:inherit;
	background:url(../assets/layout/main-right.jpg) repeat-y;}

#footer {
	float:center;
	clear:both;
	height:70px;
	line-height:13px;
	text-align:center;
	font-size:0.6em;
	overflow:hidden;
	background:url(../assets/layout/footer.jpg);}
	

#red-message {
	float:center;
	display:block;
	width:100%;
	margin:5px 0;
	clear:both;
	color:#F00;
	text-align:center;
	font-size:0.83333em;
	line-height:16px;}
#black-message {
	float:center;
	display:block;
	width:100%;
	margin:15px 0 5px 0;
	clear:both;
	color:#000;
	text-align:center;
	font-size:0.83333em;
	line-height:16px;}
#white-message {
	float:center;
	display:block;
	width:100%;
	margin:5px 0;
	clear:both;
	color:#FFF;
	text-align:center;
	font-size:0.83333em;
	line-height:16px;}

#links-message {
	float:center;
	display:block;
	width:100%;
	margin:5px 0;
	clear:both;
	color:#000;
	text-align:center;
	font-size:0.83333em;
	line-height:16px;}
#links-message a {
	text-decoration:underline;
	color:#069;
	font-weight:bold;}
#links-message a:hover {
	text-decoration:underline;
	color:#F36;}

#picture-message {
	float:center;
	width:100%;
	color:#F00;
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;}
	
#paging-container {
	float:right;
	margin:0 0 15px 0;
	height:25px;}

#paging {
	float:right;
	width:400px;
	height:22px;}
#paging p {
	float:left;
	width:40px;
	display:block;
	height:20px;
	background-color:#000;
	color:#FFF;
	margin:0 2px 0 0;
	text-align:left;
	padding: 0 25px 0 0;
	line-height:20px;}
#paging a{
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:17px;
	font-size:11px;
	background:none;
	border:solid 1px #000;
	width:20px;
	margin:0 2px 0 0;
	height:18px;
	color:#FFFFFF;}
#paging a:hover{
	background-color:#000;}

#warning {
	float:left;
	display:block;
	width:785px;
	padding:5px;
	min-height:120px;
	border:none;
	text-align:left;
	color:#F00;}
#warning img {
	float:left;
	width:64px;
	height:64px;
	border:none;}
#warning p {
	float:right;
	width:710px;
	font-size:.83333em;}

#warning-register {
	float:left;
	display:block;
	position:relative;
	left:0;
	top:240px;
	width:785px;
	padding:5px;
	border:none;
	text-align:left;
	color:#F00;}
#warning-register img {
	float:left;
	width:64px;
	height:64px;
	border:none;}
#warning-register p {
	color:#F00;
	float:right;
	margin:15px 10px 0 0;
	width:680px;
	font-size:.9em;
	line-height:1.1em;}
	
#btn a {
	float:center;
	display:block;
	width:90px;
	height:24px;
	color:#069;
	background-color:#F99;
	border:solid 1px #069;
	cursor:pointer;}