html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, img, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(../frame/background.jpg);
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000; 
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#info {
	margin-bottom: 14px;
	padding-bottom: 6px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 10px;
	color: #333;
}
#leftcol ul, #rightcol #header, #pagebottom, #flashpistols {
	display: none;
}
#leftcol #logo a {
	display: block;
	margin-bottom: 21px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#rightcol #content ul {
	list-style-type: square;
	margin: 14px 0 14px 0;
}
#rightcol #content ul li {
	margin: 0 0 5px 16px;
}
#rightcol #content .photos img {
	margin: 0 8px 10px 0;
}
#rightcol #content .photos a {
	border: 1px solid #666;
}
#rightcol #content ul.partners {
	list-style-type: none;
}
#rightcol #content ul.partners li {
	clear: both;
	height: 110px;
	margin: 0;
}
#rightcol #content ul.partners li img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #666;
}

/* html tags design */

h1 {
	margin-bottom: 16px;
	font-size: 14px;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 14px;
	color: #666;
	font-size: 13px;
}
h3 {
	color: #999;
	font-size: 13px;
}
p {
	margin-bottom: 14px;
}
hr {
	color: #999;
	height: 1px;
	border: 1px solid #999;
	border-bottom: none;
}
table {
	width: 100%;
}
td {
	padding: 0 0 2px 0;
}
.right {
	float: right;
}
