/* NailsNails.css */
/*****************
Colours
#ff0000 red
#ff8888 pink
#400000 dark brown
#fbfbfb very light gray (background)
#000000 black (foreground)
#ffffff white (foreground)

******************/
body {
	font-family: sans-serif;
	text-align: left;
	color: #ffffff;
	background: #400000;
	border-style: none;
	z-index: 0;
}

div.header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	font-weight: bold;
}

div.footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	text-align: right;
	font-weight: bold;
             clear: both;
}

div.bg {
	color: #000000;
	background: #fbfbfb;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	border: none;
	border: 1px solid #fbfbfb;
}

p a {
color: #ff8888;
}
p a:visited {
color: #ff0000;
}

a:hover, a:focus, a:active {
	background: #ff8888;
	color:#fbfbfb;
}

.footer a, .header a {
color: #fbfbfb
}


/************************
navigation menu
*************************/
div.navi_menu{
	white-space: nowrap;
	margin: 5px 0px;

}


.navi_menu a {
	color: #fbfbfb;
	text-decoration: none;
	border: 2px groove #ff8888;
	padding: 2px 20px 0px;
	margin: 0px;
}

.navi_menu a:visited {
border-color: #ff0000;
}


.navi_menu p {
	display: inline;
	color: #ffffff;
	text-decoration: none;
	border: 2px groove #ffffff;
	padding: 2px 20px 0px;
	margin: 0px;
}


img {
border-style: none;
margin: 0px;
}

p.news{
margin-top: 0px;
margin-bottom: 0px;
text-align: right;
font-weight: bold;
font-size: 200%;
}

em.red{
 color: #ff0000;
 font-weight: bold;
 font-style: normal;
}
