@charset "utf-8";
/* CSS Document */

p {
	font: 13.5px verdana, arial, helvetica, sans-serif;
	margin: 5px 5px 5px 5px;
	color: #666666;
	text-align: center;
	}
	
a img {
	padding-top: 5px;	
}
	
img {
	margin: 0px 0px 0px 0px;
	border: none;
	}

#footer {
	margin-bottom: 5px;
	}
	
a {
	border: none;
	text-decoration: none;
	}

body {
	background-color:#000
	}

.container {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 563px;
	height: 525px;
	}
	
.left {
	display: block;
	float: left;
	display: inline;
	width: 328px;
	height: 447px;
	padding-left: 3px;
	margin-bottom: 4px;
	}
	
.right {
	text-align: center;
	display: block;
	float: right;
	display: inline;
	width: 225px;
	height: 447px;
	}
	

.big_hr {
	text-align:center;
	background-image: url(img/big_hr.jpg);
	background-repeat: no-repeat;
	width: 560px;
	padding: 3px 0px 2px 3px;
	margin:auto;
	height: 9px;
	border: none;
	}
	
.small_hr {
	background-image: url(img/small_hr.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px;
	margin:auto;
	width: 231px;
	height: 9px;
	border: none;
	}
	
.footer {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}