<!-- gri1: E4E4E4 -->


#layout {
	float:center;
	margin:auto;
	width:1000px;}
    
html>body #layout {
	float:center;
	margin:auto;
	width:1000px;}
	
#header {
	float:center;
	width:1000px;
	clear:both;
	height:220px;}
	
#main {
	float:left;
	width:1000px;
	text-align:left;
	margin:10px 0 0 0;
	min-height:400px;}
	
#content {
	float:right;
	width:800px;
	min-height:720px;
	background-color:#FFF;}
#content img{
	float:left;
	margin:0;}

#footer {
	float:left;
	clear:both;
	width:1000px;
	height:118px;
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	text-align:left;
	/* background: url(../assets/layout/footer.jpg) no-repeat; */
	background-color:#EEE;
	margin:10px 0 0 0;}

#copyright {
	float:left;
	text-align:right;
	clear:both;
	width:1000px;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#808080;}
	
#copyright a {
	color:#F00;
	text-decoration:none;}
	
#copyright a:hover {
	color: #777;
	text-decoration:underline;}


#red-message, #black-message, #links-message {
	float:center;
	display:block;
	width:100%;
	margin:5px 0;
	clear:both;
	color:#F00;
	text-align:center;
	font-size:11px;
	line-height:14px;}
	
#red-message-contact {
	width:360px;
	color:#F00;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin:0 0 10px 0;}
	
#black-message, #links-message {
	color:#000;}

#red-message a, #black-message a, #links-message a {
	text-decoration:underline;
	color:#000;
	font-weight:bold;}
#red-message a:hover, #black-message a:hover, #links-message a:hover {
	text-decoration:underline;
	color:#FFF;}

#picture-message {
	float:center;
	width:100%;
	color:#F00;
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;}
	
#paging {
	float:right;
	text-align:right;
	width:79%;
	margin:15px 0;
	clear:both;}
#paging p {
	float:left;
	display:block;
	padding:0 3px;
	text-align:center;
	text-decoration:none;
	color:#F00;}
#paging a {
	float:left;
	display:block;
	padding:0 3px;
	text-align:center;
	text-decoration:none;
	color:#555;}
#paging a:hover {
	text-decoration:none;
	color:#F00;
	display:block;}
	
#paging img.arrows {
	margin:5px 0 0 0;}

#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;}
	
#google-square {
	float:right;
	clear:right;
	width:336px;
	height:280px;
	margin:0 0 0 10px;}
