body {
	font-size: 0.8em;
	font-family: sans-serif;
	background: url(../images/background.jpg);
	color: #000;
}

.transparent {
/* 	filter:alpha(opacity=80);*/
	/*-moz-opacity:0.8;*/
   /* -khtml-opacity: 0.8; */
	opacity: 0.8;
}

.center {
	margin: auto;
}

#clear {
	clear: both;
}

#page {
	width: 100%;
}

#wrapper {
	text-align: justify;
	width: 600px;
	margin: 10px auto;
	background: #f6f6f6;
}

#title {
	font-size: 1.5em;
	text-align: right;
	margin-right: 10px;
}

#header {
	width: 100%;
	margin-top: -180px;
}

#header a {
	text-align: center;
	margin-top: 180px;
	display: block;
	text-decoration: none;
	color: #f6f6f6;
}

.headlink {
	display: block;
	background-color: #fff;
	color: #000;
	z-index: 50;
	position: relative;
}

.headlink a:hover {
	display: block;
	background-color: #f6f6f6;
	color: #fff;
}

#nav {
	margin-left: 5px;
}

.nav_about {
	width: 150px;
	height: 200px;
	float: left;
	background-color: #3D74FF;
	display: block;
    background: url(../images/about150x200.jpg) no-repeat;
}

.nav_portfolio {
	width: 150px;
	height: 200px;
	float: left;
	background: url(../images/portfolio.jpg) no-repeat;
}

.nav_blog {
	width: 150px;
	height: 200px;
	float: left;
	background: url(../images/blog.png) no-repeat;
}

.nav_tool {
	width: 150px;
	height: 200px;
	float: left;
	background: url(/../images/toolbox.png) no-repeat;
}

.toc {
 	margin-left: -80px;
}

#content {
	margin: -15px 0 0 0;
	padding: 10px 40px 15px 40px;
}

#content a {
	color: #3D74FF;
	text-decoration: none;
}

#footer {
	margin-top: 25px;
	margin-bottom: 20px;
	border-top: 1px solid #6E4128;
	width: 100%;
}

#valid {
	float: left;
	margin-top: 5px;
}

#valid img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#links {
	float: right;
	margin-top: 5px;
}

/* Images */

.portimage {
	border: none;
}

/* Text */

.centertext {
	text-align: center;
}

h2 {
	color: #6E4128;
}

h3 {
	color: #6E4128;
}

/* Tables */

table {
	border-collapse: collapse;
}

.portfolio table {
	border: none;
	width: 100%;
}

.portfolio td {
	padding: 10px;
}

.portfolio tr {
	border-top: 1px solid #6E4128;
}

td.name {
	height: 15px;
}

td.desc {
	text-align: left;
	border-top: 0px solid;
}

td.portpic {
	vertical-align: middle;
}

.tool table {
	width: 100%;
	text-align: left;
}

.tool tr:hover {
	background-color: #6E4128;
	color: #fff;
	padding: 0px;
	border: none;
}

.tool td {
	width: 33%;
}

/* Lists */

ul.contlist {
	list-style-image: url(../images/minus-bullet.png);
/* 	list-style: none; */
}

.contlist li {
	padding-bottom: 4px;
}

/*.toc ul {
	margin: -5px 5px 5px 5px;
}*/

.toc li {
	display: inline;
}

/* Link-Styling */

a:link {
	color: #000;
	border: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #fff;
/* 	background-color: #000; */
}

#header a:hover {
	display: block;
	background-color: #f6f6f6;
	color: #000;
}

#title a,a:hover,a:visited {
	text-decoration: none;
	color: #6E4128;
}

#content a:hover {
	text-decoration: underline;
}

