/*   GENERAL   */

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

/*   TAG   */

h1 {
}
h2 {
}
span{
}
a{text-decoration:none; font-weight:bold; color:#000;}
strong{color:#333;}
img{border:none;}

/*  DIV   */

#container{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header{
}
#header h1{
	display:block;
}
#menu{
}
body > div#menu{position:fixed;}
#menu ul{list-style:none; color:#fff;}
#menu li{}
#menu li a{
}
#box1, #box2, #box3, #box4{
	width: 100%;
	background-position: center top;
}
#footer{
}

/*  FLASH DIVS  */

#banner1, #banner3{
	overflow:hidden;
	text-align: center;
}

/*  CLASSES  */

.description{
}

