.left {
    float: left;
}

.right {
    float: right;
}

img.left_img {
    border: 2px solid green;
    float: left;
    margin: 0px 20px 15px 0px;
}

img.right_img {
    border: 2px solid green;
    float: right;
    margin: 0px 0px 15px 10px;
}

p.breaker_l {
    clear: left;
    margin: none;
    padding: none;
}

p.breaker {
    clear: right;
    margin: none;
    padding: none;
}

div#wrap {
    background-color: #cce2f8;
    text-align: center;
}

div#wrap div {
    margin: 0px auto;
    padding: 0px 20px 20px 20px;
    text-align: left;
    width: 700px;
}

img {
    border: none;
}

body {
    background-color: #cce2f8;
    color: black;
    font-family: verdana;
    font-size: small;
    margin: none;
    padding: none;
}

div#header {
    background: url(image/hcare_clouds2.jpg);
    background-color: #cce2f8;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 20px 0px;
    text-align: center;
}

div#header div {
    margin: 10px auto;
    width: 700px;
}

span#menu {
    background: darkblue repeat-x url(image/menubg.png);
    border: 1px solid darkblue;
    color: white;
    font-weight: bold;
    height: 28px;
    padding: 2px 10px 4px 10px;
    text-align: center;
}

span#menu a {
    color: white;
    margin: 0px 10px;
    text-decoration: none;
}

span#menu a:hover {
    color: red;
}

table {
    margin-bottom: 20px;
}

table#hover {
    float: right;
    margin-left: 20px;
    width: 340px;
}

td.title {
    background: #116611 repeat-x url(image/titlebg.png);
    border-right: 2px solid green;
    border-top: 2px solid green;
    border-left: 2px solid green;
    color: white;
    font-weight: bold;
    height: 30px;
    text-align: center;
}

td.title a:link {
	text-decoration: none;
	color: white;
}

td.title a:visited {
	text-decoration: none;
	color: white;
}



td.gap {
    width: 20px;
}

td.section_left {
    background: green;
    border-bottom: 2px solid green;
    border-top: 2px solid green;
    border-left: 2px solid green;
    color: black;
}

td.section_right {
    background: green;
    border-bottom: 2px solid green;
    border-top: 2px solid green;
    border-right: 2px solid green;
    color: black;
}

td.section_logo {
    background: white;
    border: 2px solid green;
    color: black;
    font-size: normal;
    text-align: center;
    width: 392px;
}

td.section_logo p {
    margin: 10px 0px;
}

td.section {
    background: #eeffee;
    border: 2px solid green;
    color: black;
    font-size: small;
    padding-top 10px;
    text-align: left;
    width: 336px;
}

td.section p {
    margin: 5px 10px; 
}

h1 {
    text-align: center;
}

h2 {
    background: green repeat-x url(image/titlebg.png);
    border: 2px solid green;
    color: white;
    font-size: medium;
    font-weight: bold;
    height: 26px;
    padding-left: 30px;
    padding-top: 2px;
}

p#copyright {
    clear: right;
    color: grey;
    text-align: center;
}


