/* Base-Override */
body{
	background-color:#fff;
}
p{
	margin:0px;
	padding:0px;	
}

/* Elements (Classes) */
.fullwidth{
	width:760px;
	padding:10px;
}
.halfwidth{
	width:365px;
	padding:10px;
}


/* Elements (IDs) */
#container{
	position:relative;
	background-image:url(../img-design/index-bg.jpg);
	margin:0 auto;
	width:802px;
}
#header{
}
#content{
	padding:20px 0px 20px 10px;
}
#footer{
	padding:5px;
	height:15px;
}
#footer, #footer div, #footer div a{
	background-color:#333;
	color:#FFF;
}
#menubg{
	background-image:url(../img-design/menu-bg.jpg);
	width:422px;
	height:245px;
	background-position:top;
	padding:0px;
	margin:0px;
}
#menubg a img{
	float:left;	
}
#topmenu a img{
	float:left;	
}
#topmenu{
	width:422px;
	height:26px;
	overflow:hidden;
}

