/* ----- end float fix ----- */
body{
	color:#000;
	font: 70% Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
	background:#000 url(bg.jpg) repeat top center;
}


/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#fff;
	text-decoration:underline;
	letter-spacing:1px;
	font-size:120%;
	font-weight:normal;
}
a:hover{color:#666;}

a {
outline: none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%; letter-spacing:4px; font-weight:normal; color:#CCC; text-transform:uppercase;}
h2{font-size:130%;}
h3{font-size:120%;}

hr{
	margin:30px 0 0 0;
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

p {font-size:110%; color:#CCC; letter-spacing:1px; line-height:1.6em;}

/* ----- global images ----- */
img{border:none;}


/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	/*
	width:900px;
	height:500px;
	min-height:500px;*/
	text-align:center;
	position:relative;
	
}

#container2{
	margin:0 auto;
	padding: 0 0 0 100px;
	text-align:center;
	position:relative;
	background:#fff;
} 


#menu {
	width:300px;
	padding:0 0 0 0;
	float:left;
	text-align:center;

	
}


#content {
	margin: 40px 0 0 300px;
	padding:0 40px 0 40px;
	
	}
	
	#content2 {
	margin: 80px 0 0 0;
	text-align:center;
	
	}
/*	
#menu a { letter-spacing:2px; text-transform:uppercase; font-size:120%;  text-decoration:none; margin:22px;}
#menu a:link {color:#fff; }
#menu a:visited {color:#fff;}
#menu a:active {color:#ccc;}
#menu a:hover {color:#ccc}

*/

/*
#menu ul { padding:0; margin:60px 0 50px 0;}
#menu li {
	margin:0 0 16px 0;
	padding:0;
	list-style:none;
	display:block;
}

#menu li a{
	text-transform:uppercase;
	color:#FFF;
	font-size:120%;
	letter-spacing:4px;
	margin: 0;
	padding:0;
}

#menu li a:hover, #menu li a.selected{color:#ccc;}
#menu li a span{padding:2px 0 2px 0; }

*/

/**/
#iconmenu {position: relative; margin: 60px 0 50px 0; padding: 0; width: 181px; height: 105px;}
#iconmenu li {margin: 0; padding: 0; list-style: none; position:relative;}
#iconmenu li, #iconmenu a {height: 35px; display: block;}
.panel1b {background: transparent url(menu.gif) 0 0 no-repeat;}
.panel2b {background: transparent url(menu.gif) 0 -35px no-repeat;}
.panel3b {background: transparent url(menu.gif) 0 -70px no-repeat;}


.panel1b a:hover, .navselect1 {background: transparent url(menu.gif) -181px 0 no-repeat;}
.panel2b a:hover, .navselect2 {background: transparent url(menu.gif) -181px -35px no-repeat;}
.panel3b a:hover, .navselect3 {background: transparent url(menu.gif) -181px -70px no-repeat;}

.navselect1 {background: transparent url(menu.gif) -181px 0 no-repeat;}

.navselect2 {background: transparent url(menu.gif) -181px -35px no-repeat;}

.navselect3 {background: transparent url(menu.gif) -181px -70px no-repeat;}
