/*external CSS file */
/* filename style.css */
/* No HTML mark-up allowed */

/* Resets & basic page setup */
* {margin: 0; padding: 0;}
html { overflow-y: scroll; }
body {
	background-color: #660000;
	text-align: center; 
	font: 55.5%;
	font-family: tahoma;
	}
ul { list-style: none inside;}
p {font-size: 1em; line-height: 1.6em; margin-bottom: 1.2em;}
	p.metadata { font-size: .8em; font-weight: bold; font: verdana, sans-serif; margin-bottom: .8em;}

h1 {
	font-family: Georgia, Bookman, serif;
	font-size: 2.0em;
	font-weight: normal;
	color: #cc9933;
	}
h1#logo {
		width: 960px;
		height: 206px;
		background:  url(../images/top_bar.jpg) no-repeat center center;
		text-indent: -9999px;
		margin: 0, auto;
	}
	h1#sidebar{
		width: 276px;
		height: 313px;
		background:  url(../images/note.jpg) no-repeat center center;
		text-indent: -9999px;
		margin: 0, auto;
	
	}
h2 {
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color:  #03133A;
	line-height: 1.6em; 
	margin-top: 1.2em;
	}
		
ul.cal{
	list-style-type: none; 
	margin: 0 auto;
	}
	li.day{
	 text-indent: -10px;
	 font-weight: bold;
	 }
	
/* end reset */

/* Toolbox */
.floatleft { float: left;}
.floatright { float: right;}
.clear {clear: both;}
/* END TOOLBOX */

/* STRUCTURE */
#page-wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background:  url(../images/body.jpg) center repeat-y;
	}
	#main-content {
		padding: 0px 80px 10px 100px;
		}
		
	#article-area {
		width: 500px;
		float: left;
		/*padding-right: 15px;
		border-right-style: double;
		border-weight: medium;*/
	}
	#sidebar {
		width: 200px;
		float: right;
			}
ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 71px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 318px;
			background:  url(../images/nav_home.jpg) bottom center no-repeat;
		}
		ul#nav li.fun a {
			width: 144px;
			background:  url(../images/nav_fun.jpg) bottom center no-repeat;
		}
		ul#nav li.games a {
			width: 348px;
			background:  url(../images/nav_games.jpg) bottom center no-repeat;
		}
		ul#nav li.food a {
			width: 150px;
			background:  url(../images/nav_food.jpg) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: center center;
		}
		
#footer {
	min-height: 91px;
	background:  url(../images/bottom.jpg) no-repeat;
}	
	
	
/* END STRUCTURE */
