/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}.buttons {
	position: absolute;
	left: 203px;
	top: 290px;
}
.slideshow {
	position: absolute;
	left: 350px;
	top: 350px;
}
.header {
	position: absolute;
	left: 10px;
	top: 10px;
}
.learnpic {
	position: absolute;
	left: 480px;
	top: 298px;
	height: 204px;
	width: 255px;

}
.computertraining {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	position: absolute;
	left: 485px;
	top: 500px;
}
.timetable {
	position: absolute;
	left: 12px;
	top: 291px;
	width: 740px;
	height: 484px;



}
.timetabletext {
	font-family: "Bradley Hand ITC";
	font-size: 24px;
	color: #FF0000;
	position: absolute;
	left: 221px;
	top: 238px;
	font-weight: bold;
	width: 313px;
	height: 66px;
}
.abouttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 230px;
	top: 280px;
	font-size: 12px;
	width: 400px;

}
.contacttext {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	position: absolute;
	left: 440px;
	top: 240px;
	width: 270px;
	color: #000066;
	line-height: 30px;
	font-weight: bold;


}
.choicepic {
	position: absolute;
	left: 550px;
	top: 405px;
}
