body {
	background-color: #09c;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Start code for top of all pages */
#container {
	margin-top: 150px;
	margin-left: 100px;
	float: left;
	/*border: 1px solid #fff;*/
	width: 800px;
	height: auto;
}

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: #eee;
	text-decoration: underline;
}

.hiddenPic {
	display: none;
}

#header {
	width: 356px;
	height: 79px;
	float: left;
}

#line {
	border-top: 1px solid #fff;
	width: 800px;
	height: 0;
	float: left;
}

#nav {
	/*text-align: right;*/
	width: 243px;
	height: 14px;
	padding-top: 3px;
	float: right;
}

/* Homepage main text box */
#main {
	margin-top: 25px;
	width: 350px;
	height: auto;
	float: left;
}

/* About Me page code */
#about_left {
	width: 390px;
	margin: 25px 0px 20px 0px;
	height: auto;
	float: left;
}

#about_right {
	width: 390px;
	margin-top: 8px;
	height: auto;
	float: right;
}

.aboutimage {
	width: 390px;
	height: 50px;
	border: 1px dashed #c2e2ef;
	margin: 15px 0px;
}

/*Portfolio page code */
#leftcol {
	width: 331px;
	height: auto;
	margin-top: 25px;
	float: left;
}

.category {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.catthumbs {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
}

.rowone_firstthumb {
	width: 54px;
	height: 54px;
	border: 1px dashed #c2e2ef;
	float: left;
}

.rowone_secondthumb {
	width: 54px;
	height: 54px;
	border-top: 1px dashed #c2e2ef;
	border-right: 1px dashed #c2e2ef;
	border-bottom: 1px dashed #c2e2ef;
	float: left;
}

.rowtwo_firstthumb {
	width: 54px;
	height: 54px;
	border-left: 1px dashed #c2e2ef;
	border-bottom: 1px dashed #c2e2ef;
	border-right: 1px dashed #c2e2ef;
	float: left;
}

.rowtwo_secondthumb {
	width: 54px;
	height: 54px;
	border-right: 1px dashed #c2e2ef;
	border-bottom: 1px dashed #c2e2ef;
	float: left;
}

#centercol {
	width: 224px;
	height: auto;
	margin-top: 8px;
	margin-left: 20px;
	float: left;
}

#projinfo {
	line-height: 15px;
}

#rightcol {
	width: 202px;
	height: auto;
	margin-top: 8px;
	float: right;
}

#bigimage {
	border: 1px dashed #c2e2ef;
	width: 200px;
	height: 150px;
	margin-bottom: 5px;
}

.viewlink {
	float: right;
	width: auto;
	height: auto;
	margin-right: -5px;
}

#cheerlinkbox {
	float: right;
	width: auto;
	height: auto;
	margin-right: -5px;
}