body {
	margin: 0px;
}

/* - 2. main layout - */
	
.clearer {clear: both;}
.contentleft p {
	text-align: justify;
}
.wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wrappermain {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
.header {
	height: 72px;
}
.headerleft {
	float: left;
	width: 560px;
}
.headerright {
	float: right;
	width: 180px;
	margin-top: 40px;
	text-align: right;
}
.navigation {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.navleft {
	float: left;
	width: 560px;
}
.navright {
	float: right;
	width: 170px;
	background-color: #68CB0A;
	height: 213px;
	padding-left: 8px;
	padding-top: 5px;
}
.contentcontainer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom:20px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.contentleft {
	float: left;
	width: 538px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.contentright {
	float: right;
	width: 169px;
	padding-left: 5px;
	padding-right: 5px;
}
.footer {
	padding-top: 10px;
	font-size: 10px;
	color: #999999;
}
.footerleft {
	float: left;
	width: 500px;
	text-align: left;
}
.footerright {
	float: right;
	width: 240px;
	text-align: right;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #87C82C;
	text-decoration: none;
}

/* - 3. links - */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: ;
	color: ;
	text-decoration: none;
	color: #006600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: ;
	color: #00CC00;
}
a:active {
	text-decoration: none;
}

/* - 4. fonts - */

body {
	font-family: Arial, Helvetica, sans-serif;
	  font-size: ;
	  color: ;
	font-size: .8em;
	color: #666666;
	line-height: 1.2em;
}
h1, h2, h3, h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	color: #68CB0A;
	text-align: left;
}

h3 {
}
		
h4 {
}

.buttonscontainer {
	width: 163px;
}

.buttons a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3DB800;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
}

.buttons a:hover {
	background-color: #006600;
	text-decoration: none;
	background-image: url(../images/hover.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}

a img {
    border:none;
 }
 
/*#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 163px;
}
#menu li {
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	display: block;
	margin: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3DB800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 12px;
}
#menu a:hover {
	color: #fff;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #246B23;
}
*/
.wrapper .wrappermain .contentcontainer .contentleft p img {
	float: left;
}
