/* CSS Document */

body {
	background-image: url(http://www.garbagediscobox.com/news/wp-content/themes/1/images/bg3.jpg);
        font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	width: 750px;
	padding-top: 20px;
	padding-bottom: 25px;
	}
#header {
	width: 750px;
	margin-left: 20px;
    text-align: center;
	}
#top-nav {
	text-align: right;
	padding-bottom: 15px;
	}
#main-area {
	width: 750px;
	text-align: left;
    padding-top: 15px;
	}	
#sidebar {
	width: 210px;
	float: right;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	}

#sidebar a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#sidebar a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#sidebar a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#sidebar a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#sidebar a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}				
#sidebar ul {
	list-style-type: none;
	}	
	
#content {
	margin-left: 30px;
	}	
#content h1 {
	font-size: 12px;
	}

#content ul {
	list-style-type: none;
	}

#content a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#content a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#content a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#content a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
#content a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

	
#content .right {
	float: right;
	padding: 10px;
	}
#content .right2 {
	float: right;
	padding: 10px;
	margin-right: 210px;
	}

	
#footer {
	clear: both;
	font-size: 10px;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
	}
#footer a {
        color: #039;
        text-decoration: none;
        }				
#footer a:link {
        color: #039;
        text-decoration: none;
        }
#footer a:active {
        color: #039;
        text-decoration: none;
        }
#footer a:hover {
        color: #039;
        text-decoration: none;
        }
#footer a:visited {
        color: #039;
        text-decoration: none;
        }	