﻿@charset "utf-8";
/**************************************/
#wrapper {
	width: 100%;
	height: 100%;
	margin: auto 0;
}
#main {
	width: 80%;	
	margin: 100px auto 0 auto;
	border: solid 5px #ff0000;
	border-radius: 25px;
}
#category {
	margin: 10px 20px 0 20px;
}
#category h2 {
	color: #ff6600;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
#coursetitle {
	margin: 1em;
}
#coursetitle h1 {
	color: #333;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
}
#outline {
	width: 65%;
	padding: 1.5em;
	margin: 50px auto 0 auto;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	background-color: #fbd8d5;
	border: solid 2px #f8bbb6;
	border-radius: 25px;
}
/**************************************/

