body {
    font-family: Arial, Verdana;
    font-size: 12px;
    margin:0;
    padding:0;
    background-color:  #d01f31;
    color: #fff;
}

#upper_wrapper {
    padding-top:40px;
    padding-bottom:8px;
    background-color:#fff;
}
#upper_inner_wrapper {
    margin:auto;
    width: 750px;
    color: #fff;
    background-color: #fff;
}
#uppertext {
    line-height: 1.25;
    padding-left:171px;
    color: #000;
}
#upperCon {
    margin-top:5px;
}
#logo {
    background-image: url(/images/logo.png);
    width: 171px;
    height: 46px;
    float: left;
}
#menu {
    float: left;
    background-color: #d01f31;
    width: 512px;
    height: 27px;
    color:#fff;
    padding:0;
    padding-top:5px;
    padding-left:10px;
}
#menu li {
    display: inline;
    font-size: 18px;

}
#menu a {
    color: #fff;
    text-decoration: none;
}
#mid_wrapper {
    background-color: #fff;
    padding-bottom:7px;
}
#mid_inner_wrapper {
    width: 750px;
    background-color: #fff;
    margin:0 auto;
}
#midspacer {
    background-image: url(/images/midspacer.png);
    width: 700px;
    height: 97px;
}
#midspacer_2 {
    background-image: url(/images/midspacer_2.png);
    width: 400px;
    height: 79px;
}

#submitbutton {
    padding-left:15px;
    padding-right:15px;
    padding-top: 7px;
    padding-bottom: 7px;
    display:block;
    background-color: #fd7600;
    color: #fff;
    font-size: 18px;
    width: 240px;
    text-decoration: none;
    float: left;
}
#greystylebox {
    float: left;
    width: 118px;
    height: 36px;
    background-color: #5b5b5b;
    margin-left: 7px;
}
#midleftcon {
    float: left;
}
#midrightcon {
    float: left;
    color: #fff;
    background-color: #d01f31;
    height: 108px;
    width: 293px;
    padding-top:7px;
    padding-left: 7px;
}
#midrightcon input[type=text] {
    border: 1px solid #fff;
    height: 20px;
    width: 180px;
    margin-bottom: 5px;
    font-size: 15px;
}
#midrightcon input[type=password] {
    border: 1px solid #fff;
    height: 20px;
    width: 180px;
    margin-bottom: 5px;
    font-size: 15px;
}
#midrightcon input[type=submit] {
    background-color: #fd7600;
    border: 0;
    width: 75px;
    color:#fff;
}
#content_wrapper {

    background-color: #e2e2e2;
     padding-bottom: 25px;
}
#inner_content_wrapper {
    margin: 0 auto;
    padding-top: 20px;
    width: 750px;

}
#content {
    width: 450px;
    background-color: #d01f31;
    float: left;
    padding: 5px;
}
#newest {
    color:#fff;
    background-color: #d01f31;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 3px;
    padding:4px;
    cursor: pointer;
    float:left;
}

#mostliked {
    color:#fff;
    padding:4px;
    background-color: #fd7600;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 3px;
    width: 150px;
    float:left;
    cursor: pointer;
}
#contentads {
    float:left;
    background-color: #cbcbcb;
    padding: 7px;
    margin-left: 15px;
    width: 211px;
    float:left;
}
#sidebar_petition {
    float:left;
    background-color: #d01f31;
    padding: 7px;
    margin-left: 15px;
    width: 211px;
    margin-bottom: 10px;
}
#decoline {
    background-color: #6c1923;
    height: 12px;
}
#footer {
   color:#fff;
}
#footer_wrapper {
    width: 750px;
    padding-top:7px;
    margin: 0 auto;
}
#footer_ads {
    float: left;
}
#footer_menu {
    float: left;
    margin-left: 350px;
}
#petition_text {
    width: 450px;
    background-color: #d01f31;
    float: left;
    padding: 5px;
}
.petition_headline {
    font-size: 30px;
    color: #d01f31;
    background-color:#fff;

}
.even {
	background-color:#6c1923;
	
	padding:5px;
	padding-left: 15px;
}
.even a {
	text-decoration:none;
}
.odd {
	padding: 5px;
	padding-left:15px;
}
.odd a {
	text-decoration:none;
}
a {
    color: #fff;
    text-decoration: underline;
}

table tr td a, #sidebar a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img, a img {
    border: none;
}
ul {
    margin:0;
    padding:0;
}
li {
    padding:0;
    margin:0;
    display: block;
    list-style-image: none;
}