* {
	padding: 0;
	margin: 0;
}

body{
	min-width: 776px;
	font-size: small;
}

#container{
	width: 776px;
       	background: white url(../images/gradient-side-small.gif) repeat-y right;
       	margin:auto;
}

#header {
	position: relative;
	background: transparent url(../images/gradient-top-small.gif) no-repeat right top;
}

#wrap {
        min-height: 600px;
	padding: 0 6px;
}

#content{
	width: 519px;
	margin-top: -116px;
	float: right;
        background: url(../images/banner.jpg) no-repeat center 3px;
        padding-top: 149px;
}

#subContent{
	width: 218px;
	margin-left: 7px;
	padding-top: 5px;
	display:inline;
	float: left;
	position: relative;
}


#footer {
	clear:both;
	padding:6px;
	background: url(../images/gradient-bottom-small.gif) no-repeat right bottom;
}


