* {
    padding: 0px;
    margin: 0px;
}

BODY {
    padding: 10px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}


A:link {
    text-decoration:none;
    color: #00d;
}

A:visited {
    text-decoration:none;
    color: #00d;
}

A:hover {
    text-decoration: underline;
}

A:active {
    text-decoration:none;
}

.cl {
  clear: both;
}

#container {
    width: 1024px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

#header {}

#menu {
    text-align: center;
    margin: 5px 0 5px 0;
}

#menu UL {
    width: 100%;
}

#menu LI {
    list-style-type none;
    display: inline;
    padding-right: 3px;
    padding-left: 3px;
    border-right: 1px solid #000;
}

#menu A {
    color: #000;
    font-size: 10px;
    font-weight: bold;
}

#wrapper {
    border: 6px solid #009ace;
    background-color: #ddd;
    width: 1024px;
}

#content {
    float: left;
    width: 877px;
    background-color: #fff;
    padding: 5px;
}

#content H1 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #00c;
}

#content H2 {
    font-size: 14px;
    margin-bottom: 5px;
}

#content H4 {
    border-left: 1px solid #009ace;
    border-top: 1px solid #009ace;
    margin-bottom: 5px;
    background-color: #ffc;
    font-size: 15px;
    font-style: italic;
    padding: 2px;
}

#content P {
    margin-bottom: 10px;
    line-height: 18px;
}

#content img {
	border: 1px solid #000;
	float: right;
	margin: 0 8px 2px 0;
	padding: 1px;
}

#content UL {
    margin-left: 20px;
}

#content .feature-left {
    float: left;

}

#content .feature-right {
    float: right;
    margin: 0 0 5px 5px;
    background-color: #eee;
    padding: 5px;
}

#left {
    float: left;
    width: 528px;
    padding-right: 5px;
}

#left-map {
    float: center;
    width: 868px;
    padding-right: 5px;
}

#right {
    float: right;
    width: 340px;
}

#right-content {
    border: 1px solid #CCCCCC;
	float: left;
	margin: 0 2px 15px 0;
	padding: 5px 5px 5px 5px;
	
}

#right-content img {
	float: left;
	margin: 0 12px 1px 0;
	padding: 1px;
}

#right1 {
    float: right;
    width: 100px;
}

#sidebar {
    float: right;
    width: 120px;
    font-size: 9px;
    padding: 5px 5px 5px 0;
}

#sidebar H1 {
    font-size: 12px;
}

#sidebar H2 {
    font-size: 11px;
}

#sidebar UL {
    margin-bottom: 10px;
    margin-top: 3px;
}

#sidebar LI {
    list-style-type: none;
    margin-left: 5px;
}
