body {
	margin:0px;
	padding:0px;
	background-image:url(../images/repeat_main.jpg);
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#top {
	width:100%;
	background-image:url(../images/repeat_top.png);
	background-repeat:repeat-x;
}
#bottom {
	width:100%;
	background-image:url(../images/repeat_bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#base {
	margin:auto;
	width:100%;
	background-image:url(../images/repeat_column3.png);
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
}
#contents1 {
	width:100%;
	margin:auto;
	background-image:url(../images/brick_bkgd.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
}
#contents2 {
	position:relative;
	width:100%;
	padding-top:35px;
	margin:auto;
	clear:both;
}
#brick2 {
	position:absolute;
	top:-110px;
	width:100%;
	height:252px;
	background-image:url(../images/brick_bkgd2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:0;
}
#contents3 {
	position:relative;
	width:100%;
	padding-top:35px;
	margin:auto;
	clear:both;
}
#brick3 {
	position:absolute;
	top:-133px;
	width:100%;
	height:252px;
	background-image:url(../images/brick_bkgd3.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	z-index:0;
}
#head {
	width:450px;
	margin:auto;
	padding-top:17px;
	clear:both;
}
#logo {
	width:255px;
	height:54px;
	margin-left:10px;
	margin-bottom:71px;
	background-image:url(../images/seh_logo.png);
	background-repeat:no-repeat;
	float:left;
}
#about {
	width:38px;
	height:38px;
	margin-left:99px;
	background-image:url(../images/about_over.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
}
#contact {
	width:44px;
	height:38px;
	background-image:url(../images/contact_over.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
}
#fade1, #fade2, #fade3 {
	padding-left:7px;
}
#next_1, #next_2 {
	width:18px;
	height:21px;
	background-image:url(../images/next_over.png);
	background-repeat:no-repeat;
	float:right;
}
#prev_1, #prev_2 {
	width:16px;
	height:21px;
	background-image:url(../images/prev_over.png);
	background-repeat:no-repeat;
	float:right;
}
#footer {
	min-height:233px;
	width:100%;
	background:url(../images/repeat_footer.png) repeat-x #000;
	overflow:hidden;
	clear:both;
}
#nav {
	position:fixed;
	left:0px;
	top:50%;
	margin-top:-177px;
	width:61px;
	height:355px;
	z-index:100;
}
/* jquery tooltips */
#tooltip img {
	background: url() no-repeat;
	padding: 6px 7px 6px 11px;
}
#screenshot {
	margin: 0px;
	padding: 1px;
	position: absolute;
	display: none;
	z-index: 200;
}
#screenshot2 {
	margin: 0px;
	padding: 0px;
	border:solid 2px #999999;
	position: absolute;
	display: none;
	z-index: 200;
}
/*classes*/

a:link {
	color:#ffffff;
	text-decoration: none;
}
a:hover {
	color:#ffffff;
	text-decoration: underline;
}
a:active {
	color:#ffffff;
	text-decoration: none;
}
a:visited {
	color:#ffffff;
	text-decoration: none;
}
a:visited:hover {
	color:#ffffff;
	text-decoration: underline;
}
a:visited:active {
 	color:#ffffff;
	text-decoration: underline;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.contact_text {
	margin-right:15px;
	margin-top:5px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
}
.tile {
	width:212px;
	height:148px;
	margin-left:4px;
	margin-bottom:22px;
	background-image:url(../images/tile_bkgd.png);
	background-repeat:no-repeat;
	float:left;
}
.image {
	width:198px;
	height:120px;
	margin-left:7px;
	margin-top:4px;
	clear:both;
}
.title {
	margin-left:7px;
	margin-top:6px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
	line-height:10px;
}
.header {
	width:383px;
	height:21px;
	padding-left:43px;
	padding-top:1px;
	margin-bottom:13px;
	margin-left:11px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	float:left;
	clear:both;
}
.header_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	font-size:19px;
	line-height:19px;
	float:left;
}
.space {
	height:21px;
	margin-right:10px;
	float:right;
}
.gallery {
	position:relative;
	width:450px;
	margin:auto;
	clear:both;
	z-index:1;
	overflow:hidden;
}
.sm_grey {
	font-size:9px;
	color:#999999;
	font-style:italic;
	letter-spacing:1px;
}
/*about me*/

#aboutme_container {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-316px;
	margin-top:-168px;
	width:632px;
	height:336px;
	background-image:url(../images/about/aboutme.png);
	background-repeat:no-repeat;
	z-index:10;
	display:none;
}
#am_close {
	margin-left:525px;
	margin-top:12px;
	clear:both;
}
#am_links {
	margin-left:22px;
	margin-top:157px;
}
#am_es {
	float:left;
}
#am_resume {
	float:left;
}
#am_linkedin {
	float:left;
	margin-left:3px;
}
/*contact me*/

#contact_container {
	width:536px;
	margin:auto;
	padding-top:19px;
}
#contact_header {
	width:239px;
	height:30px;
	background-image:url(../images/contact/contactmeheader.png);
	background-repeat:no-repeat;
	float:left;
}
#gobacktotop {
	width:50px;
	height:30px;
	background-image:url(../images/contact/backtotop_over.png);
	background-repeat:no-repeat;
	float:right;
}
#message {
	width:100%;
	padding-top:20px;
	clear:both;
}
#thankyou {
	width:100%;
	padding-top:50px;
	font-size:18px;
	text-align:center;
	color:#999999;
	letter-spacing:2px;
	clear:both;
}
#message_left {
	width:220px;
	float:left;
}
#message_right {
	float:right;
}
#contact_btn {
	padding-top:10px;
	clear:both;
	float:right;
}

