/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: arial, sans-serif;
}

#mainSite {
	width:800px;
	height:600px;
	margin:10px auto 0 auto;
	position:relative;
}

#mainSite h1 {
	font-size:16px;
	line-height:18px;
	margin:8px 0 20px 0;
	color:#fff;
}

#mainSite p {
	font-size:13px;
	line-height:15px;
	text-align:justify;
	margin-bottom:8px;
	color:#fff;
}

#content {
	width:760px;
	margin-left:30px;
}

#whiteBoard {
	width:328px;
	height:260px;
	float:right;
	margin-left:20px;
	margin-right:20px;
	padding:19px 0 0 24px ;
	background: url('images/whiteboard.png') no-repeat top left;
}

.index { background: url('images/home-back.jpg') no-repeat top left; }
.ourschool, .contacts, .studywiz { background: url('images/plain-back.jpg') no-repeat top left; }

#butt-ourschool { position:absolute; top:161px; left:519px; }
#butt-contacts { position:absolute; top:235px; left:519px; }
#butt-studywiz { position:absolute; top:308px; left:519px; }

#menuArea img {
	float:left;
	margin-top:5px;
	margin-bottom:8px;
}

#indexbutt { margin-left:20px;margin-bottom:20px; }
#ourschoolbutt { margin-left:5px;margin-bottom:20px; }
#contactsbutt { margin-left:5px; }
#studywizbutt { margin-left:5px; }

#studywizSide {
	float:right;
}

#contentTable {
	float:left;
	width:628px;
	padding:0;
	position:relative;
	left:31px;
	margin:10px 0 0 0;
}

#contentTable p { font-size:11px; line-height:14px; }
#contentTable td { vertical-align:top; }

#studylink {
	float:left;
	width:600px;
	margin-top:30px;
	margin-left:15px;
}

#studylink img {
	float:left;
	margin-right:10px;
}

#studylink p {
	font-size:11px;
	line-height:14px;
	margin-top:12px;
}

#contactBox {
	float:left;
	width:350px;
	margin-left:20px;
}

#contactBox p {
	display:block;
	padding:0;
	font-weight:bold;
	text-align:left;
	font-size:15px;
	line-height:17px;
	position:relative;
}

#contactBox a, #contactmap a { color:#fff; }
#contactBox a:hover, #contactmap a:hover { color:#00215b; }

#contactOne { top:42px; }
#contactTwo { top:80px; }
#contactThree { top:130px; }
#contactFour { top:182px; }

#contactmap { float:right; margin:0; }
#contactbuttons { margin:25px 0 0 10px; float:left; }

#theGateway {
	position:relative;
	left:475px;
	top:500px;
	font-weight:bold;
}

#designBy {
	width:780px;
	margin:5px auto 5px auto;
	font-size:11px;
	line-height:13px;
	text-align:right;
}

#designBy a { color:#000; text-decoration:none; }
#designBy a:hover { color:#00215b; }