@charset "utf-8";

/* SITEWIDE STYLE */

body {
	background-color: #d2d6d9;
	margin: 0;
	font-family: Helvetica, Tahoma, sans-serif;
	text-align: left;
	font-size: 11px;
	padding: 0;
}

a {
	color: #0b4da2;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

div#taglineDiv{
	
	border: 0px solid black;
}

div#boundingBox {
	margin-right: auto;
	margin-left: auto;
	width: 951px;
}

div#centerArea {
	width: 950px;
	height: 510px;
	background-image: url(../img/corkboard.jpg);
	background-repeat: no-repeat;
	position: relative;
	border: 0px solid red;
}

div#copyrightDiv {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div#logo {
	background-image: url(../img/se_logo.jpg);
	background-repeat: no-repeat;
	width: 391px;
	height: 133px;
	position: relative;
	top: 12px;
	left: 13px;
	border: solid 0px blue;
}

div#nav {
	width: 545px;
	height: 100px;
	position: absolute;
	top: 15px;
	right: 10px;
	padding: 0;
	border: solid 0px green;
}

#linksList {
	padding: 0;
	margin: 0;
}

#linksList li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 -7px 0 0;
	border: solid 0px black;
}

div#webDev {
	position: absolute;
	top: 130px;
	left: 20px;
}

div#genIT {
	position: absolute;
	top: 155px;
	left: 250px;
}

div#appDev {
	position: absolute;
	top: 175px;
	left: 490px;
	z-index: 2;
}

div#graphicDes {
	position: absolute;
	top: 150px;
	right: 30px;
}

div.notebookpage {
	border: 0;
	width: 175px;
	height: 292px;
	line-height:1.32em;
	padding: 0px 3px 0 45px;
	background-image: url(../img/yellowpad.gif);
	background-repeat: no-repeat;
}
div.notebookpage span {
	padding:0;
	margin:0;
	line-height:2.0em;
	font-weight:bold;
}

div.notebookpage ul {
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;
}
div.notebookpage ul li {
	margin: 0;
	padding: 0;
	height: 15px;
}
