/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.conteiner {width:680px; margin:0px auto;}
body {
	background-image: url(/banners/atk-bg.jpg);
	background-repeat: repeat-x;
	margin: 10px 0 0 0;
}
.content {
	position: absolute;
	top: 100px;
}
.logo {
	float: left;
	position: absolute;
	padding: 3px 0 0 10px;
}
.logo img {
	text-decoration: none;
	border: 0px	
}
.intro {
	position: relative;
	left: 410px;
	width: 280px;
	height: 35px;
	top: 30px;
}
.intro img {
	text-decoration: none;
	border: 0px
}
.thumbnail {
	border:solid 1px #BBBBBB;
    padding:5px;
}
.photo {
    text-align: center;
    padding: 60px 20px 0px 20px;
}
#fullImage {
	border:solid 1px #BBBBBB;
    padding:5px;
}
.h1 {
	font-size: 18px;
	font-weight: bold;
}
.h2 {
	font-size: 30px;
	font-weight: bold;
	color: #8A0300;
}
.h3 {
	font-size: 34px;
	font-weight: bold;
	color: #8A0300;
}
.h4 {
	font-size: 24px;
	font-weight: bold;
	color: #8A0300;
}
.h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0 0 10px 0;
}
.h5 a:link {
	color: #606060;
}
.h5 a:visited {
	color: #606060;
}
.h5 a:hover {
	color: #333333;
}
a:link {
	color: #8A0300;
}
a:visited {
	color: #8A0300;
}
a:hover {
	color: #8A0300;
}
a:active {
	color: #8A0300;
}
.visit {
    font-size: 16px;
	padding: 10px 0 20px 0;
	text-align: center;
}
hr {
  border:0;
  border-top: 1px solid #AAAAAA;
  height: 0;
  background: #E19832;
}