* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(../images/bg.gif) repeat-x;
font-family:Verdana,Arial,Lucida sans-serif;
 /*font-size:10px; */
color: #333;
}

a {
text-decoration: none;
color: #157D6A;
}
a:hover {
text-decoration: underline;
color: #37AB96;
}

p {
font-size:12px;
}

hr {
 color:#fff;
 border-top: 1px dashed #c0d9e6;
 border-bottom:none;
 border-left:none;
 border-right:none;
 margin-top: 5px;
 margin-bottom: 5px;
}

img {
border: 0px;
}

.greybox img {
	border: 0px;
	float:left; 
	padding:5px;
}

/* main container */
#wrap {
margin: 0 auto;
width: 900px;
}

/* end main content */

/* header settings */

#header {
height: 80px;
position: relative;
padding-top: 20px;
}

#header h1 {
/*font-size: 20px; */
letter-spacing: -1px;
padding: 0px 25px; /* was 12px 25px 0 20px */
color: #e3e3e3;
float: right;
height: 10px;
}

#header img {
float: left;
}

#header h1 a { 
color: #37AB96;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #fff;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

/* footer */
#bottom {
background: #fff url(../images/bottom.gif) no-repeat;
padding: 10px 0;
clear: both;
}

#footer {
text-align: center;
font-size: 11px;
}
/* end footer */

/* begin main content */

#content {
background: #fff url(../images/content.gif) repeat-y;
padding: 10px 20px 20px 20px;
overflow:hidden;
width:855px;
}

#left_part {
float: left;
width: 20%;
}

#left_part h2{
background: #000 url(../images/bg.gif) repeat-x;
color: #DDE3E3;
font-size: 1em;
}

#right_part {
float: right;
width: 75%;
border-left: 1px dashed #c0d9e6;
padding-left: 10px;
padding-top: 10px;
}

#main_part {
float: none;
width: 88%;
padding-top: 10px;
}

#blog_part {
float: none;
width: 60%;
}

.leftcolumn {
float: left;
width: 44%;
border-right: 1px dotted #E2E2E2;
}

.rightcolumn {
float: right;
width: 44%;
}


/* begin menu */

#menu {
height: 30px;
padding: 25px 30px;
background: #fff url(../images/menu.gif) no-repeat;
}
