body {
	text-align: center;
	margin: 0 auto;
	font-family: "verdana";
	background-color: black;
	font-size: 13px;
	background-image: url('../images/newbg.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
}
.portfolio {
	border: solid 1px #000000;
	padding: 10px;
	margin: 10px;
	background-color: #111;
	overflow: hidden;
}
.portfolioitem {
	padding: 10px;
	margin: 10px;
	width: 500px;
	float: left;
	border-right: dotted 1px #333;
	
}
.portfolipic {
	padding: 10px;
	margin: 10px;
	width: 250px;
	height: 150px;
	float: left;
	
}
img {
	border: none;	
}
.voidlink {
	color: #999;	
}

#container {
	text-align: left;
	color: #f4f4f4;
	margin: 0 auto;
	width: 900px;
	margin-top: 5px;
}

#header {
	height: 42px;
	background-image: url('../images/headerbg.png');
	padding-top: 175px;
	overflow: hidden;
	width: 897px;
	border-left: solid 1px #232323;
	border-top: solid 1px #232323;
	border-right: solid 1px #232323;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}

#navigation {
	height: 42px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	width: 860px;
	border-top: solid 1px #380f11;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#navigation a:visited, #navigation a:link, #navigation a:active	{
	color: #cdcdcd;
	height: 15px;
	padding: 15px;
	width: 114px;
	border-right: 1px solid #380f11;
	border-left: 1px solid #380f11;
	display: block;
	text-decoration: none;
	float: left;
	text-align: center;
}
A:link, A:visited, A:active {
	color: #ffffff;
}
A:hover {
	color: #ff000c;
	border: 0px;
}
#navigation a:hover {
	color: #ffffff;
	height: 15px;
	width: 114px;
	background-image: url('../images/navh.png');
	border-right: 1px solid #320c0f;
	border-left: 1px solid #320c0f;
	text-align: center;
	text-decoration: none;
	padding: 15px;
	display: block;
	float: left;
}
#wrapper {
	overflow: hidden;
}
#contentwide {
	border-left: solid 1px #232323; 
	border-top: solid 1px #232323;
	width: 880px;
	background-image: url('../images/trans.png');
	padding: 10px;
	color: #ececec;
	float: left;
	
}
#content {
	border-left: solid 1px #232323; 
	border-top: solid 1px #232323;
	width: 598px;
	background-image: url('../images/trans.png');
	padding: 10px;
	color: #ececec;
	float: left;
	
}
#footer {
	text-align: right;
	height: 75px;
	color: white;
	padding-right: 30px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 10px;
	border-top: solid 1px #232323;
 
	background-color: #333;
}
#right {
	width: 278px;
	float: left;
	border-left: dotted 1px #232323;
	border-right: solid 1px #232323;
	border-bottom: solid 1px #232323;
	border-top: solid 1px #232323;
	background-image: url('../images/trans.png');
}
.title {
	font-size: 15px;
	font-weight: bold;
	color: #cdcdcd;
}
.title2 {
	padding-left: 10px;
	width: 280px;
	color: #e1e1e1;
	height: 10px;
}
.heading {
	font-size: 17px;
	font-weight: bold;
	color: #e6e6e6;
	border-bottom: 1px dotted #555555;
}
.addpadding {
	padding: 10px;
	padding-left: 40px;
}
.right {
	width: 255px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: block;
	padding-right: 15px;
	background-image: url('../images/trans1.png');
	background-position: bottom;
}
.bullet {
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #cdcdcd;
	width: 245px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.hr {
	color: #555555;
}

.smallprint {
	font-size: 10px;
	padding-top: 1px;
}
.smallprint1 {
	font-size: 10px;
	float: left;
	margin-left: 20px;
	text-align: left;
}
.hidden {
	overflow: hidden;
}
#copyright {
	float: right;
	padding-top: 5px;
	text-align: center;
}

#links {
	text-align: left;
	float: left;
	width: 500px;	
	padding-bottom: 15px;
	padding-left: 20px;
}

#links A:link, A:visited, A:active {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
}
#links A:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #fff000;
}
#linksright A:link, A:visited, A:active {
	padding-left: 5px;
	padding-right: 5px;

}
#linksright A:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: #fff000;
}