div#header  {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:800px;
	z-index:1;
	height:118px;
}

div#main_content {
	z-index:3;
	width:600px;
	position:absolute;
	top:160px;
	left:200px;
	text-align:left;
}


/*Menu Set*/

/*image layer for menus*/
div#home  {
	position:absolute;
	width:287px;
	top:160px;
	left:0px;
	z-index:2;
}

div#about  {
	position:absolute;
	width:287px;
	top:268px;
	left:0px;
	z-index:2;
}

div#certificates {
	position:absolute;
	width:287px;
	top:313px;
	left:0px;
	z-index:2;
}

div#services {
	position:absolute;
	width:287px;
	top:366px;
	left:0px;
	z-index:2;
}

div#projects  {
	position:absolute;
	width:287px;
	top:409px;
	left:0px;
	z-index:2;
}

div#contact {
	position:absolute;
	width:287px;
	top:493px;
	left:0px;
	z-index:2;
}


/*Text Link Layers for Menu*/
div#home-text  {
	top:241px;
}

div#about-text  {
	top:280px;
}

div#cert-text {
	top:338px;
}

div#serv-text {
	top:378px;
}

div#proj-text  {
	top:427px;
}

div#contact-text {
	top:535px;
}

div.menu-link  {
	z-index:3;
	width:100px;
	position:absolute;
	vertical-align:top;
	color:#000066;
	font-weight:bold;
	text-align:right;
	left:37px;
}

div.menu-link a {
	color:#000066;
	text-decoration:none;
}

div.menu-link a:hover {
	color:#990000;
	text-decoration:none;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*GENERAL STYLES, TO BE MORE SPECIFIC ADD CLASS AND ID NAMES TO HTML TAGS*/

/*Heading commands - these can all be changed*/

h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#221766;
	padding-top:0px;
	margin-top:0px;
}

h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#61215F;
}

h3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:0px;
}

h4  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

h5  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding-bottom:0px;
	margin-bottom:0px;
}

h6  {
	font-size:12px;
	font-weight:bold;
}

img  {
	border:none;
}

p {
	padding-top:2px;
	padding-bottom:9px;
	margin-top:0px;
}

blockquote  {
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:0px;
}

/*Link styles for main content*/
a.proj {
	color:#6699CC;
}

a.letter  {
	color:#6600FF;
}

a  {
	color:#003399;
}

a:hover  {
	color:#990000;
}

ul  {
	padding-top:3px;
	margin-top:0px;
}

li  {
	list-style-type:disc;
	list-style-position:outside;
	padding-bottom:2px;
}


/*Completed Projects Page*/
table#projects  {
	width:100%;
}

table#projects td  {
	vertical-align:top;
	width:50%;
}

/*Contact Us*/
table#contact-us  {
	width:100%;
}

table#contact-us td  {
	width:100%;
	vertical-align:top;
	padding-left:200px;
}

/*Services Page*/
p.emphasis  {
	padding-top:4px;
	padding-bottom:4px;
	font-style:italic;
	margin-top:0;
	margin-bottom:0;
	color:#666666;
	font-weight:bold;
}
