/* CSS Document */

/* hide from ie5 mac \*/

html {

height: 100%;


}

* { margin: 0; padding 0;}	

#flashcontent {

height: 595px;

}

/* end hide */


body {

height: 100%;
background-color:#020202;
font-family:Arial, Helvetica, sans-serif;
font-size: .75em;
color:#fff;


}
h1 {font-size: 1.2em;
}
#contact {
margin: 2em 100px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #6699cc;
	text-decoration: underline;
}

#header {
height: 64px;
margin-left: 90px;
text-align:center;

}
#header p {
color:#fff;
}
#menu {
width: 700px; 
list-style-type:none;
}
#menu li {
float:left;
width:100px;
border-right:1px solid #333; 
}
#menu a {
display:block;
width:100px;
color:#fff; 
text-align:center; 
padding:4px 0; 
margin: 20px 0;
text-decoration:none;
text-transform:uppercase;
font-size: .9em;
letter-spacing:.25em;
float:left; 
}
#menu a:hover {
color:#6699CC;
}
#children-page a.children, #wedding-page a.wedding, #travel-page a.travel, #music-page a.music, #contact-page a.contact  {color:#6699CC;}