body{
	background-color: #FFF;
	color: #000;
	font-family: "Arial", "Verdana";
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.content{
	width: 800px;
	position: relative;
	top: -3px;
	margin: auto;
	text-align: left;
	padding: 0px;
}

#header{
	height: 70px;
	width: 800px;
	z-index: 2;
	position: relative;
	padding: 0px;
	margin: auto;
	text-align: left;
	vertical-align: bottom;
}

#linkmenu ul{
	position: absolute;
	top: 50px;
	right: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#linkmenu li{
	border: 3px solid #369;
	font-size: 12px;
	font-family: "Verdana";
	font-weight: bold;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background-color: #FFF;
	height: 12px;
}

#linkmenu a{
	padding: 3px 8px;
	margin: 0px;
	text-decoration: none;
	color: #369;
}

#linkmenu .current {
	border-bottom: 3px solid #FFF;
}

#linkmenu .current a{
	color: #000;
}

#linkmenu .inactive a:hover{
	background-color: #369;
	color: #CCC;
}

.main{
	background: #FFF url(http://www.trevoroldak.com/images/curve.jpg) no-repeat;
	border: 3px solid #369;
	z-index: 1;
	padding: 10px 30px;
	font-size: 14px;
}

.main p{
	text-indent: 15px;
}

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

#logo{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

h2{
	font-size: 18px;
	color: #369;
}

h2 a{
	color: #369;
}

.footer{
	font-size: 12px;
	font-weight: bold;
}

#copyright{
	float: left;
}

#hitcounter{
	float: right;
}

.portfolioImage{
	border: 1px solid #369;
}

.portfolioDemo{
	text-align:center;
}

.readMore{
	text-align:right;
}

.highlight{
    	color: red;
}

.code{
	background-color: #EEE;
	border: 2px dashed #CCC;
	overflow: auto;
	width: 736px;
}