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

html {
	overflow-y:scroll;
}

body {
	background-color:#ffffff;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	color:#808080;	
}

#page {
	width:1015px;
	margin:0px auto;
	background-color:#ffffff;
}

#main {
	width:635px;
}

#menu {
	background-color:#ffffff;
	background-image: url(../img/wiener/menu.gif);	
	background-repeat:no-repeat;	
	height:300px;
	width:635px;
}

#content {
	background-color:#ffffff;
	min-height:770px;
	width:635px;
}

*html #content {
	height:770px;
}

#right {
	float:right;
	width:380px;
	height:850px;
	background-image: url(../img/wiener/right.gif);	
}

* html #right {
	width:377px;	
}


ul.wienerlist {
	list-style:none;
}

li.wienerlist {
	padding-bottom:30px;
}

a {
	text-decoration:none;
	color:#aaaaaa;
	font-weight:bold;
}

a:hover {
	color:#000000;
}

h3 {
	margin-bottom:2px;
	color:#990c11;
	font-weight:bold;
	font-size:16px;
}
