/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	background: #555f69;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 140%;
	}
#container {
	background: url(../images/bg.jpg) repeat-y top center;
	min-height: 100%;
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 20px 0 20px;
	}
* html #container {
	height: 100%;
	}
#header {
	background: #a8b50a url(../images/t.png) top right no-repeat;
	height: 160px;
	position: relative;
	}
.logo {
	margin: 32px 0 0 57px;
	}
/*#nav {
	color: #fff;
	letter-spacing: 0.065em;
	margin: 30px 0 12px 57px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li {
	display: inline;
	list-style-type: none;
	}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 30px;
	}
#nav a:hover, #nav a:active {
	color: #3e4851;
	}*/
#content {
	padding: 40px 57px 40px 57px;
	}
#footer {
	color: #3e4851;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	padding: 15px 57px 30px 57px;
	border-top: 1px dashed #a8b50a;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer li {
	display: inline;
	list-style-type: none;
	}
#footer a:link, #footer a:visited {
	color: #3e4851;
	text-decoration: none;
	padding-right: 30px;
	}
#footer a:hover, #footer a:active {
	color: #a8b50a;
	}
h1, h2, h3, p {
	line-height: 140%;
	}
h1 {
	margin: 2px 0 15px 0;
	font-size: 20px;
	color: #a8b50a;
	font-weight: bold;
	}
h2 {
	margin: 2px 0 10px 0;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	}
h3 {
    	margin: 2px 0 5px 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	}

p	{
	margin: 2px 0 13px 0;
	}
img {
	border: none;
	}
a.menu {
    font-size:14px;	
}	
	
a:link, a:visited {
	color: #333;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #a8b50a;
	text-decoration: none;
	}

a.internal:link, a.internal:visited {
    font-size:12px;
	color: #a8b50a;
	text-decoration: none;
	font-weight: bold;
	}
a.internal:hover, a.internal:active {
    font-size:12px;
	color: #3e4851;
	text-decoration: none;
	}


.intro {
	font-size: 22px;
	font-weight: bold;
	color: #555f69;
	letter-spacing: 0.04em;
	}
	
.intro_r {
	font-size: 22px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #555f69;
	text-align: right;
	letter-spacing: 0.04em;
}

.txt_bigger {
	font-size: 14px;
	letter-spacing: 0.01em;
	font-weight: bold;
}	

.txt_smaller {
	font-size: 13px;
	letter-spacing: 0.005em;
}
	
.p_dent {
	padding-left: 70px;
	}

.allgold {
    clear: both;
	display: block;
}

.biggold {
	width: 430px;
    padding-right:20px;
    display:inline;
    float:left;
    }
.smallgold {
	width: 280px;
    padding-left:30px;
    display:inline;
    float:left;
}

.halfleft {
	width: 350px;
    padding-right:25px;
    display:inline;
    float:left;
    }
.halfright {
	width: 350px;
    padding-left:25px;
    display:inline;
    float:left;
}

.thirdleft {
	width: 210px;
    padding-right:25px;
    display:inline;
    float:left;
    }

.thirdmid {
	width: 210px;
    padding-left:27px;
    padding-right:27px;
    display:inline;
    float:left;
}

.thirdright {
	width: 210px;
    padding-left:25px;
    display:inline;
    float:left;
}

.nogold {
    clear: both;
	display: block;
    height:1px;
}
ul {
	margin: 0 0 0 -20px;
}