@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-align: center;
	background-color: #333;
	color: #fff;
	background-image: url(bg.png);
	background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
	color: #69F;
}
a:visited {
	text-decoration: none;
	color: #69F;
}
a:hover {
	text-decoration: underline;
	color: #69F;
}
a:active {
	text-decoration: none;
	color: #69F;
}
#top {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-image: url(bgtop.png);
	text-align: left;
}
#page {
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
}
#header {
	margin-top: 70px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 50px;
	clear: both;
	background-image: url(bgheader.png);
}
#header a:link {
	text-decoration: none;
	color: #fff;
}
#header a:visited {
	text-decoration: none;
	color: #fff;
}
#header a:hover {
	text-decoration: underline;
	color: #fff;
}
#header a:active {
	text-decoration: none;
	color: #fff;
}
#logo {
	position: absolute;
	top: 50px;
	margin-left: 325px;
	height: 150px;
	width: 150px;
	background-image: url(logo.png);
}
#headerleft {
	margin-top: 15px;
	margin-left: 150px;
	float: left;
}
#headerright {
	margin-top: 15px;
	margin-right: 150px;
	float: right;
}
.content {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px dashed #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #333;
}
.portfolio {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px dashed #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #333;
	width: 224px;
	height: 200px;
	
}
.pfimage {
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	margin-bottom: 12px;
	width: 198px;
	height: 123px;
	border: 1px dashed #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	clear: both;
}
#footer a:link {
	text-decoration: none;
	color: #fff;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}
