@import url(reset.css);

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
}

body {
	position: relative;
	font-family: Georgia,"Times New roman",Times, serif;
	font-size: 12px;
	line-height: 17px;
	word-spacing:2px;
	letter-spacing:0px;
	background-color: #090909;
	color: #ffffff;
}

#container {
	width: 1000px;
	position: relative;
	margin: 0 0px;
	min-height: 100%;
}

a {
	color: #ffffff;
}

a:hover{
	color:#ffffff;
	text-decoration:none;
}

p {
	text-align:justify;
	margin-bottom: 1.5em;
}

#logo {
	padding: 15px 0 15px 195px;
	height:200px;
}

#logo a {
	color: #FFF;
	text-decoration:none;
}

#footer {
	position: absolute;
	bottom: 20px;
	left: 466px;
	border-top: 1px solid #ffffff;
	width:500px;	
	font-size: 11px;
	padding-top:10px;
}


#maincontent {
	padding: 80px 0 30px 466px;
	min-height: 260px;
}

.left {
	padding: 0;
	width: 400px;
	position: fixed;
	left: 42px;
	top: 0px;
	height: 100%;
	overflow: hidden;
	overflow-x:hidden;
}

.left ul {
	padding: 0 0 0 0;
}

.left #nav {
	position:relative;
	z-index:2;
	padding-top:60px;
}

.left li{
	float: left;
	width: 135px;
	font-weight: bold;
	padding: 0 0 0 8px;
}

.left li a{
	display:block;
	padding: 0 0 0 0px;
	text-decoration:none;
}

.left li#nav1{
	width: 160px;
}

#nav2 li{
	width: 220px;
	margin-bottom:5px;

}


.left ul li a:visited{
	color:#ffffff;
}

.left ul li.active a, .left ul li a:hover {
	/*background: url(../images/web/bullet.png) no-repeat 0 6px;*/
	text-decoration:underline;
	color:#ffffff;
	
}

.left ul li ul{
	margin: 18px 0 0 0px;
}

.left ul li ul li{
	display:inline;
	font-weight: normal;
	padding: 0;
}

.main {
	width: 500px;
	border-top: 1px solid #FFF;
	padding: 10px 0 0 0;
	/*font-size: 0.917em;*/
}

h1, .main .copy h2, .main .copy h3, .main .copy h4, .main .copy h5, .main .copy h6, .main .copy ul, .main img {
	margin-bottom: 18px;
}

h1 {
	font-size:36px;
	line-height:38px;
}

h2{
	font-weight: bold;
	margin:0;
	padding:0;
}

.copy {
	width:500px;
	text-align:center;
}


.main .copy hr {
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border: 0;
	margin-bottom: 20px;
}

.img_lg {
	padding-bottom: 5px;
}

.img_lg li .title {
	font-weight:bold;
	margin-bottom:18px;
}

.home .img_info {
	border-bottom: 1px solid #FFF;
}
.twocol{
	display:inline-block;
}

.twocol:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.twocol .col1{
	float:left;
	width:150px;
	clear:both;
}

.twocol .col2{
	float:left;
	width:300px;
}

/* iksi */
p.tagline {
	margin:0;
	padding:0;
}

div.thumb {
	float:left;
	margin-right:5px;
	margin-top:3px;
}

.pagination {
	width:500px;
	text-align:left;
	margin-bottom:15px;
}

.pagination li {
	display:inline;
	font-size:14px;
}