.Border {
	padding:3px;
	border:1px solid #555;
}

.Double-Border {
	padding:3px;
	border:3px double #555;
}

.Dotted-Border {
	padding:3px;
	border:1px dotted #555;
}

.Thick-Border {
	padding:3px;
	border:2px solid #555;
}

.Light-Border {
	padding:3px;
	border:1px solid #999;
}

.Light-Double-Border {
	padding:3px;
	border:3px double #999;
}

.Light-Dotted-Border {
	padding:3px;
	border:1px dotted #999;
}

.Light-Thick-Border {
	padding:3px;
	border:2px solid #999;
}

/* Tiny Styles */

html, body {
	padding:0;
	margin:0;
}

body *:first-child {
	margin-top:0;
}
body#tinymce { background:#ffffff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html { height:100%; }

body {
	font:0.875em "Comic Sans MS", arial, helvetica, sans-serif;
	background:url(http://www.schooljotter.com/assets/seven-2834-back.gif) repeat top left;
	height:100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	margin:0.6em 0;
	font-size:100%;
}

h1 {
	font-size:1.3333em;
}

h2 {
	font-size:1.2666em;  
}

h3 {
	font-size:1.1333em; 
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;	 
}

abbr,acronym {
	border:0;
	border-bottom:1px dotted #000;
} 

q:before,q:after {
	content:'';
}

em {
	font-style:italic;
}

blockquote,ul,ol,dl {
	margin:1em;
}

ol,ul {
	list-style:none;
}

ol,ul,dl {
	margin-left:2em;
}

ol li {
	list-style: decimal outside;	
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left:1em;
}

th,td {
	padding:.4em;
	vertical-align:top;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom:.4em;
	text-align:center;
}

p,fieldset {
	margin:1em 0;
}

a {
	color:#03c;
}

#wrapper {
	width:768px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	padding:0;
	border-left:1px solid #3575c0;
	border-right:1px solid #3575c0;
	background:url(http://www.schooljotter.com/images/clouds/tile.gif) repeat-y left 340px #ffffff;
	position:relative;
}

#header {
	width:768px;
	height:340px;
	margin:0;
	padding:0;
	background:url(http://www.schooljotter.com/assets/seven-2834-header.jpg) no-repeat;
}

#menu {
	float:left;
	width:140px;
	margin:0;
	padding:10px;
	font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	position:relative;
	top:-150px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	margin:0px 0px 10px 0px;
	padding:0;
	list-style-type:none;
	display:block;
}

#menu ul li a {
	color:#ffffff;
	text-decoration:none;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul li ul {
	margin-left:10px;
	font-size:0.9em;
}

#content {
	float:left;
	width:585px;
	margin:0px 0px 30px 8px;
	padding:0;
	position:relative;
	top:-140px;
}

#footer {
	width:768px;
	margin:0;
	padding:5px 0px 5px 0px;
	text-align:center;
	position:absolute;
	bottom:0;
}