/* CSS Document */

body {
	background: #000000;
}

a { 
	color: #F3AECD;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}
	
a:visited {
	color: #971C5B
}	
	
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 442px;
	background: url(images/ndion2.jpg) no-repeat;
	position: relative
}

#menu span {
	display: none;
	position: absolute
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute
}

#menu a:hover {
	background-position: left bottom
}

#menu .home {
	width: 88px;
	height: 88px;
	background: url(images/home.png) no-repeat;
	left: 518px;
	top: 194px
}

#menu .about {
  width: 88px;
  height: 88px;
  background: url(images/about.png) no-repeat;
  left: 568px;
  top: 194px
}

#menu .design {
  width: 88px;
  height: 88px;
  background: url(images/design.png) no-repeat;
  left: 618px;
  top: 194px
}

#menu .other {
  width: 88px;
  height: 88px;
  background: url(images/other.png) no-repeat;
  left: 667px;
  top: 194px
}

#menu .gallery {
  width: 88px;
  height: 88px;
  background: url(images/gallery.png) no-repeat;
  left: 716px;
  top: 194px
}

#menu .contact {
  width: 88px;
  height: 88px;
  background: url(images/contact.png) no-repeat;
  left: 765px;
  top: 194px
}

#menu .links {
  width: 88px;
  height: 88px;
  background: url(images/links.png) no-repeat;
  left: 814px;
  top: 194px;
}

#menu .comments {
  width: 117px;
  height: 50px;
  background: url(images/comments_down.png) no-repeat;
  left: 527px;
  top: 279px
}

#menu .faq {
  width: 117px;
  height: 50px;
  background: url(images/faq_down.png) no-repeat;
  left: 645px;
  top: 279px
}

#menu .blog {
  width: 117px;
  height: 50px;
  background: url(images/blog_down.png) no-repeat;
  left: 764px;
  top: 279px
}

#container {
  margin: 0 auto;
  width: 1000px
}

#block {
  margin: 0 auto;
  padding-top: 5px;
  width:770px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  color: #000000;
  text-align: justify;
  text-indent: 25px;
  background-color: #FFFFFF
}

#insideblock {
  margin: 0 auto;
  padding: 25px;
  width: 670px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  text-align: justify;
  text-indent: 0px;
  color: #000000
}

/* hide from ie on mac \*/
html {
	height: 100%
	}
	
#flashcontent {
	height: 100%
	}
	/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	font-family:sans-serif;
	font-size:12pt
	}