html {
	overflow-y: scroll;
}
body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.75em;
    vertical-align: top;
    color: #555;
}
img{
    border: 0;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
    color: #5b5b5b;
}
#header h1 a:hover{
    color:#B06060;
    text-decoration: none;
}
h2 a{
    color: #5b5b5b;
}
h2 a:hover{
    text-decoration: none;
    color: #CCCCCC;
}
a:link, a:visited{
    text-decoration: none;
    color: #a52713;
}
a:hover{
    text-decoration: underline;
    color: #a52713;
}
p{
    padding: 10px 0 0 0;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #B06060;
}
#header{
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1150px;
    min-width: 850px;
    height: 150px;
    padding: 0;
}
#background_container{
    background-color: #FFFFFF;
    width: 100%;
    border-top: 22px solid #DFC3C3;
    border-bottom: 1px solid #DFC3C3;
}
#content_container{
    margin: 0 auto;
    width: 750px;
    position: relative;
}
#container{
    margin: 0 auto;
    padding: 30px 0 30px 0;
    width: 100%;
}
#container h2{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 2.2em;
}
#container h2 a{
    color: #5b5b5b;
}
#container h2 a:hover{
    color: #B06060;
}



/*******************
 **     Footer    **
 *******************/

#footer{
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 750px;
    height: 100px;
}
#footer p{
    line-height: 18px;
    padding: 10px 0 10px 0;
}
#footer a{
    color: #a52713;
}
#footer .legal{
    float: left;
}
#footer .credit{
    float: right;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
    margin: 0 auto;
    padding: 10px 0 20px 25px;
    float: left;
    width: 225px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.85em;
    display: inline;
}
.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}
.sidebar h2{
    font-family: Georgia, sans-serif;
    font-size: 1.3em;
    padding: 10px 0 10px 0;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar a{
    color: #5b5b5b;
}
.sidebar a:hover{
    color: #a52713;
}


/*******************
 **    Content    **
 *******************/

#container p.sub-head {
	font-weight: bold;
	font-size: 1.3em;
}
#container ul#terms {
	padding: 0 0 0 20px;
}
#container ul#terms li {
	margin: 0 0 0 20px;
	list-style: disc
}
#short-url-results {
	border-left: 20px solid #DFC3C3;
	border-right: 20px solid #DFC3C3;
	padding: 10px;
}
#short-url-results p.full-url {
	font-size: 0.8em;
	margin-top: 0;
	padding-top: 0;
}
#short-url-results table {
	margin: auto;
	font-size: 1.2em;
}
#short-url-results table input {
	height: 22px;
	border: 0px;
	background: #eee;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 5px;
	border: 1px solid #DFC3C3;
}
#short-url-results-container {
	margin: 30px 0 0 0;
}
#short-url-results-container div.bot-border, #short-url-results-container div.top-border {
	height: 20px;
}
#short-url-results-container div.bot-border {
	background: url('../images/bg-short-url-results-bot.png') top no-repeat;
}
#short-url-results-container div.top-border {
	background: url('../images/bg-short-url-results-top.png') top no-repeat;
}
#url-form table {
	width: 100%;
	height: 70px;
	background: url('../images/bg-table-url-form.png') top no-repeat;
	border-collapse: collapse;
}
#url-form table input.input {
	height: 26px;
	border: 0px;
	background: #eee;
	width: 590px;
	font-weight: bold;
	font-size: 18px;
	padding: 2px 5px;
}
#url-form table input.submit {
	height: 30px;
	width: 100px;
	margin: auto;
	border: none;
	background: url('../images/bg-button-submit.png') top no-repeat;
	line-height: 30px;
	color: #fff;
}
#url-form table td {
	padding-bottom: 1px;
	vertical-align: middle;
}
#url-form table td.cell-left {
	text-align: right;
}
#url-form table td.cell-right {
	text-align: center;
	width: 100px;
	padding: 0 20px 0 10px;
}

hr {
	padding: 0;
	margin: 10px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #DFC3C3;
}




.clear {
	clear: both;
}