/* Stylesheet for Diceys Bar website */

body {
	text-align:center;
	font-family: Century Gothic;
	font-size:12px;
	background:#F9FCAD; /* url('../images/xmas_bg.jpg') repeat-x */
} 
		
div#container {
	margin:12px auto 12px auto;
	border: 1px solid #054601; /*2238BE*/
	background: #FFFFFF;
	text-align:left; 
	width:690px;
	padding:0;
}

div#container2 {
	margin:12px auto 12px auto;
	border: 1px solid #054601; /*2238BE*/
	text-align:left; 
	width:600px;
	padding:0;
}

		
div#header {
	height:142px;
	background: #054601; /*2238BE*/
	padding:0;
	margin:0;
}

div#logo {
	float:left;
	background:url('../images/logo.gif') top no-repeat; /* xmas_ */
	width:500px;
	height:142px;
	padding:0;
	margin:0;
}
		
div#topright {
	float:right;
	background:url('../images/tr_pic.jpg') top no-repeat; /* xmas_ */
	width:188px;
	height:142px;
	padding:0;
	margin:0;
}
	
div#topbrownbar {
	height:10px;
	background: #765302; /*7889EF*/
	color:#F9FCAD;
}

div#bigtopbrownbar {
	text-align:right;
	height:24px;
	background: #765302; /*7889EF*/
	color:#F9FCAD;
	padding-right:6px;
}

div#bigtopbrownbar a {
	color:#F9FCAD;
	text-decoration:none;
}

div#menu {
	text-align:right;
}

div#menu ul {
	display:inline;
}

div#menu ul li {
	display:inline;
	width:112px;
	height:29px;
	margin-left:10px;
}

div#menu a {
	display:inline;
	width:112px;
	height:29px;
	text-decoration:none;
	text-align:center;
	background: #054601; /*2238BE*/
	padding:4px 10px 4px 10px;
	border-left: 8px solid #765302; /*7889EF*/
	color:#F9FCAD;
}

div#menu a:hover {
	background: #F9FCAD;
	color:#054601;
}

div#bottombrownbar {
	height:30px;
	background:#765302; /*url('../images/xmas_openinghrs.gif') 140px no-repeat #7889EF*/
}
	
div#bottomgreenbar {
	height:30px;
	background: #054601; /*2238BE*/
}

div#bannercontainer {
	float:left;
	width:140px;
	margin:10px 0px 0px 0px;
	text-align:center
}

div#picscontainer {
	float:left;
	width:139px;
	margin:10px 0px 0px 0px;
	text-align:center
}

div#largepiccontainer {
	margin:10px 0px 0px 0px;
	text-align:center
}

div#picscontainer img, div#pagetext img, div#largepiccontainer img, div#bannercontainer img{
	border:1px solid #054601; /*7889EF*/
	margin-bottom:10px;
}

div#pagetext {
	width:410px;
	float:left;
}
		
h1 {
	font-style:italic;			
	font-size:18px;
}
				
p a {
	text-decoration:none;
	color:#765302; /*7889EF*/
}

hr {
	color: #054601;
}

tr, th, td {
	padding-left: 0px;
	margin-left: 0px;
}

th {
	font-size:14px;
}

th a {
	color:#7889EF;
}

td a {
	text-decoration:none;
	color:#054601;
}

p.livewed {
	margin-top:0px;
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}