html,body {
	background-color: #7F7F7F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
  	margin: 0px;
  	padding: 0px;
	height:100%; /* needed for container min-height */
}

h1 {
	margin: 0;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

.none {
	display: none !important;
}

.noneNI {
	display: none;
}

.left {
	float: left;
}

.clear {
	display: block;
	clear: both;
	zoom: 1;
}

.mainframe {
	background-color: #FFF;
    background-image: url(../images/randleft1.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0 0 0 7px;
	position: relative;
	width: 916px;
}

.mainframe_border_right {
    background-image: url(../images/randright1.png);
	background-repeat: repeat-y;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
}

.footer {
	bottom:0; /* stick to bottom */
	font-size:8pt;
	left: 50%;
	margin-left: -120px;
	position:absolute;
}


.navi {
	background-image: url(../images/navi1.png);
	background-repeat: no-repeat;
	height: 39px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 909px;
}

.navi li {
	float: left;
}

.navi a {
	display: block;
	height: 39px;
}


#navi_portfolio {
	width: 108px;
}

.navi_portfolio_current {
	background: url(../images/navi1.png) 0px -117px;
}

#navi_portfolio:hover {
	background: url(../images/navi1.png) 0px -39px;
}

#navi_portfolio:active {
	background: url(../images/navi1.png) 0px -78px;
}


#navi_blog {
	width: 88px;
}

#navi_blog:hover {
	background: url(../images/navi1.png) -108px -39px;
}

#navi_blog:active {
	background: url(../images/navi1.png) -108px -78px;
}


#navi_about {
	width: 94px;
}

.navi_about_current {
	background: url(../images/navi1.png) -196px -117px;
}

#navi_about:hover {
	background: url(../images/navi1.png) -196px -39px;
}

#navi_about:active {
	background: url(../images/navi1.png) -196px -78px;
}


#navi_contact {
	width: 102px;
}

.navi_contact_current {
	background: url(../images/navi1.png) -290px -117px;
}

#navi_contact:hover {
	background: url(../images/navi1.png) -290px -39px;
}

#navi_contact:active {
	background: url(../images/navi1.png) -290px -78px;
}


#navi_guestbook {
	width: 122px;
}

.navi_guestbook_current {
	background: url(../images/navi1.png) -392px -117px;
}

#navi_guestbook:hover {
	background: url(../images/navi1.png) -392px -39px;
}

#navi_guestbook:active {
	background: url(../images/navi1.png) -392px -78px;
}


#navi_links {
	width: 92px;
}

.navi_links_current {
	background: url(../images/navi1.png) -514px -117px;
}

#navi_links:hover {
	background: url(../images/navi1.png) -514px -39px;
}

#navi_links:active {
	background: url(../images/navi1.png) -514px -78px;
}


.content {
	background-image: url(../images/beginning1.png);
	background-repeat: repeat-x;
	padding: 20pt;
}


.error_div {
	border: 2px solid #E00;
	border-bottom: 2px solid #C00;
	border-right: 2px solid #C00;
    color: #660000;
	font-size: 14pt;
	line-height: 16pt;
	margin: 0 auto;
	text-indent: 20px;
}

.error_404 {
	text-align: center;
}

.error_404 img {
	height: 650px;
	margin-top: 10px;
	vertical-align: bottom;
}


#portfolio_previous {
	background: url(../images/portfolio/arrows.png);
	cursor: pointer;
	display: block;
	float: left;
	height: 89px;
	margin-top: 40px;
	width: 49px;
}

#portfolio_previous:hover, #portfolio_previous:active {
	background: url(../images/portfolio/arrows.png) -49px 0;
}

#portfolio_next {
	background: url(../images/portfolio/arrows.png) 0 -89px;
	cursor: pointer;
	display: block;
	float: left;
	height: 89px;
	margin-top: 40px;
	width: 49px;
}

#portfolio_next:hover, #portfolio_next:active {
	background: url(../images/portfolio/arrows.png) -49px -89px;
}

#portfolio_load {
	cursor: progress;
	display: none;
	float: left;
	margin: 80px 224px 0 214px;
}

#portfolio_error {
	display: none;
	float: left;
	padding: 20px 10px 10px 10px;
	width: 450px;
}

.portfolio_content {
	float: left;
	padding: 0 10px 10px 10px;
	width: 450px;
}

.portfolio_content ul {
	margin-top: 0;
	padding-left: 10px;
}

.portfolio_content img {
	float: left;
	margin: 0 15px 6px 0;
	width: 150px;
}

.portfolio_content h3 {
	font-size: 13pt;
	margin: 0 0 5px;
}

.portfolio_content li {
	padding: 8px;
}


.portfolio_list {
	float: left;
	margin: 10px 0 0 30px;
	padding: 0;
	width: 260px;
}

.portfolio_list li {
	border: 1px solid transparent;
	display: block;
	float: left;
	margin: 10px;
	padding: 2px;
	width: 100px;
}

.portfolio_list li:hover, .portfolio_selected {
	background-color: #8EB9E5;
	border: 1px solid #5181B3 !important;
}

.portfolio_list img {
	height: 100px;
	width: 100px;
}

.welcome_head {
	margin-top: 10px;
}
.welcome_text {
	margin-top: -10px;
	margin-left: 20px;
}

.about_pic {
	border: 1px solid black;
	float: left;
	height: 250px;
	margin-left: 60px;
	margin-right: 20px;
}

.about {
	margin: 0 70px;
}

.about dt, .skills dt {
	font-weight: bold;
	margin-top: 8px;
}

.about dd, skills dd {
	margin-left: 30px;
}

.extra-top {
	margin-top: 35px !important;
}

.extra-bottom {
	margin-bottom: 15px !important;
}

.skills {
	margin-left: 15px;
	width: 48%;
}


.contact li {
	margin: 10px;
}
