* html {
   margin: 0px;
   padding: 0px;
}


body {
   background-color: #009900;
   font-family: arial, "lucida console", sans-serif;
}

#wrapper {
   width: 714px;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFFFFF;
}

#header {
   height: 133px;
   width: 714px;
   background-color: #FFFFFF;
   background-image:  url(images/topwrapper2.jpg);
   background-repeat: no-repeat;
}

#headlogo {
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px;
   width: 714px;
   height: 125px;
   background-color: #000000;
   padding-top: 20px;
}

#headlogo img {
   padding-left: 289px;
}

#links {
   margin-left: auto;
   margin-right: auto;
   height: 20px;
   width: 714px;
   background-color: #000000;
}

#links ul li {
   display: inline;
   color: #FFFFFF;
   padding-left: 2em;
   padding-right: 2em;
   font-size: 0.75em;
}

#links ul {
   margin-left: auto;
   margin-right: auto;
}

#links a:link {
   text-decoration: none;
   color: #FFFFFF;
}

#links a:visited {
   text-decoration: none;
   color: #FFFFFF;   
}

#links a:hover {
   color: #FFFF00;
}

#links a:active {
   text-decoration: none;
   color: #FFFFFF;   
}


#leftbar {
   float: left;
   width: 215px;
   border-right: solid 1px #CCCCCC;
   margin-top: 13px;
   background-color: #FFFFFF;
}

#leftbar a:link {
   text-decoration: none;
   color: #FFFFFF;
}

#leftbar a:visited {
   text-decoration: none;
   color: #FFFFFF;
}
#leftbar a:hover {
   text-decoration: none;
   color: #FFFFFF;
}
#leftbar a:active {
   text-decoration: none;
   color: #FFFFFF;
}

#leftbar ul li {
   list-style-type: none;
   margin-left: -28px;
   margin-top: 0px;
   padding-bottom: 10px;
}

#movie {
   margin-left: 229px;
   margin-top: 13px;
   padding-bottom: 12px;
}

#news {
   float: left;
   width: 480px;
   background-color: #FFFFFF;
   padding-left: 10px;
}

#lifestyle {
   float: clear;
   width: 700px;
   background-color: #FFFFFF;
   padding-left: 10px;
}

#break {
   float: clear;
   height: 1.3em;
   width: 714px;
   background-color: #000000;
}

#footer {
   height: 88px;
   width: 714px;
   background-color: #FFFFFF;
   background-image:  url(images/bottomwrapper.jpg);
   background-repeat: no-repeat;
}

#content {
   padding: 10px;
}

#content table {
   padding: 17px;
}



label {
	float: left;	
	display: block;
}

.support1 {
    font-family: Times New Roman;
	background-color:blue;
    color:white;
    padding:1em;
	border-style: solid;
    border-color: black;
	font-size: 1.1em
}

.support2 {
    font-family: arial;
	background-color: orange;
    color: black;
    padding:1em;
	border-style: solid;
    border-color: black;
	font-size: 1.1em    
}

.times {
    font-family: Times New Roman;
}

h3 {
    color: brown;
}