body {
	background-color:#595C5E;
	color:#444444;
	font-family:Helvetica,sans-serif;	
	font-size: 10px;
    font-weight: normal;    
    font-size: medium;
	margin:0 auto;
	padding:0;

}
a {
	font-size: 10px;
    font-family: Helvetica, sans-serif;
}
img {
    border: 0px;
}

#main {
    width: 780px;
    font-family: Helvetica, sans-serif;    
    font-size: 10px;
    margin:0 auto;
    background-color:#FFFFFF;
	/*border:1px solid #333333;*/
	border:none;
	margin:0 auto;	
	padding:0em 0.6%;	
}


	
#header {
    height: 51px;
    background-color:#12bc8e;    
}

#menu {
    width: 141px;
    padding: 0px;
    vertical-align: top;
    background-color:#12bc8e;
}

#navibar {
    height: 17px;
    background-color: #cccccc;
}

#content {
    vertical-align: top;
    padding: 0px;
}

#footer {
    vertical-align: bottom;
    text-align: center;
}

small {
 font-size: smaller;
 }
big {
 font-size: larger;
 }
h1 {
 font-size: xx-large;
 }
h2 {
 font-size: x-large;
 }
h3 {
 font-size: large;
 }
h4 {
 font-size: medium;
 }
h5 {
 font-size: small;
 }
h6 {
 font-size: xx-small;
 }
