@charset "utf-8";
/* Schwaguy Designs - CSS Document - Content Formatting */

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

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

#pagetitle {
	margin-bottom: 25px
}

table#portfolio_table {
	width: 100%
}

table#portfolio_table td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px
}

.portfolio_name {
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

.portfolio_desc {
	width: 90%;
	font-size: 10px;
	margin: 3px auto 10px auto;
	color: #996600
}

#content_container a img {
	border: 1px #993300 solid;
}

#content_container a img:hover {
	border: 1px #FF9900 solid;
}

.boldtext {
	font-weight: bold
}

ul li {
	margin-bottom: 5px
}

.picrow .img {
	float: left;
	margin: 0 7px 7px 0
}

#under_const {
	width: 110px;
	height: 70px;
	margin: 25px auto
}
