* {
margin: 0;
padding: 0;
}

a {
color: #333;
text-decoration: underline;
}

a:hover {
color: #f44;
}

a img {
border: none;
}

body {
background: url(body_bg.png) left top repeat-x;
color: #333;
font-family: verdana, sans-serif;
text-align: center;
}

#container {
width: 980px;
margin: 0 auto;
text-align: left;
}

#header {
background: url(header_bg.jpg) right top no-repeat;
height: 220px;
}

#header h1, #header p {
display: none;
}

#menu {
margin-top: -119px;
height: 29px;
float: left;
}

#menu li {
list-style: none;
float: left;
text-align: center;
}

#menu a {
font-family: tahoma;
background: url(a_bg.png) top center no-repeat;
float: left;
display: block;
margin-top: 2px;
padding: 6px 0 5px 0;
height: 16px;
width: 110px;
text-decoration: none;
color: #f44;
font-size: .8em;
}

#menu a:hover, #menu .current {
background: url(a-hover_bg.png) top center no-repeat;
padding: 6px 0 5px 0;
height: 16px;
}

#menu2 {
margin-top: -117px;
height: 29px;
float: left;
font-family: tahoma, sans-serif;
font-size: .8em;
}

#menu2 li {
list-style: none;
float: left;
background: url(2a_bg.png) top left no-repeat;
text-align: center;
}

#menu2 a {
display: block;
margin: 0;
padding: 6px 20px 5px 25px;
height: 16px;
text-decoration: none;
color: #f44;
background: url(2a_bg2.png) top right no-repeat;
}

#menu2 li:hover {
	background: url(2a-hover_bg.png) top left no-repeat;
}

#menu2 a:hover {
	background: url(2a-hover_bg2.png) top right no-repeat;
}

#content {
margin-top: -70px;
width: 680px;
float: left;
clear: both;
}

#content-wide {
margin-top: -90px;
width: 980px;
float: left;
clear: both;
}

h1 {
font-family: helvetica, sans-serif;
color: #f44;
font-weight: 100;
font-size: 1.2em;
padding: 10px 0 5px 0;
}

h1 a, h2 a { color: inherit; }

h2 {
font-family: helvetica, sans-serif;
color: #f44;
font-weight: 100;
font-size: 1.2em;
padding: 10px 0 5px 0;
}

h3 {
font-family: helvetica, sans-serif;
color: #f44;
font-weight: 100;
font-size: 1em;
padding: 8px 0 3px 0;
}

h4 {
font-family: helvetica, sans-serif;
color: #f44;
font-weight: 100;
font-size: 1.5em;
padding: 10px 0 5px 0;
}

p {
font-size: .8em;
line-height: 1.65em;
padding: 0 0 5px 0;
}

img.right {
border: 2px solid #000;
float: right;
margin-left: 8px;
margin-top: 6px;
}

img.left {
border: 2px solid #000;
float: left;
margin-right: 8px;
margin-top: 6px;
}

img.gallery {
border: 2px solid #000;
float: none;
margin: 8px 18px 8px 0;
}

img.gallery_2 {
border: 2px solid #000;
float: none;
margin: 0px 0px 0px 0;
}

a.gallery2 {
width: 200px;
float: left;
margin: 8px 8px;
display: block;
text-decoration: none;
}

a.gallery2 span {
width: 200px;
text-align: center;
display: block;
font-size: .8em;
}

.gallery2 img {
border: 2px solid #000;
}

a.left2 {
width: 200px;
float: left;
margin: 6px 8px 0 0;
display: block;
text-decoration: none;
}

a.left2 span {
width: 200px;
text-align: center;
display: block;
font-size: .8em;
line-height: .8em;
}

.left2 img {
border: 2px solid #000;
}

#content table
{
	line-height: 1.8em;
	font-size: .8em;
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#content th
{
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
}

#content td
{
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
}

#content td.center
{
	text-align: center;
}

#content li, #sidebar li {
list-style-image: url(dot.png);
list-style-type: circle;
font-size: .8em;
margin: 10px 0 10px 40px;
}

#content-wide li, #sidebar li {
list-style-image: url(dot.png);
list-style-type: circle;
font-size: 0.9em;
margin: 10px 0 10px 40px;
}

.frame {
margin: 20px 0;
padding: 10px;
border: 1px solid #f44;
}

#sidebar {
width: 260px;
padding-left: 15px;
border-left: 1px solid red;
float: right;
}

#footer {
clear: both;
padding: 15px 0;
text-align: center;
}

#footer p {
font-size: .6em;
line-height: 1em;
text-align: center;
border-top: 1px solid red;
padding-top: 2px;
width: 450px;
margin: 0 auto;
}

#footer .tags {
font-size: .9em;
}