/* Created by Keith Donegan of Code-Sucks.com	 	 E-Mail:Keithdonegan@gmail.com	 	 You can do whatever you want with these layouts, but it would be greatly appreciated if you gave a link	 back to http://www.code-sucks.com	 */
* {
	padding:0;
	margin: 0;
}
body {
	font-family:verdana;
	font-size:12px;
	background:url('../images/bg.png') no-repeat;
	/* Old browsers */
	background-color:#a02020;
	background-position:center top;
}
#wrapper {
	margin:0 auto;
	width:1024px;
	/*background:#BD9C8C url('images/bg_rio.png');*/
}
#header {
	color:#333;
	width:100%;
	float:left;
	padding:30px 0px 10px 0px;
	height:100px;
	margin:10px 0px 0px 0px;
	border-radius:10px 10px 0 0;
}
#logo {
	float:left;
}
#slogan {
	padding-left:10px;
	color:#FFFFFF;
	font-size:16px;
	float:right;
	text-shadow:0px 2px 3px #555;
}
#navigation {
	float:left;
	width:100%;
	color:#333;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
#leftcolumn {
	color:#333;
	margin:0px 0px 0px 0px;
	padding:10px;
	height:300px;
	width:84px;
	float:left;
}
#content {
	float:left;
	color:#333;
	background:url('../images/blackboard.png') no-repeat;
	margin:0px 0px 10px 0px;
	padding:15px;
	height:380px;
	width:766px;
	display:inline;
}
#blackboard {
	overflow:auto;
	margin:10px 10px 0 16px;
	color:#FFFFFF;
	height:340px;
	font-family:'passingnotesmedium';
	font-size:16px;
	letter-spacing:1px
}
#rightcolumn {
	color:#333;
	margin:0px 0px 0px 0px;
	padding:10px;
	height:300px;
	width: 84px;
	float: left;
}
#footer {
	width:1004px;
	clear:both;
	color:#444;
	background:#d1d1d1;
	/* for IE */
	background:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#a1a1a1));
	/* for webkit browsers */
	background:-moz-linear-gradient(top,#ebebeb,#a1a1a1);
	/* for firefox 3.6+*/
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
	box-shadow:0 1px 1px rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	margin:20px 0px 10px 0px;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}