/* CSS Document */

body{
	background-image:url(images/slices/bg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

/*anchor rules */

a{
	color:#fff;
	text-decoration:underline;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
	
}

/*anchor rules */

#container{
	position:absolute;
	width:716px;
	left:50%;
	margin:0 0 0 -358px;
	background-image:url(images/slices/container_bg.jpg);
	background-repeat:repeat-y
	
}

#container h1{
	background-image:url(images/slices/header.jpg);
	background-repeat:no-repeat;
	height:207px;
	margin:0;
}

#container h2{
	background-repeat:no-repeat;
	height:52px;
	margin:0;
}

#ttlHome{background-image:url(images/slices/ttl_home.jpg);}
#ttlAbout{background-image:url(images/slices/ttl_about.jpg);}
#ttlNews{background-image:url(images/slices/ttl_news.jpg);}
#ttlServices{background-image:url(images/slices/ttl_services.jpg);}
#ttlContact{background-image:url(images/slices/ttl_contact.jpg);}
#ttlGames{background-image:url(images/slices/ttl_games.jpg);}

#container h1 span, #container h2 span{
	display:none;
}

#nav{
	background-image:url(images/slices/nav_bg.jpg);
	background-repeat:no-repeat;
	height:34px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#nav ul li{
	float:left;
	height:34px;
}


/*nav elements */
#nav a{
	background-repeat:no-repeat;
	display:block;
	height:34px;
	background-position:0px -34px;
	text-decoration:none;
}

#nav a:hover{
	background-position:0px 0px;
}

#nav a span{
	display:none;
}

#home{background-image:url(images/slices/btnHome_full.jpg);width:68px;}
#about{background-image:url(images/slices/btnAbout_full.jpg); width:76px;}
#news{background-image:url(images/slices/btnNews_full.jpg); width:53px;}
#services{background-image:url(images/slices/btnServices_full.jpg); width:76px;}
#contact{background-image:url(images/slices/btnContact_full.jpg); width:87px;}

/*nav elements */

/*content container */
#mainContent{
	left:0px;
	top:0px;
	background-image:url(images/slices/bgTile.jpg);
	background-repeat:repeat-y;
	background-position:-1px 0;
}

#mainContent #middle{
	background-image:url(images/slices/middle.jpg);
	background-repeat:no-repeat;
	min-height:209px;
}

*html body #mainContent #middle{
	height:209px;
}

#middle #contentWrite{
	float:left;
	width:316px;
	margin:0 34px 5px 50px;
}


*html body #middle #contentWrite{
	width:316px;
	margin:0 24px 5px 40px;

}

#middle #contentWrite h3{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #fff;
}


#middle #newsModule{
	float:right;
	width:210px;
	height:165px;
	margin:0 56px 44px 44px;
	overflow:auto;
	color:#4c655d;
}


*html body #middle #newsModule{
	width:215px;
	clear:left;
}

#newsModule img{
	border:3px solid #fff;
	margin:2px;
	
}

#newsModule a:hover img{
	border:3px solid #f9eedc;
	margin:2px;
	
}

#newsModule .hrule{
	border-bottom:1px solid #fdf9f2;
	width:90%;
	text-align:center;

}

/*content elems */

#contentWrite p{
	margin:10px 5px;
}	


/*content elems */


#mainContent #footer{
	background-image:url(images/slices/footer.jpg);
	background-repeat:no-repeat;
	color:#4c655d;
	padding:40px 23px 10px 24px;
	clear:both;
	background-color:#fff;
}
/*footer rules */
#footer a{
	color:#4c655d;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}


acronym{
	font-weight:bold;
	cursor:help;
}

/*footer rules */


/*content container */
