html {
	padding:0;
	margin: 0;
}

img {
	border: 0;
}

p {
	margin: 5px 0;
}

body {
	background: #2f5e7c url(/images/site/vert_grad.jpg) repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	color: #333;
}

td, th {
	font-size: 12px;
	vertical-align: top;
	color: #333;
}

li {
	color: #333;
}

h1 {
	font-family: georgia, times, serif;
	font-size: 18px;
	margin: 15px 0 10px 0;
	padding: 0;
}

h1.image {
	padding:  0px;
	margin:  0px;
}

h2 {
	font-family: georgia, times, serif;
	font-size: 14px;
	padding:  0px;
	margin:  0px;
}

h2.image {
	padding:  0px;
	margin:  0px;
}

h3 {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: bold;
}

hr {
	padding: 0;
	margin: 20px 10px;
	border: 0;
	border-bottom: solid #ccc 1px;
}

a {
	color: #900;
}

a:visited {
	color: #600;
}

a:hover {
	color: #c00;
}

a:focus {
	outline:  0;
	-moz-outline: 0;
}

#wrapper {
	background: url(/images/site/horiz_grad2.jpg) repeat-y;
	margin:  0 0 0 19px;
	width: 1000px;
	padding: 0;
}

#site-container {
	width: 897px;
}

#logo-area {
	width: 172px;
	height:  283px;
	float:  left;
	background: url(/images/site/logo.jpg) no-repeat;
	color: white;
	text-align: center;
}

#logo-area a {
	color: white;
	background-color: black;
}

#navigation {
	width:  172px;
	float:  left;
	height: 500px;
}

#navigation ul {
	list-style:  none;
	padding:  0;
	margin:  0;
	width: 167px;
}

#navigation li {
	height:  40px;
	width: 167px;
}

#side-panel {
	width:  172px;
	float:  left;
}

#content-area {
	float:  right;
	width:  725px;
	margin: 0;
	padding: 0;
}

#welcome_content {
	color : #000000;
	padding : 0px;
	width : 547px;
	float:  left;
}
#supple_content {
	background:  #e9e9e4;
	float: left;
	width: 178px;
	padding-top: 15px;
}

#content {
	color : #000;
	padding : 25px;
}

#welcome_content p {
	font-size:  12px;
	color: #333;
	line-height:  18px;
}

#supple_content p {
	font-size:  10px;
	color: #333;
	line-height:  13px;
}

#supple_content h2 {
	margin-left: 18px;
}

#supple_content h3 {
	margin-bottom: 0;
	color: #333;
}

#content h3 {
	margin-bottom: 0;
	color: #333;
}

#content p {
	font-size:  12px;
	color: #333;
	line-height:  18px;
}

#footer {
	text-align: center;
	clear: both;
	background: url(/images/site/footer2.jpg) no-repeat;
	height: 50px;
}

p.dateline {
	margin-top: 0;
	text-align: right;
}

.padder {
	padding-left: 30px;
	padding-right: 20px;
}

.tutor_image {
	float: right;
	margin: 0 15px 10px 15px;
	border: solid #333 1px;
}

.formError {
	color: red;
	padding-bottom: 3px;
}

.album, .gallery_pic {
	float: left;
	width: 170px;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #ddd;
	margin-bottom: 15px;
}

.album div, .gallery_pic div {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#notice {
	padding: 20px;
	text-align: center;
	border: solid #090 2px;
	color: #090;
	position: absolute;
	background-color: white;
	width: 720px;
	left: 120px;
	top: 20px;
	z-index: 10000;
	-moz-box-shadow: 5px 5px 10px #666;
	-webkit-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}

#notice .bad {
	border: solid #900 2px;
	color: #900;
}

.content_element {
	padding: 5px 0 15px 0;
	border-bottom: solid #ccc 1px;
}

#content_files {
	overflow: auto;
}

.content_file {
	text-align: center; 
	width: 110px;
	float: right;
}