/* 140 - 10 420 10 - 180 = 760px  - gallery = 760x570, screens = 760x430 */

/* Elements --------------------------------------- */


body{
	font: 12px Verdana, Geneva, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/bkg.gif);
	color: #333;
	margin: 0px auto;
}

img{
	/*float: left;*/
	clear: both;
	margin: 7px 7px 5px 5px;
	border: 1px solid #666;
}

input{
	font-size: 80%;
}

form{
	margin: 2px 2px 2px 2px;
	display: inline;
}

h1 {
	font-size: 24px;
	font-weight:bold;
	margin: 4px 0px 2px 0px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #282828;
}

h2 {
	font-size: 20px;
	font-weight:bold;
	margin: 4px 0px 2px 0px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #262626;
}

h3 {
	font-size: 16px;
	font-weight:bold;
	margin: 4px 0px 2px 0px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	color: #242424;
}


/* ID's --------------------------------------- */

#wrapper{
	border:1px solid #666;
	background:#fff;
	width:760px;
	margin: 0px auto;
	text-align:left;
}

#header {
	background-color: #757575;
	border-bottom: 1px dotted #999;
}

#main-content {
	width:420px;
	display:inline;
	float:left;
	margin-left:150px;
	margin-top: 0px;
}

#sub-content {
	width:180px;
	float:left;
	margin-left:10px;
	margin-top: 0px;
}

#navigation {
	/*background-color:#FFFFCC;*/
	width:140px;
	float:left;
	margin-left:-760px;
	margin-top: 0px;
}

#footer {
	clear:both;
	background-color: #333;
	font-size: 80%;
	border-top: 1px dotted #999;
	padding-top: 3px;
	margin-bottom: 0px;
}

#main-content-swf {
	width:756px;
	display:inline;
	float:left;
	margin-left:0px;
	margin-top: 0px;
}

/* Links ------------------------------------------*/

a.navi:link {
	color: #433323;
	text-decoration: none;
}
a.navi:visited {
	color: #433323;
	text-decoration: none;
}
a.navi:active {
	color: #433323;
	text-decoration: none;
}
a.navi:hover {
	color: #fff;
	text-decoration: underline;
}

a.util:link {
	color: #fff;
	text-decoration: none;
}
a.util:visited {
	color: #fff;
	text-decoration: none;
}
a.util:active {
	color: #fff;
	text-decoration: none;
}
a.util:hover {
	color: #fff;
	text-decoration: underline;
}

a.headline:link {
	color: #8f6d4a;
	text-decoration: none;
}
a.headline:visited {
	color: #8f6d4a;
	text-decoration: none;
}
a.headline:active {
	color: #000000;
	text-decoration: none;
}
a.headline:hover {
	color: #8f6d4a;
	text-decoration: underline;
}

a:link {
	color: #8f6d4a;
	text-decoration: underline;
}
a:visited {
	color: #8f6d4a;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #8f6d4a;
	text-decoration: none;
}

/* Classes --------------------------------------- */

.nav
{
	background-color: #bdbdbd;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #666;
	font-size:80%;
}

.navheader
{
	background-color: #8f6d4a;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px dotted #666;
	font-size:80%;
	color:#fff;
}

.hidden{
	width:1px;
	position:absolute;
	left:-9999px;
	display: none;
}

.article1
{
	width: 420;
	margin-bottom: 4px;
}
.article1 img
{
	float:left;
}


.article2
{
	width: 207px;
	float: left;
	border-top: 1px dotted #666;
	border-right: 1px dotted #666;
	margin-bottom: 4px;
}
.article2 img
{
	float:left;
}


.article3
{
	width: 207px;
	float: right;
	border-top: 1px dotted #666;
	padding-left: 4px;
	margin-bottom: 4px;
}
.article3 img
{
	float:left;
}

.article4 {
	width: 420px;
	float: left;
	border-top: 1px dotted #666;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.article4 img
{
	float:left;
}

.article4b {
	width: 420px;
	float: left;
	border-bottom: 1px dotted #666;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.article4b img
{
	float:left;
}



.clearblock
{
	width: 420px;
	clear: both;
}

.clearblock2
{
	width: 760px;
	clear: both;
	display: inline;
}

/*.other-img{
	float: none;
	clear: both;
	margin: 3px 3px 3px 3px;
}*/

.footer-img {
	float: none;
	clear: both;
	margin: 3px 3px 3px 3px;
	border: none;
}

.cap-img {
	width: 200px;
	/*border: thin silver solid;*/
	margin: 0px;
	padding: 0px;
}

.cap-con-l {
	background: #eeeedd;
	float: left;
	width: 200px;
	margin: 3px 10px 3px 0px;
	padding: 0px;
}

.cap-con-r {
	background: #eeeedd;
	float: right;
	width: 200px;
	margin: 3px 0px 3px 10px;
	padding: 0px;
}

.cap-txt {
	margin: 1px;
	padding: 1px;
	text-align: center;
	font-size: smaller;
	color:#666;
}

.utility-r {
	width:560px;
	float:left;
	margin-left: 200px;
	margin-top: 0px;
	background: #757575;
	text-align: right;
	display:inline;
	height: 22px;
	padding-top: 3px;
	color:#fff;
}

.utility-l {
	width:200px;
	float:left;
	margin-left:-760px;
	margin-top: 0px;
	background: #757575;
	height: 22px;
	padding-top: 3px;
	color:#fff;
}

/*.footer-r {
	width:200px;
	float:left;
	margin-left: 560px;
	margin-top: 0px;
	background: #333;
	text-align: right;
	display:inline;
	padding-top: 3px;
	color:#fff;
}

.footer-l {
	width:560px;
	float:left;
	margin-left:-760px;
	margin-top: 0px;
	background: #333;
	padding-top: 3px;
	padding-left: 3px;
	color:#fff;
}*/

.img-tab {
	margin:7px;
}
.img-tab caption{
	font-size: 75%;
	font-style:italic;
	background-color:#eeeeee;
	color:#666666;
}

.no-cap-img{
	margin:5px 8px 5px 8px;
}

.ads{
	/*width:180px;*/
	/*float:left;*/
	/*padding:10px 0px 10px 0px;*/
	/*margin-left:0px;*/
	/*display:inline;*/
	/*position:relative;*/
	/*left:15px;*/
}


