/*   GENERAL   */

* {
	margin:0px;
	padding:0px;
	font-size: 12px;
}
body{
	margin:0px;
	padding:0px;
	color:#585858;
	background-color:#fff;
	font-family: "Helvetica", arial, verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/button/news.gif);
	background-repeat: no-repeat;
}

/*   TAG   */

h1 {text-indent:-9999px;}
h2 {margin-top:30px; font:normal 18px/18px "Helvetica", arial, verdana, sans-serif; color:#1d2123;}
span{font:normal 12px "Helvetica", arial, verdana, sans-serif; color:#767676;}
a{text-decoration:none; font-weight:bold; color:#000;}
strong{color:#333;}
img{border:none;}

/*  DIV   */

#container{
	width:690px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 185px;
}
#header{
	margin-top:10px;
	width:690px;
	height:90px;
}
#header h1{
	display:block;
	width:115px;
	height:110px;
	background-image:url(../images/preview_html/pk_logo.jpg);
	background-repeat:no-repeat;
}
#menu{
	position:absolute;
	left:60px;
	top:110px;
	width:130px;
	height:165px;
	padding-top: 15px;
}
body > div#menu{
	position:fixed;
}
#menu ul{list-style:none; color:#fff;}
#menu li{}
#menu li a{
	display:block;
	width:135px;
	height:25px;
	background-image:none;
	background-repeat:no-repeat;
	font-size:8px;
	color:#000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box1, #box2{
	float:left;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #d6d6d6;
}
#footer{float:left; padding-top:10px; width:690px; height:60px; color:#aaa; text-align:right;}

/*  FLASH DIVS  */

#news1{
	margin-bottom:30px;
	width:690px;
	height:590px;
	background-color:#FFF;
}
#news2{margin-bottom:30px; width:690px; height:400px; background-color:#000;}

/*  CLASSES  */

.description{float:left; width:400px; margin:10px 0px 0px 10px;}
