/* CSS Layout for TBWE Launch Page */

body {
    padding: 0;
    margin: 0;
    text-align: center;
	background-color: #ffffff;
    }

#container {
    margin: 0 auto;
    text-align: left;
    padding: 0;
    width: 770px;
	background: #ffffff url(http://www.prwatch.org/tbwe/images/bg_right.jpg) top left repeat-y;
    }
	
#sidebar-right {
    float: right; 
    width: 200px;
	text-align: center;
    }
	
#menubox {
    width: 180px;
    margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	}

#main {
    margin-right: 200px;
    margin-left: 0px;
	text-align: center;
    }
#contentbox {
    width: 550px;
	margin: 0 auto;
	text-align: left;
	}
#header {	
    width: 770px;
    background: #ffffff url(http://www.prwatch.org/tbwe/images/PageHeaderNew.gif) top right no-repeat;
    height: 190px;
    padding: 0;
    margin: 0;
	border-bottom: #000000 2px solid;
    }
#header #box1 {
    float: left;
    width: 570px;
	height: 120px;
	}
#header #box2 {
    float: left;
    width: 200px;
	}
	
#footer {
    clear: both;
    width: 770px;
    background-color: #000000;
    border-top: 1px solid #000000;
	text-align: center;
    }
