/* LINKS */
a,
a:link,
a:visited {
    border-bottom-color: #dd8800;
    text-decoration: none;
    color: #dd8800;
    border-bottom: 1px dotted;
    cursor: pointer;
    line-height: 20px;
}

a:hover,
a:active {
    border-bottom-color: #333;
    color: #333;
    border-bottom: 1px dotted;
}

/* TAGS */
body {
	margin: 0;
    padding: 0;
    background-color: #ccc;
    font-family: Arial, sans-serif;
}
img {
    border: none;
}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    color: #dd8800;
    font: 13px Arial, sans-serif;
    margin: 32px 0 16px 48px;
}
h3 {
    margin-left: 0;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 30px;
    padding: 0 0 0 2px;
    color: #777;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
}
h4 {
    color: #777;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 1px;
}
h4 a {
    line-height: 20px;
}
p {
    font: 13px/20px Arial, sans-serif;
    padding: 0;
}
/* IDs */
#page {
    width: 1000px;
    height: 700px;
    margin: 0 auto 40px;
    background: url("images/page-bg.png") left top no-repeat;
}
#logo {
    margin: 50px 0 50px 200px;
}

div#left {
    width: 200px;
    height: auto;
    float: left;
}

div#right {
    height: auto;
    width: 500px;
    margin-left: 400px;
}

/* IDs AND TAGS */
div#left p {
    margin: 0 0 13px 48px;
    color: #ccc;
}
div#right p {
    margin: 0 0 13px 1px;
    color: #777;
}

/* CLASSES */
.clear { clear: both;}

