/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #555;}
a:hover {color: #000;}

body {
	background: #fff url('img/bg.jpg') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #333;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCC;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}


/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('img/head.jpg') no-repeat left center;
	color: #333;
	font: normal 1.9em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 25px;
}

.decay-small {
	background: url('img/head-small.png') no-repeat right center;
	padding-top: 6px;
}


/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;}
#site-title a {
	color: #DDD;
	text-decoration: line-through;
}
#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {color: #CCC;}

/* content */
#content {
	left: 360px;
	position: absolute;
	top: 270px;
	width: 650px;
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em; text-align: right;}
#navigation li {list-style: none;}
#navigation li a {
	font-family: Arial;
	color: #329BBD;
	font-size: 1.1em;
	line-height: 1.6em;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {color: #175D74; text-decoration: underline;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #333;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

#banner {
	margin: 5px 160px;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 468px;
	height: 60px;
	top: 30px;
}

#banner a {
	color: #fff;
	display: block;
	width: 468px;
	height: 60px;
	line-height: 60px;
}

#vertbanner {
	margin: 40px 5px 2px;
	float: right;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 120px;
	height: 600px;
}

#vertbanner a {
	color: #fff;
	display: block;
	width: 120px;
	height: 600px;
	line-height: 600px;
}
img {
	background: #Fff;
   border: 1px solid #2AB5E3;
	padding: 1px;
}
.imgright {
  	margin: 5px 0px 5px 5px; 
	float: right;
}
.imgleft {
  	margin: 5px 5px 5px 0px;
	float: left;
}
