body {
	background-image:url(bg1b.jpg);
	background-repeat:repeat-x;
	background-color:rgb(81,81,184);
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:rgb(81,81,184);
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

.text {
	margin-top:5px;
	padding-bottom:5px;
	font-size:13px;
	line-height:1.5em;
}

a { text-decoration: none; color:rgb(81,81,184);}
a:hover { text-decoration: none; color:#369;} 

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:720px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:720px;
	height:100px;
	margin-bottom:10px;
}

#bannerLeft {
	width:150px;
	height:95px;
	margin-right:10px;
	background-image:url(leaf.jpg);
	float:left;
}

#bannerRight {
	width:560px;
	height:100px;
	background:url(http://nintendorks.com/images/logos/rotate.php) no-repeat;
	float:left;
}

#content {
	background:url(bg2.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	float:left;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:rgb(81,81,184);
	text-decoration:none;
	padding:5px;
	width:130px;
	height:10px;
	
}

#nav a:hover {
	color:rgb(237,33,36);
} 

#leftColumnBottom {
	width:130px;
	padding:80px 10px 10px;
	color:#EAEAEA;
}

#rightColumn {
	float:left;
	width:530px;
	padding-left:20px;
	color:#000;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#copyright {
	padding-top:10px;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}


.highlight
{
	background: #DEFFA9;
}


.leftbox {
 float: left;
 margin: 0.5em 1em 0 0;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }




