.dot {
color: #000000;
float: left;
padding-top: .3em;
padding-right: .5em;
font-size: .5em;
}

/* typography
----------------------------------------------- */

body{
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: #000000 url(../images/bkg_bkl_gry.jpg) repeat-x;
	margin: 0px;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size: .8em;
	}

#content a{	
	color: #33CC00;
	text-decoration: underline;
	line-style: dashed; 
}

#content  a:hover{ 
	background-color: #333333;
	border-bottom: 1px solid #000000;
}

#content img{ display: block; }

a img{ border: none; }

h1,
h2,
h3,
h4{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	}

h1 {
	color: #333;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.4em 0;
	line-height: .9em;
	}

h1 a{ color: #333; }

h2 {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	margin: 1em 0 1em 0;
	line-height: 1.3em;
	text-align: justify;
  	}

h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	/*color: #33CC00;*/
	display: block;
	padding-top: 5px;
	}
	
h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	}

ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.3em;
	}		
ul{
	margin: 1em 0;
	padding-left: 16px;
	list-style-type: none;
	}
	
ul li{
	padding: 0 0 0.2em 0;
	line-height: 1.4em;
	
	/*xbackground: url(images/content/bullet.gif) no-repeat 0 5px;*/
	}

/* layout
----------------------------------------------- */

#wrapper{
	width: 811px;
	margin: 0 auto;
	padding: 0px 0 30px;
	text-align: left;
	}

#header{
	position: relative;
	height: 455px;
	width: 811px;
	padding: 0px;
	}
	
#bg{
	position: relative;
	height: 633px;
	width: 811px;
	}
		
#content{
	width: 811px;
	background: url(../images/body-bg.gif) top repeat-y;
	padding: 0px;
	margin-left: -8px;
}

#main{
	float: left;	/* Opera 5 */
	\width: 540px;	/* IE5Win */
	w\idth: 540px;	/* Others */
	padding: 0px 0px 40px 85px;
	position: relative;
	}
	
#main_art{
	float: left;	/* Opera 5 */
	\width: 340px;	/* IE5Win */
	w\idth: 340px;	/* Others */
	margin-top: 90px;
	padding: 0px 0px 40px 85px;
	position: relative;
}
	
	
#nav{
	position: absolute;
	top: 47px;
	left: 90px;
	height: 200px
}
	
#nav ul{
	list-style: none;
	width: 500px;
	padding: 0;
	margin: 0;
}
#nav li{
	padding: 0;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	color: #cfcfcf;
	}
	
#nav li a{
	font-size: 1.em;
	font-weight: normal;
	color: #fff;
	padding: 0.5em;
	text-decoration: none;
	}

#nav li a:hover{
	text-decoration: underline;
	background-color: transparent;
	border: none;
}

#nav li a.active{ text-decoration: underline; }

#why{
	position: absolute;
	top: 90px;
	left: 340px;
	width: 330px;
	color: #ffffff;
	font-size: .9em;
}
	
#why2{
	padding-left: 265px;
	width: 330px;
	font-size: .9em;
}
	

/* footer
----------------------------------------------- */

#footer{
	padding: 0px;
	color: #aaa;
	background: url(../images/footer-bg.gif) top no-repeat;
	height: 59px;
	width: 811px;
	}

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
