* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Header */

#header {
	height: 150px;
	margin: 10px 20px 10px 20px;
	padding: 20px 20px 0 20px;
	background: #3d3d3d url(../images_4/banner1.gif) no-repeat center;
}

#header h1{
	font-family: Georgia;
	font-size: 48px;
	color: #0000FF;
	padding-top: 45px;
	padding-bottom: 5px;
	text-align: center;
}

#header div.left{
	background: url("../images_4/left.jpg") no-repeat top left;
	height: 130px;
}

#header div.right{
	background: url("../images_4/sister.jpg") no-repeat top right;
	height: 130px;
}

/* middle section */

#container{
	padding-left: 200px;
	padding-right: 200px;
}

#center{
	width: 100%;
}

#container .column{
	float: left;
	position: relative;
}

/* left column */

#left{
	width: 180px;
	margin-left: -100%;
	top: 0px;
	right: 200px;
	padding-left: 20px;
}

/* right column */

#right{
	width: 180px;
	margin-right: -200px;
	padding-right: 20px;
}

#right .boxed .title h2 {
	background: url(../images_4/img10.gif) no-repeat right top;
}

#footer{
	clear: both;
	margin: 10px 20px 10px 20px;
	padding: 5px 20px 5px 20px;
	background: #ffff00;
	text-align: center;
	color: #ff0000;
}

img{
	border: 0px;
}