#smenu {
	width: 670px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#wrapper {
	margin: 0 auto;
	width: 700px;
}

#page {
	width: 670px;
	margin-left: 30px;
	float: left;
}

#header {
	color: #333;
	width: 670px;
	height: 185px;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 2px 0px 0px 30px;
}

#navigation {
	color: #333;
	margin: -6px 0px 0px 0px;
	background-image: url(images/menu.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
	padding-top: 10px;
}

#rightcolumn {
	color: #333;
	width: 195px;
	float: right;
	margin-right: 30px;
}

#content {
	color: #333;
	width: 670px;
	display: inline;
}


#footer {
	width: 680px;
	border-top: 3px;
	border-top-style: outset;
	border-top-color: #333;
	clear: both;
	margin: 0px 10px;
}
.clear { clear: both; background: none; }

#title {
	height: 35px;
	background-image: url(images/title.png);
	padding-top: 1px;
	padding-bottom: 1px;
}

.text {
	padding-left: 7px;
	width: 195px;
}

.info {
	border-bottom: solid 1px #CCCCCC;
	margin-right: 10px;

}

.thumbnail {
	width: 100px;
	height: 150px;
	float: left;
	padding-right: 7px;
}

#postlinks {
	color: #006699;
}

#postlink {
	color: #006699;
}

#postlinki {
	color: #006699;
}

.icon {
	width: 16px;
	height: 16px;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

.big {
	font-size: 60px
}

.headline1 {
	color: #006699;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

.headline2 {
	color: #006699;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
	color: #333;

}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
