﻿@charset "utf-8";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 "lucida grande", "lucida sans unicode", helvetica, arial,
		verdana, sans-serif;
}

html {
	height: 100%;
	background: #f9f9f9 url(../images/noise3.png) repeat 0 0;
}

body {
	padding: 1px 0 0 0;
	min-height: 400px;
	color: #666;
	text-align: center;
	background-image: -webkit-gradient(
		linear,
		50% 0%,
		50% 400,
		color-stop(0%, #ffffff),
		color-stop(100%, rgba(255, 255, 255, 0))
	);
	background-image: -webkit-linear-gradient(
		top,
		#ffffff,
		rgba(255, 255, 255, 0) 400px
	);
	background-image: -moz-linear-gradient(
		top,
		#ffffff,
		rgba(255, 255, 255, 0) 400px
	);
	background-image: -o-linear-gradient(
		top,
		#ffffff,
		rgba(255, 255, 255, 0) 400px
	);
	background-image: -ms-linear-gradient(
		top,
		#ffffff,
		rgba(255, 255, 255, 0) 400px
	);
	background-image: linear-gradient(
		top,
		#ffffff,
		rgba(255, 255, 255, 0) 400px
	);
}
* html body {
	height: 400px;
}
#wrapper {
	width: 720px;
	margin: 0 auto;
}

h1 {
	font-size: 200%;
	margin: 0.5em 0;
}
header h1 {
	margin: 1em auto;
	text-align: center;
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	background-image: url("../images/elearnis-logo.png?1311951315");
	background-repeat: no-repeat;
	background-position: 0 center;
	width: 240px;
	height: 175px;
	margin: 0 20px 0 0;

	float: left;
}

#main {
	text-align: left;
	float: left;
	width: 419px;
	padding: 0 0 0 40px;
	margin: 3em 0 0 0;
	border-left: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
	-moz-box-shadow: inset 1px 0 0 #fff;
	-webkit-box-shadow: inset 1px 0 0 #fff;
	-o-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
}
#main h1 {
}

p {
	margin: 1em 0;
	padding: 0;
}
